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

Carlos J. Puga Medina cpm at FreeBSD.org
Wed Aug 3 11:34:21 UTC 2016


Author: cpm
Date: Wed Aug  3 11:34:19 2016
New Revision: 419510
URL: https://svnweb.freebsd.org/changeset/ports/419510

Log:
  - Update to 2.2.1
  - Add LICENSE_FILE
  
  PR:	205712
  Submitted by:	Douglas Thrift (maintainer)
  Reviewed by:	junovitch (mentor)
  Approved by:	junovitch (mentor)

Modified:
  head/security/py-SecretStorage/Makefile
  head/security/py-SecretStorage/distinfo

Modified: head/security/py-SecretStorage/Makefile
==============================================================================
--- head/security/py-SecretStorage/Makefile	Wed Aug  3 11:17:44 2016	(r419509)
+++ head/security/py-SecretStorage/Makefile	Wed Aug  3 11:34:19 2016	(r419510)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	SecretStorage
-PORTVERSION=	2.1.2
+PORTVERSION=	2.2.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	douglas at douglasthrift.net
 COMMENT=	Store passwords using the SecretService DBus API
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
 

Modified: head/security/py-SecretStorage/distinfo
==============================================================================
--- head/security/py-SecretStorage/distinfo	Wed Aug  3 11:17:44 2016	(r419509)
+++ head/security/py-SecretStorage/distinfo	Wed Aug  3 11:34:19 2016	(r419510)
@@ -1,2 +1,3 @@
-SHA256 (SecretStorage-2.1.2.tar.gz) = 61da7f2ff9d44abf7b053f58360fa844de0a35b16de4efdc0b545c286cecc082
-SIZE (SecretStorage-2.1.2.tar.gz) = 18128
+TIMESTAMP = 1470223336
+SHA256 (SecretStorage-2.2.1.tar.gz) = d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6
+SIZE (SecretStorage-2.2.1.tar.gz) = 15972


More information about the svn-ports-all mailing list