diff options
author | asami <asami@FreeBSD.org> | 2001-04-18 03:58:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-04-18 03:58:37 +0000 |
commit | 1bacc091bee91c0dfb45e3722ea873efe02435c8 (patch) | |
tree | 4846270dcacdc88205bdd1858850bdfdc10f73ec /net/samba-devel/Makefile | |
parent | 74b2b11d1a15857fba2990751984c071a95f6f9d (diff) | |
download | FreeBSD-ports-1bacc091bee91c0dfb45e3722ea873efe02435c8.zip FreeBSD-ports-1bacc091bee91c0dfb45e3722ea873efe02435c8.tar.gz |
Revert back to two versions ago after sliding the tag forward. In
addition, put back NO_LATEST_LINK to samba-2.2, you need NO_LATEST_LINK
in one or the other if PORTNAME is the same.
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r-- | net/samba-devel/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 1d1b16e..1b272c9 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/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 |