Index: head/security/py-rijndael/Makefile =================================================================== --- head/security/py-rijndael/Makefile (revision 230773) +++ head/security/py-rijndael/Makefile (revision 230774) @@ -1,36 +1,29 @@ # ex:ts=8 # New ports collection makefile for: py-rijndael # Date created: Jul 23, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= rijndael -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= security python -MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ - http://people.FreeBSD.org/~foxfair/distfiles/ +MASTER_SITES= http://jclement.ca/software/pyrijndael/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyRijndael-${PORTVERSION}.py -EXTRACT_SUFX= .gz +DISTNAME= pyrijndael-v${PORTVERSION:S:.:_:} MAINTAINER= ports@FreeBSD.org COMMENT= A pure python implementation of the Rijndael encryption algorithm -EXTRACT_AFTER_ARGS= > ${DISTNAME} USE_PYTHON= yes -NO_WRKSUBDIR= yes - -post-extract: - @${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/pyRijndael.py +WRKSRC= ${WRKDIR}/pyrijndael do-build: @cd ${WRKSRC} && ${PYTHON_CMD} -c 'import pyRijndael' @cd ${WRKSRC} && ${PYTHON_CMD} -O -c 'import pyRijndael' do-install: @${INSTALL_DATA} ${WRKSRC}/pyRijndael.* ${PYTHON_SITELIBDIR} .include Property changes on: head/security/py-rijndael/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/security/py-rijndael/distinfo =================================================================== --- head/security/py-rijndael/distinfo (revision 230773) +++ head/security/py-rijndael/distinfo (revision 230774) @@ -1,3 +1,3 @@ -MD5 (pyRijndael-1.1.py.gz) = aa0053ffecbddb1fbfc685ae467663e5 -SHA256 (pyRijndael-1.1.py.gz) = b102dd60b0d0b48ffa5ab9f11a853b22414a9f379cec6c488c29ec7bde348404 -SIZE (pyRijndael-1.1.py.gz) = 3416 +MD5 (pyrijndael-v1_4.tar.gz) = d5d3ac8d6412b0da2cb99d6cca62b1d8 +SHA256 (pyrijndael-v1_4.tar.gz) = f9bbd6020f1db81136c91fb00037b8b18dce629d3e1ca0684c64bdfda3ec8e8f +SIZE (pyrijndael-v1_4.tar.gz) = 5195 Property changes on: head/security/py-rijndael/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property