diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 18:48:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-23 18:48:37 +0000 |
commit | 028295699a5432f810f26e74d77eddd78b195f00 (patch) | |
tree | 1edbe7a9b2a620bb1dd6b56a3fae66423c1a10d8 /security/py-rijndael | |
parent | ca48fa6fbcfb7a8c731b12833631430630bacb5e (diff) | |
download | ports-028295699a5432f810f26e74d77eddd78b195f00.tar.gz ports-028295699a5432f810f26e74d77eddd78b195f00.zip |
Notes
Diffstat (limited to 'security/py-rijndael')
-rw-r--r-- | security/py-rijndael/Makefile | 15 | ||||
-rw-r--r-- | security/py-rijndael/distinfo | 6 |
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 |