diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-15 07:41:09 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-15 07:41:09 +0800 |
commit | a802de794d676d1bf12451aa546fbbc3c1ccae33 (patch) | |
tree | 70381bfb20ea7e28fe7af008ae021ebc2505572d /security/py-m2crypto | |
parent | 75bab0f82d7adefde101da7e935ad51b07c25808 (diff) | |
download | freebsd-ports-gnome-a802de794d676d1bf12451aa546fbbc3c1ccae33.tar.gz freebsd-ports-gnome-a802de794d676d1bf12451aa546fbbc3c1ccae33.tar.zst freebsd-ports-gnome-a802de794d676d1bf12451aa546fbbc3c1ccae33.zip |
Reset undeliverable maintainer address [1]. Comment out unfetchable master
site.
[1] Diagnostic-Code: X-Postfix; host apollo.post1.com[202.27.17.99] said: 550 5.1.1
<ngps@post1.com>... User unknown (in reply to RCPT TO command)
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 9bdc072f5f1c..6105bb811747 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -9,11 +9,11 @@ PORTNAME= m2crypto PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= security python -MASTER_SITES= http://www.post1.com/home/ngps/m2/ +MASTER_SITES= # http://www.post1.com/home/ngps/m2/ unfetchable PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ngps@post1.com +MAINTAINER= ports@FreeBSD.org COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \ |