Date: Sat, 23 Nov 2013 10:26:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334655 - head/security/py-SecretStorage Message-ID: <201311231026.rANAQEg5045556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 23 10:26:14 2013 New Revision: 334655 URL: http://svnweb.freebsd.org/changeset/ports/334655 Log: - Update to 1.1.0 - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR Changes: - Ported to PyQt5. - Added `Item.get_created()` method. - Improvements to error handling. PR: ports/184136 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Deleted: head/security/py-SecretStorage/pkg-plist Modified: head/security/py-SecretStorage/Makefile (contents, props changed) head/security/py-SecretStorage/distinfo (contents, props changed) Modified: head/security/py-SecretStorage/Makefile ============================================================================== --- head/security/py-SecretStorage/Makefile Sat Nov 23 10:26:08 2013 (r334654) +++ head/security/py-SecretStorage/Makefile Sat Nov 23 10:26:14 2013 (r334655) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SecretStorage -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/py-SecretStorage/distinfo ============================================================================== --- head/security/py-SecretStorage/distinfo Sat Nov 23 10:26:08 2013 (r334654) +++ head/security/py-SecretStorage/distinfo Sat Nov 23 10:26:14 2013 (r334655) @@ -1,2 +1,2 @@ -SHA256 (SecretStorage-1.0.0.tar.gz) = 27c441f2cf524edaa0cf39abb4a9f65cde6ab99bb1471a9e2cdb11ffcfbc0081 -SIZE (SecretStorage-1.0.0.tar.gz) = 14063 +SHA256 (SecretStorage-1.1.0.tar.gz) = 439d23ef00abb673a9a119c58bb8733e8ce6f57f82afc016547af4b742d49383 +SIZE (SecretStorage-1.1.0.tar.gz) = 14242
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311231026.rANAQEg5045556>