From 805376a9c1653ece6aebfd56c8f489f72b03bb21 Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 1 Sep 2004 11:11:05 +0000 Subject: Update to 5.23.0 PR: ports/71234 Submitted by: maintainer --- net-mgmt/netwag/Makefile | 3 ++- net-mgmt/netwag/distinfo | 8 ++++---- net-mgmt/netwag/files/patch-config.dat | 23 ++++++++++++++++------- 3 files changed, 22 insertions(+), 12 deletions(-) (limited to 'net-mgmt') diff --git a/net-mgmt/netwag/Makefile b/net-mgmt/netwag/Makefile index 8e56a94..ba36e15 100644 --- a/net-mgmt/netwag/Makefile +++ b/net-mgmt/netwag/Makefile @@ -6,7 +6,7 @@ # PORTNAME= netwag -PORTVERSION= 5.21.0 +PORTVERSION= 5.23.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.laurentconstantin.com/common/netw/${PORTNAME}/download/v5/ \ http://membres.lycos.fr/lauconstantin/common/netw/${PORTNAME}/download/v5/ \ @@ -29,6 +29,7 @@ PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} do-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ + -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/config.dat cd ${WRKSRC}; ${SH} ./genemake diff --git a/net-mgmt/netwag/distinfo b/net-mgmt/netwag/distinfo index 845093b..d2692a6 100644 --- a/net-mgmt/netwag/distinfo +++ b/net-mgmt/netwag/distinfo @@ -1,4 +1,4 @@ -MD5 (netwag-5.21.0-src.tgz) = 501a6ba5e87534f9ba397ecc00c4284b -SIZE (netwag-5.21.0-src.tgz) = 72234 -MD5 (netwag-5.21.0-doc_html.tgz) = cf29690753be32bfaa413becc27a387f -SIZE (netwag-5.21.0-doc_html.tgz) = 45497 +MD5 (netwag-5.23.0-src.tgz) = 272aa2097615ce5d4d97ecf266ea5791 +SIZE (netwag-5.23.0-src.tgz) = 72208 +MD5 (netwag-5.23.0-doc_html.tgz) = 8756d35d19cbe99d80f5000fe1308aa2 +SIZE (netwag-5.23.0-doc_html.tgz) = 45498 diff --git a/net-mgmt/netwag/files/patch-config.dat b/net-mgmt/netwag/files/patch-config.dat index c9215c7..cbedf9e 100644 --- a/net-mgmt/netwag/files/patch-config.dat +++ b/net-mgmt/netwag/files/patch-config.dat @@ -1,14 +1,23 @@ $FreeBSD$ ---- config.dat.orig Wed Aug 11 17:49:39 2004 -+++ config.dat Wed Aug 11 17:49:54 2004 -@@ -4,7 +4,7 @@ +--- config.dat.orig Mon Aug 30 20:51:57 2004 ++++ config.dat Wed Sep 1 11:54:21 2004 +@@ -7,7 +7,7 @@ ########################################################################## - ### installation prefix directory of netwib [should not need to be modified] --NETWIBDEF_INSTPREFIX=/usr/local -+NETWIBDEF_INSTPREFIX=%%PREFIX%% + ### installation prefix directory of netwox +-NETWOXDEF_INSTPREFIX=/usr/local ++NETWOXDEF_INSTPREFIX=%%LOCALBASE%% + + ### installation destination directory of netwox + NETWOXDEF_INSTDESTDIR="" +@@ -18,7 +18,7 @@ ########################################################################## - ### installation destination directory [should not need to be modified] + ### directories where netwag will be installed +-NETWAGDEF_INSTPREFIX=/usr/local ++NETWAGDEF_INSTPREFIX=%%PREFIX%% + NETWAGDEF_INSTBIN=${NETWAGDEF_INSTPREFIX}/bin + NETWAGDEF_INSTMAN=${NETWAGDEF_INSTPREFIX}/man + NETWAGDEF_INSTMAN1=${NETWAGDEF_INSTMAN}/man1 -- cgit v1.1