From mm@neo.vx.sk  Thu Aug  2 12:49:45 2012
Return-Path: <mm@neo.vx.sk>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2BEAC106564A;
	Thu,  2 Aug 2012 12:49:45 +0000 (UTC)
	(envelope-from mm@neo.vx.sk)
Received: from neo.vx.sk (neo.vx.sk [176.9.47.205])
	by mx1.freebsd.org (Postfix) with ESMTP id E18BC8FC17;
	Thu,  2 Aug 2012 12:49:44 +0000 (UTC)
Received: by neo.vx.sk (Postfix, from userid 1001)
	id EF31BE287; Thu,  2 Aug 2012 14:49:37 +0200 (CEST)
Message-Id: <20120802124937.EF31BE287@neo.vx.sk>
Date: Thu,  2 Aug 2012 14:49:37 +0200 (CEST)
From: Martin Matuska <mm@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sunpoet@FreeBSD.org
Subject: [PATCH] www/pecl-APC: update to 3.1.11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         170325
>Category:       ports
>Synopsis:       [PATCH] www/pecl-APC: update to 3.1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 02 12:50:08 UTC 2012
>Closed-Date:    Sun Aug 05 07:13:29 UTC 2012
>Last-Modified:  Sun Aug  5 07:20:01 UTC 2012
>Originator:     Martin Matuska
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 9.0-STABLE FreeBSD 9.0-STABLE #6 r237147M: Sat Jun 16 01:05:38 CEST
>Description:
Update to 3.1.11

