Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2005 12:01:06 -0200 (BRST)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tux@pinguru.net
Subject:   ports/89494: Update port: databases/pecl-memcache remove unnecessary dependency
Message-ID:  <20051124140106.9D4C9A1@marcus.grupos.com.br>
Resent-Message-ID: <200511241410.jAOEA2Gi069535@freefall.freebsd.org>

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

>Number:         89494
>Category:       ports
>Synopsis:       Update port: databases/pecl-memcache remove unnecessary dependency
>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:   Thu Nov 24 14:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Alves Grando
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD marcus.grupos.com.br 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Nov 22 10:03:01 BRST 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386


	
>Description:

Remove unnecessary dependency
Add SHA256

	
>How-To-Repeat:
	
>Fix:

	

--- pecl-memcache.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/pecl-memcache/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	13 Sep 2005 23:05:55 -0000	1.4
+++ Makefile	24 Nov 2005 13:59:56 -0000
@@ -16,13 +16,11 @@
 MAINTAINER=	tux@pinguru.net
 COMMENT=	Memcached extension
 
-RUN_DEPENDS=	memcached:${PORTSDIR}/databases/memcached
-
 USE_PHP=	zlib
 USE_PHPEXT=	yes
 PHP_MODNAME=	memcache
 
-CONFIGURE_ARGS+=--with-zlib-dir=/usr
+CONFIGURE_ARGS=	--with-zlib-dir=/usr
 
 .if !defined(NOPORTDOCS)
 post-install:
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/pecl-memcache/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	13 Sep 2005 23:05:55 -0000	1.4
+++ distinfo	24 Nov 2005 13:59:56 -0000
@@ -1,2 +1,3 @@
 MD5 (PECL/memcache-1.5.tgz) = f521dd4d3cad4ccb05d9ade4e1cc04d4
+SHA256 (PECL/memcache-1.5.tgz) = d500687fd2703266619821758f4f80aea1baea3c5e5c8370a7a80f516ca33db9
 SIZE (PECL/memcache-1.5.tgz) = 14291
--- pecl-memcache.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?20051124140106.9D4C9A1>