diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 12:10:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 12:10:54 +0000 |
commit | ec046b345f8192835cfe0ef81569a9312371ca67 (patch) | |
tree | 0e99870a010f1e616578b5eb79368e32003d507d /net | |
parent | 579370cdc5e3a2f18d77362c5c53b3af55647e3d (diff) | |
download | ports-ec046b345f8192835cfe0ef81569a9312371ca67.tar.gz ports-ec046b345f8192835cfe0ef81569a9312371ca67.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 27 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 6 | ||||
-rw-r--r-- | net/dhcpcd/pkg-descr | 2 |
3 files changed, 17 insertions, 18 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 305dec54ff4d..af9bf64e6aa7 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -3,23 +3,22 @@ # Whom: Roy Marples <roy@marples.name> # # $FreeBSD$ +# -PORTNAME= dhcpcd -PORTVERSION= 3.1.8 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= dhcpcd - -MAINTAINER= roy@marples.name -COMMENT= DHCP client +PORTNAME= dhcpcd +PORTVERSION= 3.2.3 +CATEGORIES= net +MASTER_SITES= http://roy.marples.name/dhcpcd/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ -PLIST_FILES= sbin/dhcpcd -MAN8= dhcpcd.8 +MAINTAINER= roy@marples.name +COMMENT= DHCP client -USE_BZIP2= yes -USE_RC_SUBR= dhcpcd +USE_BZIP2= yes +USE_RC_SUBR= dhcpcd -MAKE_ARGS= INFODIR=/var/db +MAN8= dhcpcd.8 +PLIST_FILES= sbin/dhcpcd .include <bsd.port.mk> diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 392847f4f6c9..cb3851ba9af3 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,3 +1,3 @@ -MD5 (dhcpcd-3.1.8.tar.bz2) = 6332c695e28100acbb84730e7ff7f6e9 -SHA256 (dhcpcd-3.1.8.tar.bz2) = c78eae99a63da25b9220995f62dbe735520e5044c199211c923503fd5981d2a1 -SIZE (dhcpcd-3.1.8.tar.bz2) = 45423 +MD5 (dhcpcd-3.2.3.tar.bz2) = f7b0b302307e27e00412d81c22df28b3 +SHA256 (dhcpcd-3.2.3.tar.bz2) = 89d5fc05d7fd643200333116400d8a0eda9adf1c7f2a70e6cbca977c8d3843fe +SIZE (dhcpcd-3.2.3.tar.bz2) = 45030 diff --git a/net/dhcpcd/pkg-descr b/net/dhcpcd/pkg-descr index 2c158a15ad88..0c864797c8b8 100644 --- a/net/dhcpcd/pkg-descr +++ b/net/dhcpcd/pkg-descr @@ -1,3 +1,3 @@ dhcpcd is an RFC2131 compliant DHCP client. -WWW: http://dhcpcd.berlios.de +WWW: http://roy.marples.name/dhcpcd |