diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-11 10:22:35 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-11 10:22:35 +0000 |
commit | c5b1ae27e54f107053476aa497ede1a90cc8beac (patch) | |
tree | fee8b4728f48f7d0b181fe603949b11a5a211cf8 /security/pam_smb/Makefile | |
parent | 1) set EXTRACT_ONLY appropreate distname. (diff) |
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
Diffstat (limited to 'security/pam_smb/Makefile')
-rw-r--r-- | security/pam_smb/Makefile | 8 |
1 files changed, 3 insertions, 5 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/} |