From owner-svn-ports-all@FreeBSD.ORG Fri Apr 17 03:35:36 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76FB99BE; Fri, 17 Apr 2015 03:35:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8CD6A642; Fri, 17 Apr 2015 03:35:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H3Zav9089316; Fri, 17 Apr 2015 03:35:36 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3H3ZZvm089314; Fri, 17 Apr 2015 03:35:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201504170335.t3H3ZZvm089314@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 17 Apr 2015 03:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384136 - head/www/geeknote X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 03:35:36 -0000 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 (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