ports/142236: [PATCH] devel/p5-Gearman-XS: update to 0.7
Martin Wilke
miwi at FreeBSD.org
Sat Jan 2 12:30:04 UTC 2010
>Number: 142236
>Category: ports
>Synopsis: [PATCH] devel/p5-Gearman-XS: update to 0.7
>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: Sat Jan 02 12:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Wilke
>Release: FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.com 8.0-STABLE FreeBSD 8.0-STABLE #13: Sun Dec 20 19:02:56 CET 2009
>Description:
- Update to 0.7
Port maintainer (ka at nadoby.ru) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Gearman-XS-0.7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Gearman-XS/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile 20 Nov 2009 21:28:38 -0000 1.2
+++ Makefile 2 Jan 2010 12:17:12 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= Gearman-XS
-PORTVERSION= 0.5
+PORTVERSION= 0.7
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,7 @@
MAINTAINER= ka at nadoby.ru
COMMENT= Perl front end for the Gearman C library
-LIB_DEPENDS= gearman.1:${PORTSDIR}/devel/gearmand
+LIB_DEPENDS= gearman.3:${PORTSDIR}/devel/gearmand
CFLAGS+= -I${LOCALBASE}/include
@@ -23,7 +23,7 @@
INSTALL_TARGET= pure_install
MAN3= Gearman::XS.3 Gearman::XS::Client.3 \
- Gearman::XS::Job.3 Gearman::XS::Task.3 \
- Gearman::XS::Worker.3
+ Gearman::XS::Job.3 Gearman::XS::Server.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.2
diff -u -u -r1.2 distinfo
--- distinfo 20 Nov 2009 21:28:38 -0000 1.2
+++ distinfo 2 Jan 2010 12:15:00 -0000
@@ -1,3 +1,3 @@
-MD5 (Gearman-XS-0.5.tar.gz) = dd694cc47436325d79e3e1a4cdb15477
-SHA256 (Gearman-XS-0.5.tar.gz) = 4b2dbcf753a6fe8486846eb9fb6dba867ee8e397f5fc684d741f4605aeb1adc4
-SIZE (Gearman-XS-0.5.tar.gz) = 81218
+MD5 (Gearman-XS-0.7.tar.gz) = 5d5adf4463f59503611a1e03e56385cd
+SHA256 (Gearman-XS-0.7.tar.gz) = ff92507ee6a675de20461802c0f9ee26a9d45393fedd0d16f686f6080ba8560b
+SIZE (Gearman-XS-0.7.tar.gz) = 82644
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Gearman-XS/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr 7 Jul 2009 19:28:06 -0000 1.1
+++ pkg-descr 2 Jan 2010 12:19:29 -0000
@@ -1,4 +1,4 @@
This is a Perl front end for the Gearman C library. It aims to provide
a simple interface closely tied to the C library.
-WWW: http://www.gearmand.org
+WWW: http://www.gearman.org/
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Gearman-XS/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist 7 Jul 2009 19:28:06 -0000 1.1
+++ pkg-plist 2 Jan 2010 12:18:03 -0000
@@ -1,6 +1,7 @@
%%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-0.7.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list