- Update to 0.13
- Fix dependencies - Style PR: ports/120593 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout
This commit is contained in:
parent
d35eee763c
commit
cb9da6e459
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208397
2 changed files with 9 additions and 7 deletions
|
@ -6,16 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-OpenID-Server
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kappa@freebsd.org.ua
|
||||
COMMENT= Reference implementation of OpenID server
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Net-OpenID-Server-0.10.tar.gz) = c83407dd9b78a08e089749e524e8e61a
|
||||
SHA256 (Net-OpenID-Server-0.10.tar.gz) = 4687b10a03671ce0fd0ddd06be7a73899d8e6c9d7dde8cdd6e2b90e13611e470
|
||||
SIZE (Net-OpenID-Server-0.10.tar.gz) = 14439
|
||||
MD5 (Net-OpenID-Server-0.13.tar.gz) = 58ce60a19d899b98af453dbc7165bdd4
|
||||
SHA256 (Net-OpenID-Server-0.13.tar.gz) = 4726d1302f1d097b2d375cf5209873aabe995fc634e519c1a182f38fa7686fff
|
||||
SIZE (Net-OpenID-Server-0.13.tar.gz) = 14207
|
||||
|
|
Loading…
Reference in a new issue