diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-27 08:13:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-27 08:13:19 +0000 |
commit | 262253a1894056ed8fff46a462e2cc3cac2e0412 (patch) | |
tree | 45147a814d6e3b20f92cd94cb44d3411d3cfabf3 /net/samba-libsmbclient/Makefile | |
parent | 53d77859466cb86812e41166b584a77aeebb906f (diff) |
Notes
Diffstat (limited to 'net/samba-libsmbclient/Makefile')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 78fc9784ffb1..22e7d9903f04 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -6,13 +6,23 @@ # PORTNAME= samba -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2a CATEGORIES= net -MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ - http://us4.samba.org/samba/ftp/%SUBDIR%/ \ - http://us5.samba.org/samba/ftp/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old-versions -PKGNAMESUFFIX= -libsmbclient +MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ \ + http://us1.samba.org/samba/ftp/%SUBDIR%/ \ + http://us4.samba.org/samba/ftp/%SUBDIR%/ \ + http://us5.samba.org/samba/ftp/%SUBDIR%/ \ + ftp://ca.samba.org/%SUBDIR%/ \ + ftp://de.samba.org/samba.org/%SUBDIR%/ \ + ftp://ftp.k2.net/mirrors/samba/%SUBDIR%/ \ + ftp://ftp.oss.eznetsols.org/samba/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/infosys/servers/samba/%SUBDIR%/ \ + ftp://giswitch.sggw.waw.pl/pub/unix/samba/%SUBDIR%/ \ + ftp://ru.samba.org/pub/samba/%SUBDIR%/ \ + ftp://tr.samba.org/samba/%SUBDIR%/ \ + http://sambafr.idealx.org/samba/ftp/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old-versions +PKGNAMESUFFIX= -libsmbclient MAINTAINER= kwm@rainbow-runner.nl COMMENT= The shared lib from the samba packages |