summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 06:38:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 06:38:52 +0000
commit18eaa0e402b039baa1ef26ad03a1e02140551ec8 (patch)
tree340d2e40944baa05994aa0c395e0efd473b212b4 /net-mgmt
parentSwitch to GNOMENG. (diff)
[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>
Notes
Notes: svn path=/head/; revision=76368
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/dhcpconf/Makefile8
-rw-r--r--net-mgmt/dhcpconf/distinfo2
-rw-r--r--net-mgmt/dhcpconf/pkg-descr2
3 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile
index 1dca17f9643d..83f301f9ef34 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 f7f23a52c2ea..13265aee5744 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 ab1ffc76967a..94e22ace7031 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>