diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-01-18 08:07:02 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-01-18 08:07:02 +0800 |
commit | 9af1bc3a481619916aa55dabeb2baa6e0813062e (patch) | |
tree | 58be52b855244adcfa4b596408d66dda754feb66 /security | |
parent | 5ca7017720acd929498e39f4a602ea49080264af (diff) | |
download | freebsd-ports-gnome-9af1bc3a481619916aa55dabeb2baa6e0813062e.tar.gz freebsd-ports-gnome-9af1bc3a481619916aa55dabeb2baa6e0813062e.tar.zst freebsd-ports-gnome-9af1bc3a481619916aa55dabeb2baa6e0813062e.zip |
security/py-potr: update to 1.0.1
Diffstat (limited to 'security')
-rw-r--r-- | security/py-potr/Makefile | 8 | ||||
-rw-r--r-- | security/py-potr/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-potr/Makefile b/security/py-potr/Makefile index 7368f7a41942..a7dfad131b62 100644 --- a/security/py-potr/Makefile +++ b/security/py-potr/Makefile @@ -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@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> diff --git a/security/py-potr/distinfo b/security/py-potr/distinfo index 3225075ad989..755c77b41dbc 100644 --- a/security/py-potr/distinfo +++ b/security/py-potr/distinfo @@ -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 |