aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-understand_ada
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-02-22 23:19:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-02-22 23:19:07 +0000
commit47286f3e1de6fa4ee1ffcbed3d6babd1704aca20 (patch)
tree27c18c53e0bdf52af66712cb7d79c3009a3b6ea6 /devel/linux-understand_ada
parenta84f8427e0b38d00ae4eabae6f0c6ac1f47fd28a (diff)
downloadports-47286f3e1de6fa4ee1ffcbed3d6babd1704aca20.tar.gz
ports-47286f3e1de6fa4ee1ffcbed3d6babd1704aca20.zip
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.
Notes
Notes: svn path=/head/; revision=55111
Diffstat (limited to 'devel/linux-understand_ada')
-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
3 files changed, 2 insertions, 7 deletions
diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile
index a9f8f424473e..df4cbf72538b 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 b0b37e75056e..1470f9837e21 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 0e5b5ce2ca01..bd1cba029f75 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##*/} ${*} &