Date: Thu, 30 Jun 2016 08:39:32 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417815 - in head/security/py-pycryptopp: . files Message-ID: <201606300839.u5U8dWvu049869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Jun 30 08:39:32 2016 New Revision: 417815 URL: https://svnweb.freebsd.org/changeset/ports/417815 Log: - Update to 0.7.1 PR: 210514 Submitted by: yuri@rawbw.com Deleted: head/security/py-pycryptopp/files/ Modified: head/security/py-pycryptopp/Makefile head/security/py-pycryptopp/distinfo head/security/py-pycryptopp/pkg-descr Modified: head/security/py-pycryptopp/Makefile ============================================================================== --- head/security/py-pycryptopp/Makefile Thu Jun 30 08:09:29 2016 (r417814) +++ head/security/py-pycryptopp/Makefile Thu Jun 30 08:39:32 2016 (r417815) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= pycryptopp -PORTVERSION= 0.5.29 -PORTREVISION= 3 +PORTVERSION= 0.7.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION}.869544967005693312591928092448767568728501330214 MAINTAINER= wen@FreeBSD.org COMMENT= Python Wrappers for the Crypto++ Library Modified: head/security/py-pycryptopp/distinfo ============================================================================== --- head/security/py-pycryptopp/distinfo Thu Jun 30 08:09:29 2016 (r417814) +++ head/security/py-pycryptopp/distinfo Thu Jun 30 08:39:32 2016 (r417815) @@ -1,2 +1,3 @@ -SHA256 (pycryptopp-0.5.29.tar.gz) = d504775b73d30fb05a3237f83c4e9e1ff3312cbba90a4a23e6cbb7d32219502b -SIZE (pycryptopp-0.5.29.tar.gz) = 1114525 +TIMESTAMP = 1466757672 +SHA256 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 08ad57a1a39b7ed23c173692281da0b8d49d98ad3dcc09f8cca6d901e142699f +SIZE (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 1992756 Modified: head/security/py-pycryptopp/pkg-descr ============================================================================== --- head/security/py-pycryptopp/pkg-descr Thu Jun 30 08:09:29 2016 (r417814) +++ head/security/py-pycryptopp/pkg-descr Thu Jun 30 08:39:32 2016 (r417815) @@ -1,4 +1,4 @@ pycryptopp is a set of Python wrappers for a few of the best crypto algorithms from the Crypto++ library. -WWW: http://allmydata.org/trac/pycryptopp +WWW: https://tahoe-lafs.org/trac/pycryptopp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606300839.u5U8dWvu049869>