Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 02:30:57 +0800 (CST)
From:      Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/123739: [PATCH] devel/php-Net_Gearman: update to 0.1.1
Message-ID:  <20080516183057.5525BA102F@Florence.tamama.org>
Resent-Message-ID: <200805161840.m4GIe0vG052951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123739
>Category:       ports
>Synopsis:       [PATCH] devel/php-Net_Gearman: update to 0.1.1
>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 May 16 18:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 7.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #5: Mon May  5 00:36:32 CST
>Description:
- Please do a repocopy from devel/php-Net_Gearman to devel/pear-Net_Gearman
  because it is a pear module now.
- Update to 0.1.1

Removed file(s):
- pkg-plist

Port maintainer (gslin@gslin.org) is cc'd.

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

--- pear-Net_Gearman-0.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/php-Net_Gearman/Makefile /home/users/jnlin/ports/php-Net_Gearman/Makefile
--- /usr/ports/devel/php-Net_Gearman/Makefile	2008-05-17 02:27:55.956382004 +0800
+++ /home/users/jnlin/ports/php-Net_Gearman/Makefile	2008-05-17 02:25:01.173000651 +0800
@@ -6,24 +6,21 @@
 #
 
 PORTNAME=	Net_Gearman
-PORTVERSION=	0.0.4
-CATEGORIES=	devel
-MASTER_SITES=	http://bugs.joestump.net/code/Net_Gearman/
-PKGNAMEPREFIX=	php-
-EXTRACT_SUFX=	.tgz
+PORTVERSION=	0.1.1
+CATEGORIES=	devel pear
 
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Gearman client libraray for PHP
 
-RUN_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
+BUILD_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
-NO_BUILD=	yes
-USE_PHP=	yes
-
-do-install:
-	${MKDIR} ${DATADIR}
-	${CP} -R ${WRKSRC}/Net ${DATADIR}
-	${MKDIR} ${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-
-.include <bsd.port.mk>
+FILES=		Net/Gearman/Client.php Net/Gearman/Connection.php Net/Gearman/Exception.php \
+		Net/Gearman/Job.php Net/Gearman/Manager.php Net/Gearman/Set.php \
+		Net/Gearman/Task.php Net/Gearman/Worker.php \
+		Net/Gearman/Job/Common.php Net/Gearman/Job/Exception.php
+EXAMPLES=	SQL.php Sum.php tasks.php worker.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/php-Net_Gearman/distinfo /home/users/jnlin/ports/php-Net_Gearman/distinfo
--- /usr/ports/devel/php-Net_Gearman/distinfo	2008-05-17 02:27:55.956382004 +0800
+++ /home/users/jnlin/ports/php-Net_Gearman/distinfo	2008-05-16 21:06:59.419863995 +0800
@@ -1,3 +1,3 @@
-MD5 (Net_Gearman-0.0.4.tgz) = 9fc7b44f73de44b565ac70bf7cfb3fc5
-SHA256 (Net_Gearman-0.0.4.tgz) = 446adc1152241afd62f4baaf9aa686657a277c010114f9a459bfabef3d94c5d1
-SIZE (Net_Gearman-0.0.4.tgz) = 12508
+MD5 (PEAR/Net_Gearman-0.1.1.tgz) = dcd4d7e1bd44aa6df01c7ad113793fc0
+SHA256 (PEAR/Net_Gearman-0.1.1.tgz) = 0b7b36c5ae23225496d5e85d910837d5e4e63dffdd552b82092f0d244918219c
+SIZE (PEAR/Net_Gearman-0.1.1.tgz) = 16871
diff -ruN --exclude=CVS /usr/ports/devel/php-Net_Gearman/pkg-descr /home/users/jnlin/ports/php-Net_Gearman/pkg-descr
--- /usr/ports/devel/php-Net_Gearman/pkg-descr	2008-05-17 02:27:55.956382004 +0800
+++ /home/users/jnlin/ports/php-Net_Gearman/pkg-descr	2008-05-16 21:06:21.919970401 +0800
@@ -1,3 +1,3 @@
 Gearman client libraray for PHP.
 
-WWW:	http://bugs.joestump.net/code/Net_Gearman/
+WWW:	http://pear.php.net/package/Net_Gearman/
diff -ruN --exclude=CVS /usr/ports/devel/php-Net_Gearman/pkg-plist /home/users/jnlin/ports/php-Net_Gearman/pkg-plist
--- /usr/ports/devel/php-Net_Gearman/pkg-plist	2008-05-17 02:27:55.956382004 +0800
+++ /home/users/jnlin/ports/php-Net_Gearman/pkg-plist	1970-01-01 08:00:00.000000000 +0800
@@ -1,19 +0,0 @@
-@comment $FreeBSD: ports/devel/php-Net_Gearman/pkg-plist,v 1.1 2008/01/24 02:19:01 clsung Exp $
-%%DATADIR%%/Net/Gearman/Client.php
-%%DATADIR%%/Net/Gearman/Connection.php
-%%DATADIR%%/Net/Gearman/Exception.php
-%%DATADIR%%/Net/Gearman/Job.php
-%%DATADIR%%/Net/Gearman/Job/Common.php
-%%DATADIR%%/Net/Gearman/Job/Exception.php
-%%DATADIR%%/Net/Gearman/Set.php
-%%DATADIR%%/Net/Gearman/Task.php
-%%DATADIR%%/Net/Gearman/Worker.php
-%%EXAMPLESDIR%%/SQL.php
-%%EXAMPLESDIR%%/Sum.php
-%%EXAMPLESDIR%%/tasks.php
-%%EXAMPLESDIR%%/worker.php
-@dirrmtry %%EXAMPLESDIR%%
-@dirrmtry %%DATADIR%%/Net/Gearman/Job
-@dirrmtry %%DATADIR%%/Net/Gearman
-@dirrmtry %%DATADIR%%/Net
-@dirrmtry %%DATADIR%%
--- pear-Net_Gearman-0.1.1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080516183057.5525BA102F>