aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linux-understand_c
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-02-23 07:19:07 +0800
committerlioux <lioux@FreeBSD.org>2002-02-23 07:19:07 +0800
commit2cd0572b452bb4456a57b3c389ff6ba2c36c58ec (patch)
treed1d122213be1faf5bd80b29afc5271025fe47f7f /devel/linux-understand_c
parent6bcef212cc50fe016fa7d0e4dfc7f19fcb03e4a3 (diff)
downloadfreebsd-ports-gnome-2cd0572b452bb4456a57b3c389ff6ba2c36c58ec.tar.gz
freebsd-ports-gnome-2cd0572b452bb4456a57b3c389ff6ba2c36c58ec.tar.zst
freebsd-ports-gnome-2cd0572b452bb4456a57b3c389ff6ba2c36c58ec.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.
Diffstat (limited to 'devel/linux-understand_c')
-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
3 files changed, 2 insertions, 7 deletions
diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile
index af9d098a89cf..5fe3e0005e06 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 88f521b801d3..a4fb07bc5ba6 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 0e5b5ce2ca01..bd1cba029f75 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##*/} ${*} &