summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-09-01 11:11:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-09-01 11:11:05 +0000
commitfa3db4fa0d2786634ce790361760952d8602e8e5 (patch)
tree5f6ed0ea4f14bb51ba81d830741968057f92c158 /net-mgmt
parentDupplicate line (diff)
Update to 5.23.0
PR: ports/71234 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=117825
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netwag/Makefile3
-rw-r--r--net-mgmt/netwag/distinfo8
-rw-r--r--net-mgmt/netwag/files/patch-config.dat23
3 files changed, 22 insertions, 12 deletions
diff --git a/net-mgmt/netwag/Makefile b/net-mgmt/netwag/Makefile
index 8e56a94e45c1..ba36e159aca7 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 845093bd87c1..d2692a63a049 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 c9215c7e7b89..cbedf9ef5a2b 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