diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-10-06 11:34:27 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-10-06 11:34:27 +0000 |
commit | 5c87bbb0e21f3b639190d4f83a3896f577ee53cf (patch) | |
tree | 5beee581510218224056cd2d899ec7e5c0bc51b3 /net | |
parent | Update to 0.12 (diff) |
- Update MASTER_SITES to make it fetchable. [2]
- Remove BEFORE tag from startup script. [1]
- Bump PORTREVISION.
PR: 116958 [1], 116961 [2]
Submitted by: maintainer [1,2]
Notes
Notes:
svn path=/head/; revision=200990
Diffstat (limited to 'net')
-rw-r--r-- | net/gateway6/Makefile | 7 | ||||
-rw-r--r-- | net/gateway6/files/gateway6.sh.in | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/net/gateway6/Makefile b/net/gateway6/Makefile index c2c39dcd0e49..697e94aef317 100644 --- a/net/gateway6/Makefile +++ b/net/gateway6/Makefile @@ -7,16 +7,15 @@ PORTNAME= gateway6 PORTVERSION= 5.0 +PORTREVISION= 1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.fth-devel.net/pub/freenet6/ -MASTER_SITES+= http://www.go6.net/4105/file.asp?file_id=142/ +MASTER_SITES= http://www.go6.net/4105/file.asp?file_id=142&foo=/ +MASTER_SITES+= ftp://ftp.fth-devel.net/pub/freenet6/ DISTNAME= gw6c-5_0-RELEASE-src MAINTAINER= mike@fth-devel.net COMMENT= Gateway6 Tunnel Setup Protocol Client - Free IPv6 tunnel -BROKEN= fails to fetch - USE_RC_SUBR= gateway6.sh WRKSRC= ${WRKDIR}/tspc-advanced diff --git a/net/gateway6/files/gateway6.sh.in b/net/gateway6/files/gateway6.sh.in index 0cde258a3c24..eb442d707211 100644 --- a/net/gateway6/files/gateway6.sh.in +++ b/net/gateway6/files/gateway6.sh.in @@ -6,7 +6,6 @@ # # PROVIDE: gateway6 # REQUIRE: FILESYSTEMS netif -# BEFORE: ip6addrctl # KEYWORD: shutdown # |