ports/99053: [PATCH] net/p5-Frontier-RPC: update to 0.07.b4

Aaron Dalton aaron at FreeBSD.org
Fri Jun 16 19:40:23 UTC 2006


>Number:         99053
>Category:       ports
>Synopsis:       [PATCH] net/p5-Frontier-RPC: update to 0.07.b4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 16 19:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 0.07.b4

Port maintainer (ijliao at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Frontier-RPC-0.07.b4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Frontier-RPC/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	24 Oct 2003 12:02:57 -0000	1.4
+++ Makefile	16 Jun 2006 19:38:35 -0000
@@ -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 at FreeBSD.org
 COMMENT=	Frontier::RPC implements UserLand Software's XML RPC
@@ -22,7 +23,16 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
-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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-Frontier-RPC/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	22 Jan 2006 21:23:22 -0000	1.3
+++ distinfo	16 Jun 2006 19:38:35 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-Frontier-RPC/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	24 Oct 2003 12:02:57 -0000	1.3
+++ pkg-plist	16 Jun 2006 19:38:35 -0000
@@ -1,7 +1,10 @@
+%%SITE_PERL%%/Apache/XMLRPC.pm
 %%SITE_PERL%%/Frontier/Client.pm
 %%SITE_PERL%%/Frontier/Daemon.pm
 %%SITE_PERL%%/Frontier/RPC2.pm
- at 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
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier
+ at dirrm %%SITE_PERL%%/Frontier
+ at dirrmtry %%SITE_PERL%%/Apache
--- p5-Frontier-RPC-0.07.b4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list