diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-04-18 03:53:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-04-18 03:53:45 +0000 |
commit | 1fcf18296c002c141fb861c707ee1a5bebc2faa7 (patch) | |
tree | 1863276223699687e4df9e70ba6f43a2dd1f8223 /net/samba | |
parent | New index, with 5,036 ports. Barring any unforseen events, this (diff) |
Temporarily revert to previous version and mark FORBIDDEN -- I need
to slide the tag forward for the release.
Notes
Notes:
svn path=/head/; revision=41628
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index bb44defcbee0..9dda6fa361c3 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -6,18 +6,19 @@ # PORTNAME= samba -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.7 CATEGORIES= net -MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ - ftp://ring.asahi-net.or.jp/pub/net/samba/%SUBDIR%/ \ - ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ - ftp://de.samba.org/pub/mirror/samba/%SUBDIR%/ \ - ftp://se.samba.org/pub/samba/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/unix/utilities/samba/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old +MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ + ftp://ring.asahi-net.or.jp/pub/net/samba/ \ + ftp://samba.anu.edu.au/pub/samba/ \ + ftp://de.samba.org/pub/mirror/samba/ \ + ftp://se.samba.org/pub/samba/ \ + ftp://ftp.sunet.se/pub/unix/utilities/samba/ MAINTAINER= dwcjr@inethouston.net +FORBIDDEN= security problem + # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba |