From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 29 16:10:14 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4E3106568F for ; Wed, 29 Jun 2011 16:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0A3B8FC1E for ; Wed, 29 Jun 2011 16:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5TGADCX078664 for ; Wed, 29 Jun 2011 16:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5TGADNq078663; Wed, 29 Jun 2011 16:10:13 GMT (envelope-from gnats) Resent-Date: Wed, 29 Jun 2011 16:10:13 GMT Resent-Message-Id: <201106291610.p5TGADNq078663@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, Pedro Giffuni Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47A7B1065670 for ; Wed, 29 Jun 2011 16:06:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6AD8FC16 for ; Wed, 29 Jun 2011 16:06:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5TG6HKT000136 for ; Wed, 29 Jun 2011 16:06:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5TG6HqA000135; Wed, 29 Jun 2011 16:06:17 GMT (envelope-from nobody) Message-Id: <201106291606.p5TG6HqA000135@red.freebsd.org> Date: Wed, 29 Jun 2011 16:06:17 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158438: Update lang/rhino to 1.7R3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 16:10:14 -0000 >Number: 158438 >Category: ports >Synopsis: Update lang/rhino to 1.7R3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jun 29 16:10:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD mogwai.giffuni.net 9.0-CURRENT FreeBSD 9.0-CURRENT #6: Sat Apr 30 01:37:57 PDT 2011 root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/PCBSD amd64 >Description: - Minor update - Add license. - xmlbeans-2.2.0 is not available anymore on the mastersite, so I updated the version to 2.5.0 by hand. This could've been done by REINPLACE instead of the patch but it works as is, so I left it as an optional exercise for the maintainer. ;-). >How-To-Repeat: >Fix: Patch attached. Patch attached with submission follows: diff -ruN rhino.orig/Makefile rhino/Makefile --- rhino.orig/Makefile 2011-06-29 10:34:10.000000000 +0000 +++ rhino/Makefile 2011-06-29 10:42:31.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= rhino -DISTVERSION= 1_7R2 +DISTVERSION= 1_7R3 PORTREVISION= 0 #PORTEPOCH= 0 CATEGORIES= lang java @@ -16,13 +16,15 @@ MASTER_SITE_SUBDIR= xmlbeans/binaries/:xmlbeans DISTFILES= ${PORTNAME}${DISTVERSION}.zip:rhino \ src.zip:swingex \ - xmlbeans-2.2.0.zip:xmlbeans + xmlbeans-2.5.0.zip:xmlbeans DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}${DISTVERSION}.zip MAINTAINER= nivit@FreeBSD.org COMMENT= An implementation of JavaScript written in Java +LICENSE= MPL + OPTIONS= LINEDIT "Enable line editing in the Rhino shell" on ALL_TARGET= jar @@ -31,7 +33,7 @@ JAVA_VERSION= 1.5+ -MAKE_ARGS= -Dxmlbeans.url=file://${DISTDIR}/${DIST_SUBDIR}/xmlbeans-2.2.0.zip \ +MAKE_ARGS= -Dxmlbeans.url=file://${DISTDIR}/${DIST_SUBDIR}/xmlbeans-2.5.0.zip \ -Dswing-ex-url=file://${DISTDIR}/${DIST_SUBDIR}/src.zip RHINOJAR= ${DATADIR}/${PORTNAME}.jar diff -ruN rhino.orig/distinfo rhino/distinfo --- rhino.orig/distinfo 2011-06-29 10:34:10.000000000 +0000 +++ rhino/distinfo 2011-06-29 10:39:53.000000000 +0000 @@ -1,9 +1,6 @@ -MD5 (rhino/rhino1_7R2.zip) = 40d0a9abec8169e42920214b37fa8e0e -SHA256 (rhino/rhino1_7R2.zip) = 677f7dc1b67a1587bc03974d5f0720474a56b8f29835e1d860739908df8462dc -SIZE (rhino/rhino1_7R2.zip) = 2996867 -MD5 (rhino/src.zip) = ab016c8f81812bb930fc0f7a69e053c5 +SHA256 (rhino/rhino1_7R3.zip) = 885b46e24fe5af23ad3712c5e08e8d97d6d92a4b89e1be860e8fe88e4a3dacd1 +SIZE (rhino/rhino1_7R3.zip) = 4651597 SHA256 (rhino/src.zip) = 062837ddb18951ace41ba0050aec95a690c00190a6218e5c9591c381035dfa7d SIZE (rhino/src.zip) = 19708 -MD5 (rhino/xmlbeans-2.2.0.zip) = f279d25e2dccbb524e406543c38b4aae -SHA256 (rhino/xmlbeans-2.2.0.zip) = 93632a33292340898015074156cfc2904794c26f310cc9cbe7a00524534360dd -SIZE (rhino/xmlbeans-2.2.0.zip) = 3720924 +SHA256 (rhino/xmlbeans-2.5.0.zip) = e59cde73e71927365536ef2a3c0fd2459ca85be5a9181e79a9447566ffaa3448 +SIZE (rhino/xmlbeans-2.5.0.zip) = 3793583 diff -ruN rhino.orig/files/patch-xmlimplsrc+build.xml rhino/files/patch-xmlimplsrc+build.xml --- rhino.orig/files/patch-xmlimplsrc+build.xml 1970-01-01 00:00:00.000000000 +0000 +++ rhino/files/patch-xmlimplsrc+build.xml 2011-06-29 10:55:06.000000000 +0000 @@ -0,0 +1,22 @@ +--- xmlimplsrc/build.xml.orig 2011-05-09 20:04:38.000000000 +0000 ++++ xmlimplsrc/build.xml 2011-06-29 10:54:38.000000000 +0000 +@@ -147,7 +147,7 @@ + + + + +@@ -157,8 +157,8 @@ + + + +- +- ++ ++ + + + >Release-Note: >Audit-Trail: >Unformatted: