summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-02-22 23:19:07 +0000
committerlioux <lioux@FreeBSD.org>2002-02-22 23:19:07 +0000
commit2cd0572b452bb4456a57b3c389ff6ba2c36c58ec (patch)
treed1d122213be1faf5bd80b29afc5271025fe47f7f
parent6bcef212cc50fe016fa7d0e4dfc7f19fcb03e4a3 (diff)
downloadFreeBSD-ports-2cd0572b452bb4456a57b3c389ff6ba2c36c58ec.zip
FreeBSD-ports-2cd0572b452bb4456a57b3c389ff6ba2c36c58ec.tar.gz
o Update to 1.4 Build 149
o Fix bug in wrapper script: do not incorrectly use shift from sh(1). First command line argument was being lost when there was more than 1 argument.
-rw-r--r--devel/linux-understand_ada/Makefile2
-rw-r--r--devel/linux-understand_ada/distinfo2
-rw-r--r--devel/linux-understand_ada/files/wrapper.sh5
-rw-r--r--devel/linux-understand_c/Makefile2
-rw-r--r--devel/linux-understand_c/distinfo2
-rw-r--r--devel/linux-understand_c/files/wrapper.sh5
-rw-r--r--devel/understand_ada/Makefile2
-rw-r--r--devel/understand_ada/distinfo2
-rw-r--r--devel/understand_ada/files/wrapper.sh5
-rw-r--r--devel/understand_c/Makefile2
-rw-r--r--devel/understand_c/distinfo2
-rw-r--r--devel/understand_c/files/wrapper.sh5
12 files changed, 8 insertions, 28 deletions
diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile
index a9f8f42..df4cbf7 100644
--- a/devel/linux-understand_ada/Makefile
+++ b/devel/linux-understand_ada/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= understand_ada
-PORTVERSION= 1.4.146
+PORTVERSION= 1.4.149
CATEGORIES= devel linux
MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/
MASTER_SITE_SUBDIR= latest pastbuilds
diff --git a/devel/linux-understand_ada/distinfo b/devel/linux-understand_ada/distinfo
index b0b37e7..1470f98 100644
--- a/devel/linux-understand_ada/distinfo
+++ b/devel/linux-understand_ada/distinfo
@@ -1 +1 @@
-MD5 (und_ada-14b146-linux.tar.gz) = cf936f70cc576df705196519ffe011dc
+MD5 (und_ada-14b149-linux.tar.gz) = 651c6dfa009a41b58a78f69a413bf487
diff --git a/devel/linux-understand_ada/files/wrapper.sh b/devel/linux-understand_ada/files/wrapper.sh
index 0e5b5ce..bd1cba0 100644
--- a/devel/linux-understand_ada/files/wrapper.sh
+++ b/devel/linux-understand_ada/files/wrapper.sh
@@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
-if [ ${#} -gt 1 ]
-then
- shift
-fi
-
exec ${PREFIX}/${PROGRAM##*/} ${*} &
diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile
index af9d098..5fe3e00 100644
--- a/devel/linux-understand_c/Makefile
+++ b/devel/linux-understand_c/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= understand_c
-PORTVERSION= 1.4.146
+PORTVERSION= 1.4.149
PORTEPOCH= 1
CATEGORIES= devel linux
MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/
diff --git a/devel/linux-understand_c/distinfo b/devel/linux-understand_c/distinfo
index 88f521b..a4fb07b 100644
--- a/devel/linux-understand_c/distinfo
+++ b/devel/linux-understand_c/distinfo
@@ -1 +1 @@
-MD5 (und_c-14b146-linux.tar.gz) = 3d11cc7b7d02dfa1af68e2909573c336
+MD5 (und_c-14b149-linux.tar.gz) = 00b08eacdbd2c1e56593d2058959140e
diff --git a/devel/linux-understand_c/files/wrapper.sh b/devel/linux-understand_c/files/wrapper.sh
index 0e5b5ce..bd1cba0 100644
--- a/devel/linux-understand_c/files/wrapper.sh
+++ b/devel/linux-understand_c/files/wrapper.sh
@@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
-if [ ${#} -gt 1 ]
-then
- shift
-fi
-
exec ${PREFIX}/${PROGRAM##*/} ${*} &
diff --git a/devel/understand_ada/Makefile b/devel/understand_ada/Makefile
index a9f8f42..df4cbf7 100644
--- a/devel/understand_ada/Makefile
+++ b/devel/understand_ada/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= understand_ada
-PORTVERSION= 1.4.146
+PORTVERSION= 1.4.149
CATEGORIES= devel linux
MASTER_SITES= http://www.scitools.com/ftp/pub/download/${PORTNAME}/%SUBDIR%/
MASTER_SITE_SUBDIR= latest pastbuilds
diff --git a/devel/understand_ada/distinfo b/devel/understand_ada/distinfo
index b0b37e7..1470f98 100644
--- a/devel/understand_ada/distinfo
+++ b/devel/understand_ada/distinfo
@@ -1 +1 @@
-MD5 (und_ada-14b146-linux.tar.gz) = cf936f70cc576df705196519ffe011dc
+MD5 (und_ada-14b149-linux.tar.gz) = 651c6dfa009a41b58a78f69a413bf487
diff --git a/devel/understand_ada/files/wrapper.sh b/devel/understand_ada/files/wrapper.sh
index 0e5b5ce..bd1cba0 100644
--- a/devel/understand_ada/files/wrapper.sh
+++ b/devel/understand_ada/files/wrapper.sh
@@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
-if [ ${#} -gt 1 ]
-then
- shift
-fi
-
exec ${PREFIX}/${PROGRAM##*/} ${*} &
diff --git a/devel/understand_c/Makefile b/devel/understand_c/Makefile
index af9d098..5fe3e00 100644
--- a/devel/understand_c/Makefile
+++ b/devel/understand_c/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= understand_c
-PORTVERSION= 1.4.146
+PORTVERSION= 1.4.149
PORTEPOCH= 1
CATEGORIES= devel linux
MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/
diff --git a/devel/understand_c/distinfo b/devel/understand_c/distinfo
index 88f521b..a4fb07b 100644
--- a/devel/understand_c/distinfo
+++ b/devel/understand_c/distinfo
@@ -1 +1 @@
-MD5 (und_c-14b146-linux.tar.gz) = 3d11cc7b7d02dfa1af68e2909573c336
+MD5 (und_c-14b149-linux.tar.gz) = 00b08eacdbd2c1e56593d2058959140e
diff --git a/devel/understand_c/files/wrapper.sh b/devel/understand_c/files/wrapper.sh
index 0e5b5ce..bd1cba0 100644
--- a/devel/understand_c/files/wrapper.sh
+++ b/devel/understand_c/files/wrapper.sh
@@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
-if [ ${#} -gt 1 ]
-then
- shift
-fi
-
exec ${PREFIX}/${PROGRAM##*/} ${*} &
OpenPOWER on IntegriCloud