diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-02-27 20:10:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-02-27 20:10:54 +0800 |
commit | e036449343964da314466b5be1603a1e0cded79e (patch) | |
tree | d48f90c21b93efbdb333249ce788e7991d1eb877 /net | |
parent | 57ac8c3ffe837792138a03f60365400ae94debcb (diff) | |
download | freebsd-ports-gnome-e036449343964da314466b5be1603a1e0cded79e.tar.gz freebsd-ports-gnome-e036449343964da314466b5be1603a1e0cded79e.tar.zst freebsd-ports-gnome-e036449343964da314466b5be1603a1e0cded79e.zip |
- Update to 3.2.3
- Update WWW
PR: 121076
Submitted by: Roy Marples <roy@marples.name> (maintainer)
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 |