aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-23 18:48:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-23 18:48:37 +0000
commit028295699a5432f810f26e74d77eddd78b195f00 (patch)
tree1edbe7a9b2a620bb1dd6b56a3fae66423c1a10d8
parentca48fa6fbcfb7a8c731b12833631430630bacb5e (diff)
downloadports-028295699a5432f810f26e74d77eddd78b195f00.tar.gz
ports-028295699a5432f810f26e74d77eddd78b195f00.zip
- Update to 1.4
PR: 132953 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=230774
-rw-r--r--security/py-rijndael/Makefile15
-rw-r--r--security/py-rijndael/distinfo6
2 files changed, 7 insertions, 14 deletions
diff --git a/security/py-rijndael/Makefile b/security/py-rijndael/Makefile
index d9a21d8c4835..fdee3aab536b 100644
--- a/security/py-rijndael/Makefile
+++ b/security/py-rijndael/Makefile
@@ -7,24 +7,17 @@
#
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'
diff --git a/security/py-rijndael/distinfo b/security/py-rijndael/distinfo
index 5eb2860329d7..9416dc5cc633 100644
--- a/security/py-rijndael/distinfo
+++ b/security/py-rijndael/distinfo
@@ -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