From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 3 14:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0FF32D6 for ; Fri, 3 Jan 2014 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDA7111AF for ; Fri, 3 Jan 2014 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s03EU0Uf027697 for ; Fri, 3 Jan 2014 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s03EU0db027696; Fri, 3 Jan 2014 14:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 3 Jan 2014 14:30:00 GMT Resent-Message-Id: <201401031430.s03EU0db027696@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Chen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76195E2 for ; Fri, 3 Jan 2014 14:20:05 +0000 (UTC) Received: from www.johnpupu.tw (60-199-173-18.static.tfn.net.tw [60.199.173.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3E51F1108 for ; Fri, 3 Jan 2014 14:20:03 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 7C841536003 for ; Fri, 3 Jan 2014 22:19:49 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id s03EJn8a081036; Fri, 3 Jan 2014 22:19:49 +0800 (CST) (envelope-from johnpupu) Message-Id: <201401031419.s03EJn8a081036@www.johnpupu.tw> Date: Fri, 3 Jan 2014 22:19:49 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185445: [MAINTAINER] www/pecl-yar: update to 1.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 14:30:01 -0000 >Number: 185445 >Category: ports >Synopsis: [MAINTAINER] www/pecl-yar: update to 1.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 03 14:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 1.2.2 - Redports - https://redports.org/buildarchive/20140103141001-55732/ Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- pecl-yar-1.2.2.patch begins here --- diff -ruN --exclude=CVS ../pecl-yar.orig/Makefile ./Makefile --- ../pecl-yar.orig/Makefile 2013-11-21 09:10:13.000000000 +0800 +++ ./Makefile 2014-01-03 22:05:56.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/pecl-yar/Makefile 334441 2013-11-20 18:32:58Z sunpoet $ PORTNAME= yar -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -25,7 +25,12 @@ OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module -MSGPACK_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack -MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack + +.include + +.if ${PORT_OPTIONS:MMSGPACK} +BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack +RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:${PORTSDIR}/devel/pecl-msgpack +.endif .include diff -ruN --exclude=CVS ../pecl-yar.orig/distinfo ./distinfo --- ../pecl-yar.orig/distinfo 2013-11-21 09:10:13.000000000 +0800 +++ ./distinfo 2014-01-03 22:08:40.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (PECL/yar-1.2.1.tgz) = 3f70f161d5c92b01bb9489bcb80384869951c545f4753817f5edf4c8056a56a3 -SIZE (PECL/yar-1.2.1.tgz) = 35174 +SHA256 (PECL/yar-1.2.2.tgz) = 30d389bf9b036329e45a3623cfdd8f36f19b347b0f976cf28ac35ec56b026ed1 +SIZE (PECL/yar-1.2.2.tgz) = 37509 --- pecl-yar-1.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: