diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-05 08:47:45 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-05 08:47:45 +0000 |
commit | d6fc769a53743a60e0d554cc219c14aa8e33fb70 (patch) | |
tree | ab319889f5fe227515e73efa93f1ce0dcd27ba78 /net/isc-dhcp3-server/Makefile | |
parent | 2117077c17fec2652149ba6e33cb6dda232e3514 (diff) | |
download | ports-d6fc769a53743a60e0d554cc219c14aa8e33fb70.tar.gz ports-d6fc769a53743a60e0d554cc219c14aa8e33fb70.zip |
Notes
Diffstat (limited to 'net/isc-dhcp3-server/Makefile')
-rw-r--r-- | net/isc-dhcp3-server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile index 9fae21e34ff7..55eb86f1111e 100644 --- a/net/isc-dhcp3-server/Makefile +++ b/net/isc-dhcp3-server/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.1.r14 +PORTVERSION= 3.0.2 PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} @@ -34,7 +34,7 @@ OPTIONS= DHCP_PARANOIA "add -user, -group and -chroot options" on \ DHCP_LDAP "add experimental LDAP backend support" off \ DHCP_LDAP_SSL "support LDAP connection over SSL/TLS" on \ OPENSSL_BASE "use the base system OpenSSL (required by TLS)" on \ - OPENSSL_PORT "use OpenSSL from ports (requires by TLS)" off + OPENSSL_PORT "use OpenSSL from ports (required by TLS)" off .endif .include <bsd.port.pre.mk> @@ -94,7 +94,7 @@ PLIST= ${.CURDIR}/pkg-plist # for instance, possible versions are: # 1.2.r3.4 (or 1.2.b3.4), 1.2.r3 (or 1.2.b3), 1.2.3, 1.2 # which have to become: -# 1.2rc3pl4 (or 1.2beta3pl4), 1.2rc3 (or 1.2beta3), 1.2pl3, 1.2 +# 1.2rc3pl4 (or 1.2beta3pl4), 1.2rc3 (or 1.2beta3), 1.2.3, 1.2 # so, the magic things are: VERSION= PATCHLEVEL= @@ -105,9 +105,9 @@ PATCHLEVEL= pl${PORTVERSION:E} .elif ${PORTVERSION:E:M[br]*} != "" RELEASE= ${PORTVERSION:R} VERSION= ${PORTVERSION:E:S/b/beta/:S/r/rc/} -.elif ${PORTVERSION:R:E} != "" -RELEASE= ${PORTVERSION:R} -PATCHLEVEL= pl${PORTVERSION:E} +#.elif ${PORTVERSION:R:E} != "" +#RELEASE= ${PORTVERSION:R} +#PATCHLEVEL= pl${PORTVERSION:E} .else RELEASE= ${PORTVERSION} .endif |