diff options
-rw-r--r-- | net-mgmt/py-ipy/Makefile | 2 | ||||
-rw-r--r-- | security/didentd/Makefile | 7 | ||||
-rw-r--r-- | security/didentd/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index 0a1b4e8c6525..aa83a2cb714c 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://c0re.23.nu/c0de/IPy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= IPy-${PORTVERSION} -MAINTAINER= drt@un.bewaff.net +MAINTAINER= ports@FreeBSD.org COMMENT= A Python module for handling IPv4 and IPv6 Addresses and Networks USE_PYTHON= yes diff --git a/security/didentd/Makefile b/security/didentd/Makefile index f3732268c6cd..b6704f7c167e 100644 --- a/security/didentd/Makefile +++ b/security/didentd/Makefile @@ -8,10 +8,11 @@ PORTNAME= didentd PORTVERSION= 0.2 CATEGORIES= security -MASTER_SITES= http://untergrund.bewaff.net/~drt/c0re.jp/c0de/didentd/ http://c0re.jp/c0de/didentd/ +MASTER_SITES= http://c0re.23.nu/c0de/didentd/ \ + http://untergrund.bewaff.net/~drt/c0re.jp/c0de/didentd/ -MAINTAINER= drt@un.bewaff.net -COMMENT= Modular RfC1423 (identd) server sending encrypted audit tokens. +MAINTAINER= ports@FreeBSD.org +COMMENT= Modular RFC1423 (identd) server sending encrypted audit tokens RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp diff --git a/security/didentd/pkg-descr b/security/didentd/pkg-descr index 5ff30e5b2867..216e31c93120 100644 --- a/security/didentd/pkg-descr +++ b/security/didentd/pkg-descr @@ -19,4 +19,4 @@ uid owning the requested connection. This is the classic ident approach. didentd-static is a server which delivers a fixed reply defined by the administrator to every request. -WWW: http://c0re.jp/c0de/didentd/ +WWW: http://c0re.23.nu/c0de/didentd/ |