diff options
author | glewis <glewis@FreeBSD.org> | 2003-09-10 22:22:30 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-09-10 22:22:30 +0800 |
commit | 94360fcb03cdb28808d4a4a3a7839848f61d8bfc (patch) | |
tree | 32c5915698f7a8d4ec55bf52072d99acad9046fd /net/isc-dhcp40-server/Makefile | |
parent | 496b12f2589b358461a99f4d0ae3776c247bfd40 (diff) | |
download | freebsd-ports-graphics-94360fcb03cdb28808d4a4a3a7839848f61d8bfc.tar.gz freebsd-ports-graphics-94360fcb03cdb28808d4a4a3a7839848f61d8bfc.tar.zst freebsd-ports-graphics-94360fcb03cdb28808d4a4a3a7839848f61d8bfc.zip |
. Update to 3.0.1.r12.
. Use %%DOCSDIR%% in the packing list.
PR: 56615
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'net/isc-dhcp40-server/Makefile')
-rw-r--r-- | net/isc-dhcp40-server/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index 9f5b839828b..4bdee6352da 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -7,17 +7,13 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r11 -PORTREVISION= 1 +PORTVERSION= 3.0.1.r12 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL} -PATCH_SITES= http://security.debian.org/pool/updates/main/d/dhcp3/ -PATCHFILES= dhcp3_3.0+3.0.1rc9-2.2.diff.gz -PATCH_DIST_STRIP=-p1 MAINTAINER= cyrille.lefevre@laposte.net COMMENT= ISC Dynamic Host Configuration Protocol client and server code |