diff options
author | lioux <lioux@FreeBSD.org> | 2002-03-01 01:02:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-03-01 01:02:39 +0800 |
commit | a89ab1a455e14e111664bed30abbd34814471d1c (patch) | |
tree | 20bf9703bee6099e0d63abeb8e1c799e50ea9af7 /net-p2p | |
parent | 8af888371b8ddc60c4e575e30f7918e231823c06 (diff) | |
download | freebsd-ports-gnome-a89ab1a455e14e111664bed30abbd34814471d1c.tar.gz freebsd-ports-gnome-a89ab1a455e14e111664bed30abbd34814471d1c.tar.zst freebsd-ports-gnome-a89ab1a455e14e111664bed30abbd34814471d1c.zip |
o Developer has changed the authentication process without re-rolling
binary. Fix documentation adding appropriate notice.
o bump PORTREVISION
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/pkg-message | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile index 7ef8ccdcebb3..2559e2afc42d 100644 --- a/net-p2p/linux-agsatellite/Makefile +++ b/net-p2p/linux-agsatellite/Makefile @@ -7,7 +7,7 @@ PORTNAME= agsatellite PORTVERSION= 0.520 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net linux MASTER_SITES= http://www.audiogalaxy.com/downloads/ DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 @@ -26,7 +26,7 @@ DOCS= german_readme.txt license.txt readme.txt BRANDELF= /usr/bin/brandelf post-patch: - @${PERL} -pi -e "s|
||" ${WRKSRC}/*.txt + @${PERL} -pi -e "s|\r\n|\n|;s|email|username|" ${WRKSRC}/*.txt @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ ${WRKDIR}/wrapper.sh diff --git a/net-p2p/linux-agsatellite/pkg-message b/net-p2p/linux-agsatellite/pkg-message index 855c074f8ad3..c9d9c0f8cea1 100644 --- a/net-p2p/linux-agsatellite/pkg-message +++ b/net-p2p/linux-agsatellite/pkg-message @@ -13,8 +13,13 @@ account.txt is simply email that you used to create an account from the web site on the first line. The second line will be your password > account.txt -first_line_with_Email_you_have_subscribed +first_line_with_Username_you_have_subscribed second_line_with_Password_you_have_subscribed +For example, + +echo Username_you_have_subscribed > account.txt +echo Password_you_have_subscribed >> account.txt + * Create both account.txt and shares.txt files under the directory .agsatellite in your HOME directory |