diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-06 22:49:40 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-06 22:49:40 +0000 |
commit | 062bc5b216f511b7921b73afc08d46532a5b5659 (patch) | |
tree | ede16a60e5747f8d3a0b99f75f2514cb3078fde0 /security/p5-Authen-Krb5 | |
parent | e9d34db1647c7f32e8c6c8fea92efe664c0b617d (diff) | |
download | ports-062bc5b216f511b7921b73afc08d46532a5b5659.tar.gz ports-062bc5b216f511b7921b73afc08d46532a5b5659.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Krb5')
-rw-r--r-- | security/p5-Authen-Krb5/Makefile | 13 | ||||
-rw-r--r-- | security/p5-Authen-Krb5/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index 70c6ac9218d1..58dbc61fbc17 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-Krb5 -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,19 +15,18 @@ DISTNAME= Krb5-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Kerberos 5 -LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5 +LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5 PERL_CONFIGURE= yes MAN3= Authen::Krb5.3 -KRB5_HOME?= ${LOCALBASE} - .include <bsd.port.pre.mk> post-patch: - @${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g; \ - s:/usr/local:${LOCALBASE}:g;' \ - ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL +.if ${PERL_LEVEL} < 500800 + @${REINPLACE_CMD} -e 's,const char,char,g' ${WRKSRC}/Krb5.xs +.endif .include <bsd.port.post.mk> diff --git a/security/p5-Authen-Krb5/distinfo b/security/p5-Authen-Krb5/distinfo index aa44309eb472..862f2c69cbdc 100644 --- a/security/p5-Authen-Krb5/distinfo +++ b/security/p5-Authen-Krb5/distinfo @@ -1,3 +1,3 @@ -MD5 (Krb5-1.6.tar.gz) = 780371107892ef7a0c95dda631b096ec -SHA256 (Krb5-1.6.tar.gz) = 30659f909189fbe52c56bc1c8bfc56731e69400747e111ea8a399e1f4a635d7d -SIZE (Krb5-1.6.tar.gz) = 20408 +MD5 (Krb5-1.8.tar.gz) = 5d264c11b7217914fb7fc91018540191 +SHA256 (Krb5-1.8.tar.gz) = c484f1686741f6b284f1deae61a8bca81211c7d9fa25e41ab704a6e664467da5 +SIZE (Krb5-1.8.tar.gz) = 21214 |