From 1bacc091bee91c0dfb45e3722ea873efe02435c8 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 18 Apr 2001 03:58:37 +0000 Subject: 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. --- net/samba-devel/Makefile | 10 ++++------ net/samba/Makefile | 17 ++++++++--------- net/samba3/Makefile | 10 ++++------ 3 files changed, 16 insertions(+), 21 deletions(-) (limited to 'net') diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 1d1b16ea867e..1b272c929e49 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 diff --git a/net/samba/Makefile b/net/samba/Makefile index 9dda6fa361c3..bb44defcbee0 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -6,19 +6,18 @@ # PORTNAME= samba -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= net -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/ +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 MAINTAINER= dwcjr@inethouston.net -FORBIDDEN= security problem - # directories VARDIR= /var SAMBA_SPOOL= ${VARDIR}/spool/samba 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 -- cgit