diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-06 03:05:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-06 03:05:49 +0000 |
commit | 7bc22233334d6eb86229e2c713f6210b41804911 (patch) | |
tree | 331484ced74478c16110ebc12bd387a173270af2 | |
parent | Update to adzap-20020105 (diff) |
o Fix bug: do not incorrectly use shift from sh(1). First command
line argument was being lost when there was more than 1 argument.
o bump PORTREVISION
-rw-r--r-- | audio/agbrowser/Makefile | 1 | ||||
-rw-r--r-- | audio/agbrowser/files/wrapper.sh | 5 | ||||
-rw-r--r-- | audio/agsatellite/Makefile | 1 | ||||
-rw-r--r-- | audio/agsatellite/files/wrapper.sh | 5 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/files/wrapper.sh | 5 | ||||
-rw-r--r-- | net/linux-agsatellite/Makefile | 1 | ||||
-rw-r--r-- | net/linux-agsatellite/files/wrapper.sh | 5 |
8 files changed, 4 insertions, 20 deletions
diff --git a/audio/agbrowser/Makefile b/audio/agbrowser/Makefile index ee0fceabf746..6b605e51478d 100644 --- a/audio/agbrowser/Makefile +++ b/audio/agbrowser/Makefile @@ -7,6 +7,7 @@ PORTNAME= agbrowser PORTVERSION= 0.96 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/uallloveme/OSS/AGBrowser/ diff --git a/audio/agbrowser/files/wrapper.sh b/audio/agbrowser/files/wrapper.sh index 5fddb8f6d895..d18f9a6e2d66 100644 --- a/audio/agbrowser/files/wrapper.sh +++ b/audio/agbrowser/files/wrapper.sh @@ -5,11 +5,6 @@ LOCALBASE="%%LOCALBASE%%" PROGRAM="${0}" SATELLITE=AGSatellite -if [ ${#} -gt 1 ] -then - shift -fi - if [ ! -d ${HOME}/.agsatellite ] || [ ! -h ${HOME}/.agsatellite/${SATELLITE} ] then ${LOCALBASE}/bin/${SATELLITE} -createdironly diff --git a/audio/agsatellite/Makefile b/audio/agsatellite/Makefile index 4d2e1f923724..7ef8ccdcebb3 100644 --- a/audio/agsatellite/Makefile +++ b/audio/agsatellite/Makefile @@ -7,6 +7,7 @@ PORTNAME= agsatellite PORTVERSION= 0.520 +PORTREVISION= 1 CATEGORIES= audio net linux MASTER_SITES= http://www.audiogalaxy.com/downloads/ DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 diff --git a/audio/agsatellite/files/wrapper.sh b/audio/agsatellite/files/wrapper.sh index e2daaee83078..e53603d86a76 100644 --- a/audio/agsatellite/files/wrapper.sh +++ b/audio/agsatellite/files/wrapper.sh @@ -3,11 +3,6 @@ PREFIX="%%PREFIX%%" PROGRAM="${0}" -if [ ${#} -gt 1 ] -then - shift -fi - if [ ! -d ${HOME}/.agsatellite ] then mkdir -p ${HOME}/.agsatellite diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile index 4d2e1f923724..7ef8ccdcebb3 100644 --- a/net-p2p/linux-agsatellite/Makefile +++ b/net-p2p/linux-agsatellite/Makefile @@ -7,6 +7,7 @@ PORTNAME= agsatellite PORTVERSION= 0.520 +PORTREVISION= 1 CATEGORIES= audio net linux MASTER_SITES= http://www.audiogalaxy.com/downloads/ DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh index e2daaee83078..e53603d86a76 100644 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ b/net-p2p/linux-agsatellite/files/wrapper.sh @@ -3,11 +3,6 @@ PREFIX="%%PREFIX%%" PROGRAM="${0}" -if [ ${#} -gt 1 ] -then - shift -fi - if [ ! -d ${HOME}/.agsatellite ] then mkdir -p ${HOME}/.agsatellite diff --git a/net/linux-agsatellite/Makefile b/net/linux-agsatellite/Makefile index 4d2e1f923724..7ef8ccdcebb3 100644 --- a/net/linux-agsatellite/Makefile +++ b/net/linux-agsatellite/Makefile @@ -7,6 +7,7 @@ PORTNAME= agsatellite PORTVERSION= 0.520 +PORTREVISION= 1 CATEGORIES= audio net linux MASTER_SITES= http://www.audiogalaxy.com/downloads/ DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 diff --git a/net/linux-agsatellite/files/wrapper.sh b/net/linux-agsatellite/files/wrapper.sh index e2daaee83078..e53603d86a76 100644 --- a/net/linux-agsatellite/files/wrapper.sh +++ b/net/linux-agsatellite/files/wrapper.sh @@ -3,11 +3,6 @@ PREFIX="%%PREFIX%%" PROGRAM="${0}" -if [ ${#} -gt 1 ] -then - shift -fi - if [ ! -d ${HOME}/.agsatellite ] then mkdir -p ${HOME}/.agsatellite |