diff options
author | kris <kris@FreeBSD.org> | 2005-02-15 07:41:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-15 07:41:09 +0800 |
commit | c80e6bb6ff3f522f1923ecb3d170a5f9f51d256e (patch) | |
tree | 7975171a205aee79e95f8a76f62b20f90369b0e6 /security | |
parent | 787913dda441f5dd18e96f35dd3b74b484d689b4 (diff) | |
download | freebsd-ports-gnome-c80e6bb6ff3f522f1923ecb3d170a5f9f51d256e.tar.gz freebsd-ports-gnome-c80e6bb6ff3f522f1923ecb3d170a5f9f51d256e.tar.zst freebsd-ports-gnome-c80e6bb6ff3f522f1923ecb3d170a5f9f51d256e.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')
-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 \ |