Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Feb 2006 03:27:18 +0300 (MSK)
From:      Alexander Zhuravlev <zaa@zaa.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        zaa@ulstu.ru
Subject:   ports/93069: [maintainer update] of devel/pecl-operator to 0.3
Message-ID:  <20060209002718.B6670B81E@wave.zaa.local>
Resent-Message-ID: <200602090030.k190UBCP027703@freefall.freebsd.org>

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

>Number:         93069
>Category:       ports
>Synopsis:       [maintainer update] of devel/pecl-operator to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 09 00:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Zhuravlev
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD wave.zaa.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #16: Wed Feb 8 14:34:14 MSK 2006 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	Please apply the patch provided below.

	Thank you for your efforts ;-)

--- pecl-operator.diff begins here ---
diff -urbBNp pecl-operator/Makefile /usr/ports/devel/pecl-operator/Makefile
--- pecl-operator/Makefile	Tue Jan 31 19:16:41 2006
+++ /usr/ports/devel/pecl-operator/Makefile	Thu Feb  9 03:21:19 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	operator
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	devel pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -22,5 +22,8 @@ USE_PHPEXT=	yes
 DEFAULT_PHP_VER=	5
 BROKEN_WITH_PHP=	4
 PHP_MODNAME=	${PORTNAME}
+
+post-extract::
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urbBNp pecl-operator/distinfo /usr/ports/devel/pecl-operator/distinfo
--- pecl-operator/distinfo	Tue Jan 31 19:16:41 2006
+++ /usr/ports/devel/pecl-operator/distinfo	Thu Feb  9 03:21:50 2006
@@ -1,3 +1,3 @@
-MD5 (PECL/operator-0.2.tgz) = 301ee9558ad86c2d37fffddb1a1697f2
-SHA256 (PECL/operator-0.2.tgz) = 3ea5aba5ad9e0d81e670dfdb73cc429c8a456a4d73f33e3a9c6ce29593dd58c0
-SIZE (PECL/operator-0.2.tgz) = 6325
+MD5 (PECL/operator-0.3.tgz) = 60642711169ab32e9856b5d14295579f
+SHA256 (PECL/operator-0.3.tgz) = 0aedce71320972b387f1ad0ece5206eb1ddb2ccb0becc58ca63029412804e748
+SIZE (PECL/operator-0.3.tgz) = 8328
diff -urbBNp pecl-operator/pkg-message /usr/ports/devel/pecl-operator/pkg-message
--- pecl-operator/pkg-message	Thu Jan  1 03:00:00 1970
+++ /usr/ports/devel/pecl-operator/pkg-message	Thu Feb  9 03:21:01 2006
@@ -0,0 +1,16 @@
+
+********************************************************************************
+
+  Version 0.3 of the operator package adds support for comparator ops.
+
+  Please note: ZE treats > style comparisons as backwards < comparisons,
+  so what looks like a left-associative greater than becomes a right-associative
+  less-than. Because of this, overloading the > and >= operators for
+  left-association requires application of a parser patch.
+
+  If you would like to use this new functionality, please copy
+  compare-greater-5.1.2.diff patch file from operator-0.3 distributive
+  to ${PORTSDIR}/lang/php5/files/patch-compare-greater-5.1.2.diff
+  reinstall PHP engine and then install pecl-operator package.
+
+********************************************************************************
--- pecl-operator.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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