diff options
author | pav <pav@FreeBSD.org> | 2005-07-19 03:00:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-19 03:00:19 +0800 |
commit | 548e2c57449fd13ed8b54150a23d795a8aa74431 (patch) | |
tree | 1f43037e05b34dd29ce7c1e789c81cb925baaf45 | |
parent | 5ea8de73ef0f976937ad4a0f72391cfa2803f4ea (diff) | |
download | freebsd-ports-gnome-548e2c57449fd13ed8b54150a23d795a8aa74431.tar.gz freebsd-ports-gnome-548e2c57449fd13ed8b54150a23d795a8aa74431.tar.zst freebsd-ports-gnome-548e2c57449fd13ed8b54150a23d795a8aa74431.zip |
- Update to 0.2.1
PR: ports/83657
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r-- | security/py-xmlsec/Makefile | 4 | ||||
-rw-r--r-- | security/py-xmlsec/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 6c3e38878254..20ae50ee28e7 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlsec -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= security python MASTER_SITES= http://pyxmlsec.labs.libre-entreprise.org/releases/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-install: - @${FIND} ${PYTHON_SITELIBDIR} -name "xmlsec*" | \ + @${FIND} ${PYTHONPREFIX_SITELIBDIR} -name "xmlsec*" | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/security/py-xmlsec/distinfo b/security/py-xmlsec/distinfo index 3ccc05662c82..a8e9516ff47e 100644 --- a/security/py-xmlsec/distinfo +++ b/security/py-xmlsec/distinfo @@ -1,2 +1,2 @@ -MD5 (pyxmlsec-0.2.0.tar.gz) = d316e9f8dcd070b9780b11116e4220fc -SIZE (pyxmlsec-0.2.0.tar.gz) = 212662 +MD5 (pyxmlsec-0.2.1.tar.gz) = 615aac32eaa2abb0c9091832336fa82b +SIZE (pyxmlsec-0.2.1.tar.gz) = 220043 |