diff options
author | pav <pav@FreeBSD.org> | 2005-07-20 03:23:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-20 03:23:22 +0800 |
commit | e25456b7d9eb97bfdbb3c0593bdf6d318a4c130e (patch) | |
tree | 29bbc13edb22098f6001d353880233cfe4727ef3 | |
parent | c88d0cb284f070f81c74b0b7ec526fa84170d11a (diff) | |
download | freebsd-ports-gnome-e25456b7d9eb97bfdbb3c0593bdf6d318a4c130e.tar.gz freebsd-ports-gnome-e25456b7d9eb97bfdbb3c0593bdf6d318a4c130e.tar.zst freebsd-ports-gnome-e25456b7d9eb97bfdbb3c0593bdf6d318a4c130e.zip |
- Update to 1.1
PR: ports/83741
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
-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 |