Date: Sun, 4 Sep 2016 10:03:20 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421320 - head/security/py-pycryptopp Message-ID: <201609041003.u84A3KN6081760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Sep 4 10:03:20 2016 New Revision: 421320 URL: https://svnweb.freebsd.org/changeset/ports/421320 Log: Use the same PORTVERSION as the one on Pypi PR: 205762 Modified: head/security/py-pycryptopp/Makefile Modified: head/security/py-pycryptopp/Makefile ============================================================================== --- head/security/py-pycryptopp/Makefile Sun Sep 4 09:58:39 2016 (r421319) +++ head/security/py-pycryptopp/Makefile Sun Sep 4 10:03:20 2016 (r421320) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= pycryptopp -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.1.869544967005693312591928092448767568728501330214 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}.869544967005693312591928092448767568728501330214 MAINTAINER= wen@FreeBSD.org COMMENT= Python Wrappers for the Crypto++ Library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609041003.u84A3KN6081760>