diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 06:38:52 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 06:38:52 +0000 |
commit | be35a3552810579f810ffdbe9852fa7893c46d46 (patch) | |
tree | de04fd910ddb9c0854a32c76af3f05d7a3ee500a /net-mgmt | |
parent | 6cbe5851d7728f846bc14e2143d00e0008194742 (diff) | |
download | FreeBSD-ports-be35a3552810579f810ffdbe9852fa7893c46d46.zip FreeBSD-ports-be35a3552810579f810ffdbe9852fa7893c46d46.tar.gz |
[update orphan port] : net/dhcpconf
dhcpconf port was out of date (It could be removed too ;))
- Update to 0.7.3
- Change ${MASTER_SITES} and WWW
PR: ports/48527
Submitted by: Clement Laforet <sheepkiller@cotds.org>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/dhcpconf/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/dhcpconf/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/dhcpconf/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile index 1dca17f9..83f301f 100644 --- a/net-mgmt/dhcpconf/Makefile +++ b/net-mgmt/dhcpconf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= dhcpconf -PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.7.3 +PORTREVISION= 0 CATEGORIES= net sysutils -MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ +MASTER_SITES= http://dhcp-conf.sourceforge.net/ DISTNAME= dhcp-conf EXTRACT_SUFX= .tgz @@ -20,7 +20,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ newt.51:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} -WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} MAKE_ENV+= PCFLAGS="${CFLAGS}" do-install: diff --git a/net-mgmt/dhcpconf/distinfo b/net-mgmt/dhcpconf/distinfo index f7f23a5..13265ae 100644 --- a/net-mgmt/dhcpconf/distinfo +++ b/net-mgmt/dhcpconf/distinfo @@ -1 +1 @@ -MD5 (dhcp-conf.tgz) = 1aceda39e035a1817957896bf2ca1d96 +MD5 (dhcp-conf.tgz) = fc33a5687461c7a99615da744cd8dd3f diff --git a/net-mgmt/dhcpconf/pkg-descr b/net-mgmt/dhcpconf/pkg-descr index ab1ffc7..94e22ac 100644 --- a/net-mgmt/dhcpconf/pkg-descr +++ b/net-mgmt/dhcpconf/pkg-descr @@ -3,7 +3,7 @@ It works by bringing up a couple dialog boxes that look strangely like they're created using ncurses but really newt - and then checking your options and generating a dhcpd.conf. -WWW: http://members.xoom.com/vschade/dhcp-conf/ +WWW: http://dhcp-conf.sourceforge.net Author: Vee Schade <vschade@mindless.com> --Will <andrews@technologist.com> |