ports/111237: [update]update java/jakarta-regexp to 1.5
Nemo Liu
nemoliu at gmail.com
Wed Apr 4 15:40:04 UTC 2007
>Number: 111237
>Category: ports
>Synopsis: [update]update java/jakarta-regexp to 1.5
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 04 15:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Nemo Liu
>Release: 7-current
>Organization:
>Environment:
FreeBSD tango.sina.com.cn 7.0-STOooRM FreeBSD 7.0-STOooRM #0: Wed Apr 4 15:05:23 CST 2007 liutong at tango.sina.com.cn:/usr/obj/usr/src/sys/TANGO amd64
>Description:
Update java/jakarta-regexp to 1.5
Changelog:
* Fixed Bug 36405: Referencing an optional backreference returns null (VG)
* Implemented optimization: RE compiler omits branch instruction if only one branch is present (VG)
* Fixed Bug 9153: {m,n} implementation had exponential complexity (VG)
* Fixed Bug 27763: RE incorrectly processed reluctant matchers (VG)
* Fixed Bug 38331: RE compiler creates incorrect program if pattern results in large program with offsets exceeding capacity of the short (VG)
* Fixed Bug 37275: RE incorrectly processes nested {n,m} closures (ex: (A{1}){0,2}) (VG)
* Added accessor for REProgram.prefix (VG)
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/jakarta-regexp/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile 5 Mar 2007 00:35:23 -0000 1.13
+++ Makefile 4 Apr 2007 15:12:21 -0000
@@ -1,16 +1,16 @@
# Ports collection makefile for: Jakarta Regexp
# Date created: 2000/12/01
# Whom: Dave Glowacki <dglo at ssec.wisc.edu> #
-# $FreeBSD: ports/java/jakarta-regexp/Makefile,v 1.13 2007/03/05 00:35:23 linimon Exp $
+# $FreeBSD$
#
PORTNAME= jakarta-regexp
-PORTVERSION= 1.4
-CATEGORIES= java
+PORTVERSION= 1.5
+CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
MASTER_SITE_SUBDIR= regexp/binaries
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= nemoliu at gmail.com
COMMENT= Regular expressions for Java
BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/java/jakarta-regexp/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo 8 Oct 2006 10:59:50 -0000 1.5
+++ distinfo 4 Apr 2007 15:00:29 -0000
@@ -1,3 +1,3 @@
-MD5 (jakarta-regexp-1.4.tar.gz) = d903d84c949df848009f3bf205b32c97
-SHA256 (jakarta-regexp-1.4.tar.gz) = c4e34004123f4f72f5cac293795f3c547691baa5cdfcd1198852d525e3cdc563
-SIZE (jakarta-regexp-1.4.tar.gz) = 137768
+MD5 (jakarta-regexp-1.5.tar.gz) = b941b8f4de297827f3211c2cb34af199
+SHA256 (jakarta-regexp-1.5.tar.gz) = 79e80af8cbeb68ddad75a1aa6244d7acd62176bfd69bcdc0640d11177dcde97d
+SIZE (jakarta-regexp-1.5.tar.gz) = 170142
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list