Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2014 22:19:49 +0800 (CST)
From:      John Chen <johnpupu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185445: [MAINTAINER] www/pecl-yar: update to 1.2.2
Message-ID:  <201401031419.s03EJn8a081036@www.johnpupu.tw>
Resent-Message-ID: <201401031430.s03EU0db027696@freefall.freebsd.org>

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

>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 <bsd.port.options.mk>
+
+.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 <bsd.port.mk>
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:



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