diff options
author | aaron <aaron@FreeBSD.org> | 2006-07-02 00:02:52 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-07-02 00:02:52 +0800 |
commit | 87ec55d1825e94091a220b0f9bf6bdd31b079c3d (patch) | |
tree | f25c0e1603f8547fe148bf00d4632b27b08e6929 /net | |
parent | 6bcebe76f81c493c4e9354bcec37d0d691c9f16e (diff) | |
download | freebsd-ports-gnome-87ec55d1825e94091a220b0f9bf6bdd31b079c3d.tar.gz freebsd-ports-gnome-87ec55d1825e94091a220b0f9bf6bdd31b079c3d.tar.zst freebsd-ports-gnome-87ec55d1825e94091a220b0f9bf6bdd31b079c3d.zip |
- Update to 0.07.b4
PR: ports/99053
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Frontier-RPC/Makefile | 17 | ||||
-rw-r--r-- | net/p5-Frontier-RPC/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Frontier-RPC/pkg-plist | 7 |
3 files changed, 22 insertions, 8 deletions
diff --git a/net/p5-Frontier-RPC/Makefile b/net/p5-Frontier-RPC/Makefile index 172bfd722655..f13f7f2dfdab 100644 --- a/net/p5-Frontier-RPC/Makefile +++ b/net/p5-Frontier-RPC/Makefile @@ -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> diff --git a/net/p5-Frontier-RPC/distinfo b/net/p5-Frontier-RPC/distinfo index 7726e53931eb..2a7f2fa8d84e 100644 --- a/net/p5-Frontier-RPC/distinfo +++ b/net/p5-Frontier-RPC/distinfo @@ -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 diff --git a/net/p5-Frontier-RPC/pkg-plist b/net/p5-Frontier-RPC/pkg-plist index cd7f59f2e05a..3a84611ff9e4 100644 --- a/net/p5-Frontier-RPC/pkg-plist +++ b/net/p5-Frontier-RPC/pkg-plist @@ -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 |