diff options
author | osa <osa@FreeBSD.org> | 2004-03-11 18:22:35 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-03-11 18:22:35 +0800 |
commit | 51c2730ff21ec42578d2e1c22c73cc2116ce9a77 (patch) | |
tree | eccb3044432e172e4cdc7e26fba61961570ef242 | |
parent | 3e118f8d33fa5de4aafa50ffe8ddeeb6a20753f5 (diff) | |
download | freebsd-ports-gnome-51c2730ff21ec42578d2e1c22c73cc2116ce9a77.tar.gz freebsd-ports-gnome-51c2730ff21ec42578d2e1c22c73cc2116ce9a77.tar.zst freebsd-ports-gnome-51c2730ff21ec42578d2e1c22c73cc2116ce9a77.zip |
Update to latest version 2.0.0rc6, released in September, 2003.
Announce available at
http://mailman.csn.ul.ie/pipermail/pam_smb/2003q3/000279.html
Remove http://pamsmb.sourceforge.net/v2/ from MASTER_SITES,
because it doesn't containes the latest version.
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
PR: 63861
-rw-r--r-- | security/pam_smb/Makefile | 8 | ||||
-rw-r--r-- | security/pam_smb/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index ebbf61eecf8d..1f57fc321bb5 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -5,12 +5,10 @@ # $FreeBSD$ PORTNAME= pam_smb -PORTVERSION= 2.0.0.r5 -PORTREVISION= 3 +PORTVERSION= 2.0.0.r6 CATEGORIES= security -MASTER_SITES= http://pamsmb.sourceforge.net/v2/ \ - http://www.csn.ul.ie/~airlied/pam_smb/v2/ \ - ${MASTER_SITE_SAMBA} +MASTER_SITES= ${MASTER_SITE_SAMBA} \ + http://www.csn.ul.ie/~airlied/pam_smb/v2/ MASTER_SITE_SUBDIR= pam_smb/v2 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} diff --git a/security/pam_smb/distinfo b/security/pam_smb/distinfo index f8271d5f6244..e4222ae39d5f 100644 --- a/security/pam_smb/distinfo +++ b/security/pam_smb/distinfo @@ -1,2 +1,2 @@ -MD5 (pam_smb-2.0.0-rc5.tar.gz) = 48cd4986cdf2cc36f668fe177d932d9f -SIZE (pam_smb-2.0.0-rc5.tar.gz) = 114456 +MD5 (pam_smb-2.0.0-rc6.tar.gz) = 69e5473d01169296412dca4238c49566 +SIZE (pam_smb-2.0.0-rc6.tar.gz) = 115069 |