Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2015 03:35:35 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384136 - head/www/geeknote
Message-ID:  <201504170335.t3H3ZZvm089314@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Apr 17 03:35:35 2015
New Revision: 384136
URL: https://svnweb.freebsd.org/changeset/ports/384136

Log:
  www/geeknote: Update to 0.2a (7ea2255)
  
  - Update to 7ea2255 (Fixes Login bug [1])
  - No longer need dos2unix
  - Deprecate GH_COMMIT
  
  Note: It would be really nice if upstream started 'releasing', or at
        least incrementing versions & uploading to PyPi [1]
  
  [1] https://github.com/VitaliyRodnenko/geeknote/issues/269
  [2] https://github.com/VitaliyRodnenko/geeknote/issues/212
  
  Reported by: Sergiy Mikhailushko <ooomka yandex ru> (via email)

Modified:
  head/www/geeknote/Makefile
  head/www/geeknote/distinfo

Modified: head/www/geeknote/Makefile
==============================================================================
--- head/www/geeknote/Makefile	Fri Apr 17 00:08:55 2015	(r384135)
+++ head/www/geeknote/Makefile	Fri Apr 17 03:35:35 2015	(r384136)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geeknote
 DISTVERSION=	0.2a
+PORTREVISION=	1
 CATEGORIES=	www python
 
 MAINTAINER=	koobs@FreeBSD.org
@@ -17,12 +18,12 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ever
 		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
 		${PYTHON_PKGNAMEPREFIX}thrift>0:${PORTSDIR}/devel/py-thrift
 
-USES=		dos2unix python:-2.7
+USES=		python:-2.7
 USE_GITHUB=	yes
 USE_PYTHON=     autoplist distutils
+
 GH_ACCOUNT=	VitaliyRodnenko
-GH_COMMIT=	192a0c5
-GH_TAGNAME=	${GH_COMMIT}
+GH_TAGNAME=	7ea2255
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

Modified: head/www/geeknote/distinfo
==============================================================================
--- head/www/geeknote/distinfo	Fri Apr 17 00:08:55 2015	(r384135)
+++ head/www/geeknote/distinfo	Fri Apr 17 03:35:35 2015	(r384136)
@@ -1,2 +1,2 @@
-SHA256 (geeknote-0.2a.tar.gz) = e6040c420f39e92910a5135d477f0093e1ff5ebcdd8ea330e35e65f5b568bcd7
-SIZE (geeknote-0.2a.tar.gz) = 31970
+SHA256 (VitaliyRodnenko-geeknote-0.2a-7ea2255_GH0.tar.gz) = e14ef48cc04d3f1885effb471435846c6f1b7cb57d439f419b8cb2b939e6ca08
+SIZE (VitaliyRodnenko-geeknote-0.2a-7ea2255_GH0.tar.gz) = 34910



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504170335.t3H3ZZvm089314>