diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-19 19:23:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-19 19:23:22 +0000 |
commit | 06044198934ddb87617e4572ed46e7e8f244f7b4 (patch) | |
tree | 47cf4a37d9bd287a0f262989417d9865f7ba0417 /security/py-mcrypt | |
parent | b64179da64b45b2562545f8b316120c87c4be4b8 (diff) | |
download | ports-06044198934ddb87617e4572ed46e7e8f244f7b4.tar.gz ports-06044198934ddb87617e4572ed46e7e8f244f7b4.zip |
Notes
Diffstat (limited to 'security/py-mcrypt')
-rw-r--r-- | security/py-mcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/py-mcrypt/distinfo | 4 | ||||
-rw-r--r-- | security/py-mcrypt/pkg-descr | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 1c74adb76ef9..549f1d1d5372 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mcrypt -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-mcrypt @@ -19,13 +19,14 @@ COMMENT= A comprehensive Python interface to the mcrypt library LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt -PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/mcrypt.so USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include +PLIST_FILES= %%PYTHON_SITELIBDIR%%/mcrypt.so + pre-patch: # put a missed terminating quote ${REINPLACE_CMD} -e '1136s,$$,\\,g' -e '1678s,$$,\\,g' ${WRKSRC}/mcrypt.c diff --git a/security/py-mcrypt/distinfo b/security/py-mcrypt/distinfo index 72915d7cfaac..36197db711c5 100644 --- a/security/py-mcrypt/distinfo +++ b/security/py-mcrypt/distinfo @@ -1,2 +1,2 @@ -MD5 (python-mcrypt-1.0.tar.gz) = c938c7943921c66efd0f4b6f6fb5c7ac -SIZE (python-mcrypt-1.0.tar.gz) = 22589 +MD5 (python-mcrypt-1.1.tar.gz) = 0e9f7cc17545af6b51188b38984fe034 +SIZE (python-mcrypt-1.1.tar.gz) = 22708 diff --git a/security/py-mcrypt/pkg-descr b/security/py-mcrypt/pkg-descr index 8a55224797f4..0144f767e6f1 100644 --- a/security/py-mcrypt/pkg-descr +++ b/security/py-mcrypt/pkg-descr @@ -1,2 +1,4 @@ Python-mcrypt is a comprehensive Python interface to the mcrypt library, which provides a uniform interface to several symmetric encryption algorithms. + +WWW: http://sourceforge.net/projects/python-mcrypt |