diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-04-18 03:58:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-04-18 03:58:37 +0000 |
commit | 0e3e4822240189228ca22902b912116d4377d2e0 (patch) | |
tree | 654acfd864b425548731ece4f2a443b9ba05b15d /net/samba3 | |
parent | 1fcf18296c002c141fb861c707ee1a5bebc2faa7 (diff) | |
download | ports-0e3e4822240189228ca22902b912116d4377d2e0.tar.gz ports-0e3e4822240189228ca22902b912116d4377d2e0.zip |
Notes
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 1d1b16ea867e..1b272c929e49 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -6,21 +6,19 @@ # PORTNAME= samba -PORTVERSION= 2.2.0a3 +PORTVERSION= 2.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/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= alpha -DISTNAME= samba-2.2.0-alpha3 +MASTER_SITE_SUBDIR= . old alpha +DISTNAME= samba-${PORTVERSION} MAINTAINER= dwcjr@inethouston.net -FORBIDDEN= security problem - -NO_LATEST_LINK= "Unstable, development version." +NO_LATEST_LINK= yes # directories VARDIR= /var |