Index: head/devel/p5-Gearman-XS/Makefile =================================================================== --- head/devel/p5-Gearman-XS/Makefile (revision 247058) +++ head/devel/p5-Gearman-XS/Makefile (revision 247059) @@ -1,29 +1,29 @@ # New ports collection makefile for: p5-Gearman-XS # Date created: July 3rd 2009 # Whom: Alex Kapranoff # # $FreeBSD$ # PORTNAME= Gearman-XS -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org 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 PERL_CONFIGURE= yes 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 Property changes on: head/devel/p5-Gearman-XS/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/p5-Gearman-XS/distinfo =================================================================== --- head/devel/p5-Gearman-XS/distinfo (revision 247058) +++ head/devel/p5-Gearman-XS/distinfo (revision 247059) @@ -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 Property changes on: head/devel/p5-Gearman-XS/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/p5-Gearman-XS/pkg-descr =================================================================== --- head/devel/p5-Gearman-XS/pkg-descr (revision 247058) +++ head/devel/p5-Gearman-XS/pkg-descr (revision 247059) @@ -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/ Property changes on: head/devel/p5-Gearman-XS/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/p5-Gearman-XS/pkg-plist =================================================================== --- head/devel/p5-Gearman-XS/pkg-plist (revision 247058) +++ head/devel/p5-Gearman-XS/pkg-plist (revision 247059) @@ -1,12 +1,13 @@ %%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 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/XS/XS.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gearman/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gearman Property changes on: head/devel/p5-Gearman-XS/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property