svn commit: r421320 - head/security/py-pycryptopp

Antoine Brodin antoine at FreeBSD.org
Sun Sep 4 10:03:21 UTC 2016


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 at FreeBSD.org
 COMMENT=	Python Wrappers for the Crypto++ Library


More information about the svn-ports-head mailing list