diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-29 05:00:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-29 05:00:50 +0800 |
commit | 56907c1ca810d33c1a6b08bd7a17e04e9fcfb6cf (patch) | |
tree | a931834cd2255df8483ebbda5ac5da08fce8ae2e /net | |
parent | 0d73690fa71ea8244292165c3a354ba95443c44e (diff) | |
download | freebsd-ports-gnome-56907c1ca810d33c1a6b08bd7a17e04e9fcfb6cf.tar.gz freebsd-ports-gnome-56907c1ca810d33c1a6b08bd7a17e04e9fcfb6cf.tar.zst freebsd-ports-gnome-56907c1ca810d33c1a6b08bd7a17e04e9fcfb6cf.zip |
Update to 3.0rc1 which fixes a bug that prevents KDE's kio_smb from
working correctly.
PR: 56054
Submitted by: lofi
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-libsmbclient/Makefile | 7 | ||||
-rw-r--r-- | net/samba-libsmbclient/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/samba-libsmbclient/Makefile b/net/samba-libsmbclient/Makefile index 38c97bf15652..9f95ead4e926 100644 --- a/net/samba-libsmbclient/Makefile +++ b/net/samba-libsmbclient/Makefile @@ -6,13 +6,12 @@ # PORTNAME= samba -PORTVERSION= 3.0.0.b3 -PORTREVISION= 1 +PORTVERSION= 3.0.0.r1 CATEGORIES= net MASTER_SITES= http://us4.samba.org/samba/ftp/%SUBDIR%/ -MASTER_SITE_SUBDIR= beta alpha old +MASTER_SITE_SUBDIR= rc PKGNAMESUFFIX= -libsmbclient -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= einekoai@chello.nl COMMENT= The shared lib from the samba packges diff --git a/net/samba-libsmbclient/distinfo b/net/samba-libsmbclient/distinfo index ad7f031a84d0..0c4c9cc00935 100644 --- a/net/samba-libsmbclient/distinfo +++ b/net/samba-libsmbclient/distinfo @@ -1 +1 @@ -MD5 (samba-3.0.0beta3.tar.bz2) = a5455bfd675a3e6a75dfed468ae22305 +MD5 (samba-3.0.0rc1.tar.bz2) = c99b45cdb3f504915250ab0108a40bf6 |