mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to v1.01
PR: ports/99352 Submitted by: aaron Approved by: maintainer timout, tobez (implicit)
This commit is contained in:
parent
a67c4b8611
commit
0be2d054f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167798
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net-Delicious
|
||||
PORTVERSION= 0.96
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
@ -17,14 +16,16 @@ MAINTAINER= ascope@cpan.org
|
||||
COMMENT= OOP for managing posts on del.icio.us
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \
|
||||
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
|
||||
${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
|
||||
${SITE_PERL}/IO/AtomicFile.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple \
|
||||
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
@ -32,8 +33,9 @@ PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Net::Delicious.3 \
|
||||
Net::Delicious::Bundle.3 \
|
||||
Net::Delicious::Config.3 \
|
||||
Net::Delicious::Constants.3 \
|
||||
Net::Delicious::Constants::Api.3 \
|
||||
Net::Delicious::Constants::Config.3 \
|
||||
Net::Delicious::Constants::Pause.3 \
|
||||
Net::Delicious::Constants::Response.3 \
|
||||
Net::Delicious::Constants::Uri.3 \
|
||||
@ -45,4 +47,10 @@ MAN3= Net::Delicious.3 \
|
||||
Net::Delicious::Tag.3 \
|
||||
Net::Delicious::User.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww
|
||||
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Net-Delicious-0.96.tar.gz) = 142c1443aaee9f87c84e768880c5200a
|
||||
SHA256 (Net-Delicious-0.96.tar.gz) = 40400446025618a7f1265fecd9e1fe8f5cbe2224f920f13097aabcd22787e114
|
||||
SIZE (Net-Delicious-0.96.tar.gz) = 13717
|
||||
MD5 (Net-Delicious-1.01.tar.gz) = b17e70e0d96ef99e7df39289e74d9ecf
|
||||
SHA256 (Net-Delicious-1.01.tar.gz) = 6c252a6fe74d207c73c1a7f5fc7daa573589fa1368570abfe5552de406761070
|
||||
SIZE (Net-Delicious-1.01.tar.gz) = 18555
|
||||
|
@ -1,7 +1,8 @@
|
||||
%%SITE_PERL%%/Net/Delicious.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Bundle.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Config.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Api.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Config.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Pause.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Response.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Constants/Uri.pm
|
||||
@ -12,7 +13,6 @@
|
||||
%%SITE_PERL%%/Net/Delicious/Subscription.pm
|
||||
%%SITE_PERL%%/Net/Delicious/Tag.pm
|
||||
%%SITE_PERL%%/Net/Delicious/User.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrm %%SITE_PERL%%/Net/Delicious/Constants
|
||||
@dirrm %%SITE_PERL%%/Net/Delicious
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user