diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-13 05:41:35 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-13 05:41:35 +0800 |
commit | 48c4769673e41a4ec6bae77705756a3a47061e19 (patch) | |
tree | bf40d56baa70fb6cad3c9d68d06ff727f64053dc /net | |
parent | 81b89c405cfbcc93bc82dc494cb6ccb65766dfed (diff) | |
download | freebsd-ports-gnome-48c4769673e41a4ec6bae77705756a3a47061e19.tar.gz freebsd-ports-gnome-48c4769673e41a4ec6bae77705756a3a47061e19.tar.zst freebsd-ports-gnome-48c4769673e41a4ec6bae77705756a3a47061e19.zip |
net/py-libfte: Update 0.1.0 -> 0.1.3; switch to CHEESESHOP
PR: 229734
Submitted by: VinÃcius Zavam <egypcio@googlemail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/py-libfte/Makefile | 7 | ||||
-rw-r--r-- | net/py-libfte/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/py-libfte/Makefile b/net/py-libfte/Makefile index 707b1c2f5b9c..2f30c6f2c4a5 100644 --- a/net/py-libfte/Makefile +++ b/net/py-libfte/Makefile @@ -1,15 +1,16 @@ # $FreeBSD$ PORTNAME= libfte -DISTVERSION= 0.1.0 +PORTVERSION= 0.1.3 CATEGORIES= net security python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= fte-${PORTVERSION} MAINTAINER= egypcio@googlemail.com COMMENT= Format-Transforming Encryption Library/Toolkit LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= regex2dfa:textproc/regex2dfa \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${PY_FLAVOR} @@ -17,8 +18,6 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= localbase python:2.7 USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= kpdyer # setup.cfg enables inplace, copying extension to final place and breaking # autoplist diff --git a/net/py-libfte/distinfo b/net/py-libfte/distinfo index 34484dbcd4e2..9f28ec8ed38c 100644 --- a/net/py-libfte/distinfo +++ b/net/py-libfte/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521120861 -SHA256 (kpdyer-libfte-0.1.0_GH0.tar.gz) = 167e5efbe79a344305759fcea7edea98f35085485d042e2e546ed71ce19a9ed5 -SIZE (kpdyer-libfte-0.1.0_GH0.tar.gz) = 31171 +TIMESTAMP = 1531404229 +SHA256 (fte-0.1.3.tar.gz) = 733b342bbc678914b62fcc75a5b71a2071a53bbc6fad0c3badbfc7269ced93a6 +SIZE (fte-0.1.3.tar.gz) = 13784 |