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.
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-02-22 23:19:07 +00:00
parent a84f8427e0
commit 47286f3e1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55111
12 changed files with 8 additions and 28 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (und_ada-14b146-linux.tar.gz) = cf936f70cc576df705196519ffe011dc
MD5 (und_ada-14b149-linux.tar.gz) = 651c6dfa009a41b58a78f69a413bf487

View File

@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
exec ${PREFIX}/${PROGRAM##*/} ${*} &

View File

@ -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%/

View File

@ -1 +1 @@
MD5 (und_c-14b146-linux.tar.gz) = 3d11cc7b7d02dfa1af68e2909573c336
MD5 (und_c-14b149-linux.tar.gz) = 00b08eacdbd2c1e56593d2058959140e

View File

@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
exec ${PREFIX}/${PROGRAM##*/} ${*} &

View File

@ -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

View File

@ -1 +1 @@
MD5 (und_ada-14b146-linux.tar.gz) = cf936f70cc576df705196519ffe011dc
MD5 (und_ada-14b149-linux.tar.gz) = 651c6dfa009a41b58a78f69a413bf487

View File

@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
exec ${PREFIX}/${PROGRAM##*/} ${*} &

View File

@ -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%/

View File

@ -1 +1 @@
MD5 (und_c-14b146-linux.tar.gz) = 3d11cc7b7d02dfa1af68e2909573c336
MD5 (und_c-14b149-linux.tar.gz) = 00b08eacdbd2c1e56593d2058959140e

View File

@ -3,9 +3,4 @@
PREFIX="%%PREFIX%%"
PROGRAM="${0}"
if [ ${#} -gt 1 ]
then
shift
fi
exec ${PREFIX}/${PROGRAM##*/} ${*} &