Port maintainer (sunpoet@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- pecl-APC-3.1.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/pecl-APC/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile	16 May 2012 07:37:17 -0000	1.39
+++ Makefile	2 Aug 2012 12:49:18 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	APC
-DISTVERSION=	3.1.10
+PORTVERSION=	3.1.11
 CATEGORIES=	www
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/pecl-APC/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- distinfo	16 May 2012 07:37:17 -0000	1.24
+++ distinfo	2 Aug 2012 12:49:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (PECL/APC-3.1.10.tgz) = 99f260b32592f1b50da9c7a83fad3c5cbdb2484fa01aee6cc04caadd8cd4fc44
-SIZE (PECL/APC-3.1.10.tgz) = 156208
+SHA256 (PECL/APC-3.1.11.tgz) = 478ae91c735087dda4f02d03399fb06ceba4355125ad8fd532b187c93004ebc7
+SIZE (PECL/APC-3.1.11.tgz) = 157478
--- pecl-APC-3.1.11.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 2 12:50:52 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170325 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Aug 5 07:13:28 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170325 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170325: commit references a PR
Date: Sun,  5 Aug 2012 07:13:16 +0000 (UTC)

 Author: sunpoet
 Date: Sun Aug  5 07:13:06 2012
 New Revision: 302085
 URL: http://svn.freebsd.org/changeset/ports/302085
 
 Log:
   - Update to 3.1.11 [1]
   - Convert to new options framework
   - Sort option handlers
   - Cosmetic change
   
   Changes:	http://pecl.php.net/package-changelog.php?package=APC
   PR:		ports/170325 [1]
   Submitted by:	mm
 
 Modified:
   head/www/pecl-APC/Makefile   (contents, props changed)
   head/www/pecl-APC/distinfo   (contents, props changed)
 
 Modified: head/www/pecl-APC/Makefile
 ==============================================================================
 --- head/www/pecl-APC/Makefile	Sun Aug  5 07:12:05 2012	(r302084)
 +++ head/www/pecl-APC/Makefile	Sun Aug  5 07:13:06 2012	(r302085)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	APC
 -DISTVERSION=	3.1.10
 +DISTVERSION=	3.1.11
  CATEGORIES=	www
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 @@ -16,50 +16,46 @@ DIST_SUBDIR=	PECL
  MAINTAINER=	sunpoet@FreeBSD.org
  COMMENT=	Alternative PHP Cache
  
 -USE_PHP=	yes
 -IGNORE_WITH_PHP=4
 -USE_PHPEXT=	yes
 -PHP_MODNAME=	apc
 +OPTIONS_DEFINE=	FILEHITS IPC SEMAPHORES SPINLOCKS
 +FILEHITS_DESC=	Per request cache info
 +IPC_DESC=	IPC shm memory support (default: mmap)
 +SEMAPHORES_DESC=System V IPC semaphores (default: fcntl)
 +SPINLOCKS_DESC=	Spinlocks (experimental)
  
 -SUB_FILES=	pkg-message
 -PKGMESSAGE=	${WRKDIR}/pkg-message
 -
 -CONFIGURE_ARGS=	--enable-apc
  CFLAGS+=	-I${LOCALBASE}/include
 +CONFIGURE_ARGS=	--enable-apc
 +IGNORE_WITH_PHP=4
 +PHP_MODNAME=	${PORTNAME:L}
 +PKGMESSAGE=	${WRKDIR}/pkg-message
 +SUB_FILES=	pkg-message
 +USE_PHP=	yes
 +USE_PHPEXT=	yes
  
 -OPTIONS=	IPC		"Enable IPC shm memory support (default: mmap)"	off \
 -		SEMAPHORES	"Enable sysv IPC semaphores (default: fcntl())"	off \
 -		SPINLOCKS	"Enable spinlocks (experimental)"		off \
 -		FILEHITS	"Enable per request cache info"			off
 +PORTDOCS=	CHANGELOG INSTALL NOTICE apc.php
  
 -PORTDOCS=	*
 +.include <bsd.port.options.mk>
  
 -.include <bsd.port.pre.mk>
 +.if ${PORT_OPTIONS:MFILEHITS}
 +CONFIGURE_ARGS+=	--enable-apc-filehits
 +.endif
  
 -.if defined(WITH_IPC)
 +.if ${PORT_OPTIONS:MIPC}
  CONFIGURE_ARGS+=	--disable-apc-mmap
  .endif
  
 -.if defined(WITH_SEMAPHORES)
 +.if ${PORT_OPTIONS:MSEMAPHORES}
  CONFIGURE_ARGS+=	--enable-apc-sem
  .endif
  
 -.if defined(WITH_SPINLOCKS)
 +.if ${PORT_OPTIONS:MSPINLOCKS}
  CONFIGURE_ARGS+=	--enable-apc-spinlocks
  .endif
  
 -.if defined(WITH_FILEHITS)
 -CONFIGURE_ARGS+=	--enable-apc-filehits
 -.endif
 -
  post-install:
 -.if !defined(NOPORTDOCS)
 -	@${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/NOTICE ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/apc.php ${DOCSDIR}
 +.if ${PORT_OPTIONS:MDOCS}
 +	${MKDIR} ${DOCSDIR}/
 +	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
  .endif
  	@${CAT} ${PKGMESSAGE}
  
 -.include <bsd.port.post.mk>
 +.include <bsd.port.mk>
 
 Modified: head/www/pecl-APC/distinfo
 ==============================================================================
 --- head/www/pecl-APC/distinfo	Sun Aug  5 07:12:05 2012	(r302084)
 +++ head/www/pecl-APC/distinfo	Sun Aug  5 07:13:06 2012	(r302085)
 @@ -1,2 +1,2 @@
 -SHA256 (PECL/APC-3.1.10.tgz) = 99f260b32592f1b50da9c7a83fad3c5cbdb2484fa01aee6cc04caadd8cd4fc44
 -SIZE (PECL/APC-3.1.10.tgz) = 156208
 +SHA256 (PECL/APC-3.1.11.tgz) = 478ae91c735087dda4f02d03399fb06ceba4355125ad8fd532b187c93004ebc7
 +SIZE (PECL/APC-3.1.11.tgz) = 157478
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
