svn commit: r377277 - head/security/py-potr

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Jan 18 00:07:04 UTC 2015


Author: rm
Date: Sun Jan 18 00:07:02 2015
New Revision: 377277
URL: https://svnweb.freebsd.org/changeset/ports/377277
QAT: https://qat.redports.org/buildarchive/r377277/

Log:
  security/py-potr: update to 1.0.1

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

Modified: head/security/py-potr/Makefile
==============================================================================
--- head/security/py-potr/Makefile	Sun Jan 18 00:00:43 2015	(r377276)
+++ head/security/py-potr/Makefile	Sun Jan 18 00:07:02 2015	(r377277)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	potr
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +11,11 @@ MAINTAINER=	rm at FreeBSD.org
 COMMENT=	Pure Python Off-The-Record encryption
 
 LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
 
-USES=		python
-USE_PYTHON=	distutils autoplist
+USES=		python zip
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/security/py-potr/distinfo
==============================================================================
--- head/security/py-potr/distinfo	Sun Jan 18 00:00:43 2015	(r377276)
+++ head/security/py-potr/distinfo	Sun Jan 18 00:07:02 2015	(r377277)
@@ -1,2 +1,2 @@
-SHA256 (python-potr-1.0.0.tar.gz) = 365a9146e234cd70b8f108e7d49d4a37a1bc3bad95cb544750c95c7f8497e4c0
-SIZE (python-potr-1.0.0.tar.gz) = 20514
+SHA256 (python-potr-1.0.1.zip) = a8a23fc1aac1e9c97b02fe462097f54f2d247f7979f0aa8ce4d66f88f6927bac
+SIZE (python-potr-1.0.1.zip) = 30200


More information about the svn-ports-all mailing list