diff options
author | leeym <leeym@FreeBSD.org> | 2010-07-20 00:18:01 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2010-07-20 00:18:01 +0800 |
commit | 448864cf090bc0f2eed55684d0f8438c56774e6f (patch) | |
tree | 171f774868a5c45a948db3241626aa3fc4ec8d00 /security | |
parent | 70bb11140f34d6ed7e7b6991bb7826c841c45ce5 (diff) | |
download | freebsd-ports-gnome-448864cf090bc0f2eed55684d0f8438c56774e6f.tar.gz freebsd-ports-gnome-448864cf090bc0f2eed55684d0f8438c56774e6f.tar.zst freebsd-ports-gnome-448864cf090bc0f2eed55684d0f8438c56774e6f.zip |
- update to 2.15
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 6 |
2 files changed, 14 insertions, 14 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 647e4032a710..aca831df2c73 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,31 +6,31 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.14.01 +PORTVERSION= 2.15 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC +BUILD_DEPENDS= ${RUN_DEPENDS} OPTIONS= KERBEROS "Enable Kerberos support" On PERL_CONFIGURE= yes CONFIGURE_ENV+= AUTOMATED_TESTING=yes -MAN3+= Authen::SASL.3 -MAN3+= Authen::SASL::Perl.3 -MAN3+= Authen::SASL::Perl::ANONYMOUS.3 -MAN3+= Authen::SASL::Perl::CRAM_MD5.3 -MAN3+= Authen::SASL::Perl::DIGEST_MD5.3 -MAN3+= Authen::SASL::Perl::EXTERNAL.3 -MAN3+= Authen::SASL::Perl::GSSAPI.3 -MAN3+= Authen::SASL::Perl::LOGIN.3 -MAN3+= Authen::SASL::Perl::PLAIN.3 +MAN3= Authen::SASL.3 \ + Authen::SASL::Perl.3 \ + Authen::SASL::Perl::ANONYMOUS.3 \ + Authen::SASL::Perl::CRAM_MD5.3 \ + Authen::SASL::Perl::DIGEST_MD5.3 \ + Authen::SASL::Perl::EXTERNAL.3 \ + Authen::SASL::Perl::GSSAPI.3 \ + Authen::SASL::Perl::LOGIN.3 \ + Authen::SASL::Perl::PLAIN.3 .include <bsd.port.pre.mk> diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo index fb316cb5e8e8..471dc9690764 100644 --- a/security/p5-Authen-SASL/distinfo +++ b/security/p5-Authen-SASL/distinfo @@ -1,3 +1,3 @@ -MD5 (Authen-SASL-2.1401.tar.gz) = 6f25b75af1f44bf1078e0fdb4a2f73af -SHA256 (Authen-SASL-2.1401.tar.gz) = cd38473580d01d88475b560abe182e0d475df19204d0630ea45816896d3fa9ef -SIZE (Authen-SASL-2.1401.tar.gz) = 44520 +MD5 (Authen-SASL-2.15.tar.gz) = 35929abb2755cf479d548672800aebee +SHA256 (Authen-SASL-2.15.tar.gz) = e9c0be516302e75d7ecdf0ef20b89f58e8b43533ae39ded68ebfc72a23b077ee +SIZE (Authen-SASL-2.15.tar.gz) = 44634 |