diff options
author | krion <krion@FreeBSD.org> | 2005-10-13 16:04:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-10-13 16:04:40 +0800 |
commit | 9080574e96df0955e61e2275dac9efafd15d732a (patch) | |
tree | 36fb372a3144646425d3fe574f0451f2e37b8b5b /net | |
parent | 848493c1869560b62888c505cef980da2e7ed633 (diff) | |
download | freebsd-ports-gnome-9080574e96df0955e61e2275dac9efafd15d732a.tar.gz freebsd-ports-gnome-9080574e96df0955e61e2275dac9efafd15d732a.tar.zst freebsd-ports-gnome-9080574e96df0955e61e2275dac9efafd15d732a.zip |
Fix MASTER_SITES.
Diffstat (limited to 'net')
-rw-r--r-- | net/poink/Makefile | 7 | ||||
-rw-r--r-- | net/sambasentinel/Makefile | 7 | ||||
-rw-r--r-- | net/tund/Makefile | 6 |
3 files changed, 5 insertions, 15 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile index b9c7ce501092..16f8c16f8221 100644 --- a/net/poink/Makefile +++ b/net/poink/Makefile @@ -8,16 +8,13 @@ PORTNAME= poink PORTVERSION= 1.6 CATEGORIES= net -MASTER_SITES= # disappeared +MASTER_SITES= ftp://ftp.freenet.de/pub/.disk0/ftp.openbsd.org/pub/OpenBSD/distfiles/ \ + http://voodoo.bawue.com/download/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Nosuid, secure ping like utility -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-13 - USE_ZIP= yes MAN1= poink.1 diff --git a/net/sambasentinel/Makefile b/net/sambasentinel/Makefile index e5805d3cecbb..00183cc59380 100644 --- a/net/sambasentinel/Makefile +++ b/net/sambasentinel/Makefile @@ -9,16 +9,13 @@ PORTNAME= sambasentinel PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= # disappeared +MASTER_SITES= ftp://ftp.fasta.fh-dortmund.de/pub/linux/gentoo/distfiles/ \ + http://voodoo.bawue.com/download/ DISTNAME= SambaSentinel-${PORTVERSION} MAINTAINER= pat@FreeBSD.org COMMENT= SambaSentinel is a gtk-frontend to smbstatus with additional features -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-13 - RUN_DEPENDS= jags:${PORTSDIR}/net/jags PLIST_FILES= bin/SambaSentinel diff --git a/net/tund/Makefile b/net/tund/Makefile index b9f283ff1511..095b8e26058d 100644 --- a/net/tund/Makefile +++ b/net/tund/Makefile @@ -8,15 +8,11 @@ PORTNAME= tund PORTVERSION= 0.20 CATEGORIES= net -MASTER_SITES= # +MASTER_SITES= ftp://ftp.cemu.ru/pub/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= IP over UDP tunnel with encryption -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-13 - USE_OPENSSL= YES MAN8= tund.8 |