diff options
author | perky <perky@FreeBSD.org> | 2002-10-13 06:18:43 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-10-13 06:18:43 +0000 |
commit | 978a6fe489f30876fc530d014bd60cda30cdcc40 (patch) | |
tree | 9ee5c1e479c00c2c6946c07b23536b2f959f2384 | |
parent | 5ccd98b386625307d21e3cbe1decbe34793da34b (diff) | |
download | FreeBSD-ports-978a6fe489f30876fc530d014bd60cda30cdcc40.zip FreeBSD-ports-978a6fe489f30876fc530d014bd60cda30cdcc40.tar.gz |
Bump PORTREVISION (devel/newt shlib bump)
-rw-r--r-- | net-mgmt/dhcpconf/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpconf/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile index 043f7b3..8119e93 100644 --- a/net-mgmt/dhcpconf/Makefile +++ b/net-mgmt/dhcpconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= dhcpconf PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ DISTNAME= dhcp-conf @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - newt.50:${PORTSDIR}/devel/newt + newt.51:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} diff --git a/net/dhcpconf/Makefile b/net/dhcpconf/Makefile index 043f7b3..8119e93 100644 --- a/net/dhcpconf/Makefile +++ b/net/dhcpconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= dhcpconf PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ DISTNAME= dhcp-conf @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - newt.50:${PORTSDIR}/devel/newt + newt.51:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} |