aboutsummaryrefslogtreecommitdiff
path: root/net/nam
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-16 19:55:57 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-16 19:55:57 +0000
commiteabc6ae4d2b8f4fc0ba8ede885d0311a55c5ade2 (patch)
treee1a1be47c3642dc84d8d59aa5408e10499e55d0d /net/nam
parent10db431aa7f4119569b7bd35d5869d162185d1cd (diff)
downloadports-eabc6ae4d2b8f4fc0ba8ede885d0311a55c5ade2.tar.gz
ports-eabc6ae4d2b8f4fc0ba8ede885d0311a55c5ade2.zip
Notes
Diffstat (limited to 'net/nam')
-rw-r--r--net/nam/Makefile6
-rw-r--r--net/nam/distinfo2
-rw-r--r--net/nam/files/patch-aa12
3 files changed, 10 insertions, 10 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile
index a0010f636716..c04443ecb71a 100644
--- a/net/nam/Makefile
+++ b/net/nam/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= nam
-PORTVERSION= 1.0.a7
+PORTVERSION= 1.0a8
CATEGORIES= net
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/
-DISTNAME= nam-src-1.0a7
+DISTNAME= nam-src-${PORTVERSION}
MAINTAINER= obonilla@fisicc-ufm.edu
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl
MAN1= nam.1
MANCOMPRESSED= no
-WRKSRC= ${WRKDIR}/nam-1.0a7
+WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
diff --git a/net/nam/distinfo b/net/nam/distinfo
index ea0b54201aa2..3d9a1a5fde45 100644
--- a/net/nam/distinfo
+++ b/net/nam/distinfo
@@ -1 +1 @@
-MD5 (nam-src-1.0a7.tar.gz) = 23efc9428038915d180b35c6f0cfe499
+MD5 (nam-src-1.0a8.tar.gz) = e58df7a134bd7174a122cfa183d95b90
diff --git a/net/nam/files/patch-aa b/net/nam/files/patch-aa
index 2a7985ece390..b6487d4e53b9 100644
--- a/net/nam/files/patch-aa
+++ b/net/nam/files/patch-aa
@@ -1,11 +1,11 @@
---- configure.orig Mon Apr 26 12:37:04 1999
-+++ configure Mon Apr 26 12:37:17 1999
-@@ -2192,7 +2192,7 @@
+--- configure.orig Thu Jan 6 21:27:09 2000
++++ configure Sun Jul 16 13:35:32 2000
+@@ -2598,7 +2598,7 @@
# $d/unix works if $d is the 8.0 distribution
# $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?)
- PATH=$PATH:$d/unix:$d/bin
--for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS
-+for ac_prog in tclsh$TCL_VERS tclsh8.2 tclsh$TCL_OLD_VERS
+ PATH=$d/unix:$d/bin:$PATH
+-for ac_prog in tclsh$TCL_VERS tclsh$TCL_HI_VERS tclsh tclsh$TCL_OLD_VERS
++for ac_prog in tclsh$TCL_VERS tclsh$TCL_HI_VERS tclsh8.2 tclsh$TCL_OLD_VERS
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2