svn commit: r334655 - head/security/py-SecretStorage

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 23 10:26:15 UTC 2013


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 at 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


More information about the svn-ports-head mailing list