ports/145863: [PATCH] devel/p5-Gearman-XS: update to 0.10

Sahil Tandon sahil at FreeBSD.org
Tue Apr 20 00:30:08 UTC 2010


>Number:         145863
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Gearman-XS: update to 0.10
>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:   Tue Apr 20 00:30:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sahil Tandon
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:

	
>Description:
- Update to 0.10
- Chase devel/gearmand lib bump to fix build on pointyhat:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.7.20100419083709/p5-Gearman-XS-0.7.log
- Successful build log here:
http://people.freebsd.org/~sahil/logs/9.0/p5-Gearman-XS-0.10.log
>How-To-Repeat:
	
>Fix:

	



--- p5-Gearman-XS.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Gearman-XS/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	3 Jan 2010 19:36:33 -0000	1.5
+++ Makefile	20 Apr 2010 00:18:12 -0000
@@ -6,15 +6,16 @@
 #
 
 PORTNAME=	Gearman-XS
-PORTVERSION=	0.7
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	../by-authors/id/D/DS/DSCHOEN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	otavio.fernandes at locaweb.com.br
 COMMENT=	Perl front end for the Gearman C library
 
-LIB_DEPENDS=	gearman.3:${PORTSDIR}/devel/gearmand
+LIB_DEPENDS=	gearman.4:${PORTSDIR}/devel/gearmand
 
 CFLAGS+=	-I${LOCALBASE}/include
 
@@ -23,7 +24,7 @@
 INSTALL_TARGET=	pure_install
 
 MAN3=		Gearman::XS.3 Gearman::XS::Client.3 \
-		Gearman::XS::Job.3 Gearman::XS::Server.3 \
-		Gearman::XS::Task.3 Gearman::XS::Worker.3
+		Gearman::XS::Job.3 Gearman::XS::Task.3 \
+		Gearman::XS::Worker.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Gearman-XS/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	3 Jan 2010 12:40:35 -0000	1.3
+++ distinfo	20 Apr 2010 00:18:12 -0000
@@ -1,3 +1,3 @@
-MD5 (Gearman-XS-0.7.tar.gz) = 5d5adf4463f59503611a1e03e56385cd
-SHA256 (Gearman-XS-0.7.tar.gz) = ff92507ee6a675de20461802c0f9ee26a9d45393fedd0d16f686f6080ba8560b
-SIZE (Gearman-XS-0.7.tar.gz) = 82644
+MD5 (Gearman-XS-0.10.tar.gz) = 63a67e6d14219406a08d9df36c08a609
+SHA256 (Gearman-XS-0.10.tar.gz) = 4603b3430dc0d5c29e446e075048b62a0dd97b60ac0f1596eac20a7edaa399b7
+SIZE (Gearman-XS-0.10.tar.gz) = 82987
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Gearman-XS/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	3 Jan 2010 12:40:35 -0000	1.2
+++ pkg-plist	20 Apr 2010 00:18:12 -0000
@@ -1,7 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS/Client.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS/Job.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS/Server.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS/Task.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS/Worker.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/XS/.packlist
--- p5-Gearman-XS.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list