ports/185445: [MAINTAINER] www/pecl-yar: update to 1.2.2
John Chen
johnpupu at gmail.com
Fri Jan 3 14:30:01 UTC 2014
>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:
More information about the freebsd-ports-bugs
mailing list