diff options
author | tobez <tobez@FreeBSD.org> | 2009-09-25 15:17:29 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-09-25 15:17:29 +0800 |
commit | ca1951ad132cf46ce16cf5e11ee35369cadcad44 (patch) | |
tree | 03069662b5f3fdc3df71351588c9197dad07d607 /security/p5-Authen-SASL | |
parent | a0364674954a5642085735942bf2e37f8f0c4f2d (diff) | |
download | freebsd-ports-gnome-ca1951ad132cf46ce16cf5e11ee35369cadcad44.tar.gz freebsd-ports-gnome-ca1951ad132cf46ce16cf5e11ee35369cadcad44.tar.zst freebsd-ports-gnome-ca1951ad132cf46ce16cf5e11ee35369cadcad44.zip |
Update to 2.13.
Changes: http://search.cpan.org/dist/Authen-SASL/Changes
Feature safe: yes
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 4a3017f64585..c54f12b1144c 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,4 +35,9 @@ MAN3+= Authen::SASL::Perl::PLAIN.3 RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI .endif +post-patch: + ${RM} ${WRKSRC}/lib/Authen/SASL/Perl/EXTERNAL.pm.orig + ${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.orig + ${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.rej + .include <bsd.port.mk> diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo index 6f202a12cc2a..5dd2c8da98fb 100644 --- a/security/p5-Authen-SASL/distinfo +++ b/security/p5-Authen-SASL/distinfo @@ -1,3 +1,3 @@ -MD5 (Authen-SASL-2.12.tar.gz) = ddbcb7917bf3659d5cf1ee6b681f06d4 -SHA256 (Authen-SASL-2.12.tar.gz) = c889b3d7778383f0f9b52c6283603e72fdc3a1032a8d86adcfafc8768b22ea40 -SIZE (Authen-SASL-2.12.tar.gz) = 50394 +MD5 (Authen-SASL-2.13.tar.gz) = a222f9eecb03919cdff8c7cdca23ba32 +SHA256 (Authen-SASL-2.13.tar.gz) = a1c1107cb15e03a17936512204d4e656478ef67f67ab0a468210d0ff79533eed +SIZE (Authen-SASL-2.13.tar.gz) = 36196 |