mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 0.07.b4
PR: ports/99053 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
This commit is contained in:
parent
62ae9c3b7d
commit
4e8ea2752b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166719
@ -7,12 +7,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= Frontier-RPC
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.07.b4
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
http://bitsko.slc.ut.us/~ken/xml-rpc/
|
||||
MASTER_SITE_SUBDIR= Frontier
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-0.07b4
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
COMMENT= Frontier::RPC implements UserLand Software's XML RPC
|
||||
@ -22,6 +23,16 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Frontier::Client.3 Frontier::Daemon.3 Frontier::RPC2.3
|
||||
MAN3= Apache::XMLRPC.3 \
|
||||
Frontier::Client.3 \
|
||||
Frontier::Daemon.3 \
|
||||
Frontier::RPC2.3 \
|
||||
Frontier::Responder.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. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Frontier-RPC-0.06.tar.gz) = f0cfc04ac1e279f2966320516167a1db
|
||||
SHA256 (Frontier-RPC-0.06.tar.gz) = af2b11db0e10f478a039a9fbd72a842a055cb675d11f89967c23d6c5ad800c1b
|
||||
SIZE (Frontier-RPC-0.06.tar.gz) = 13869
|
||||
MD5 (Frontier-RPC-0.07b4.tar.gz) = c04582da604f11bdbe60606738f92457
|
||||
SHA256 (Frontier-RPC-0.07b4.tar.gz) = 525a611fd5e81280edb701319d1bd769daaaba4475efddf7fa8eb9dfe1b9b19a
|
||||
SIZE (Frontier-RPC-0.07b4.tar.gz) = 21696
|
||||
|
@ -1,7 +1,10 @@
|
||||
%%SITE_PERL%%/Apache/XMLRPC.pm
|
||||
%%SITE_PERL%%/Frontier/Client.pm
|
||||
%%SITE_PERL%%/Frontier/Daemon.pm
|
||||
%%SITE_PERL%%/Frontier/RPC2.pm
|
||||
@dirrm %%SITE_PERL%%/Frontier
|
||||
%%SITE_PERL%%/Frontier/Responder.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier/RPC/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier/RPC
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier
|
||||
@dirrm %%SITE_PERL%%/Frontier
|
||||
@dirrmtry %%SITE_PERL%%/Apache
|
||||
|
Loading…
Reference in New Issue
Block a user