From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 24 13:00:12 2010 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 06E641065672 for ; Fri, 24 Sep 2010 13:00:12 +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 D7D5A8FC20 for ; Fri, 24 Sep 2010 13:00:11 +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 o8OD0BlJ083915 for ; Fri, 24 Sep 2010 13:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8OD0BfU083856; Fri, 24 Sep 2010 13:00:11 GMT (envelope-from gnats) Resent-Date: Fri, 24 Sep 2010 13:00:11 GMT Resent-Message-Id: <201009241300.o8OD0BfU083856@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, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A91021065670; Fri, 24 Sep 2010 12:54:26 +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 986768FC18; Fri, 24 Sep 2010 12:54:26 +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 o8OCsQML083645; Fri, 24 Sep 2010 12:54:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8OCsQuB083644; Fri, 24 Sep 2010 12:54:26 GMT (envelope-from gnats) Message-Id: <201009241254.o8OCsQuB083644@freefall.freebsd.org> Date: Fri, 24 Sep 2010 12:54:26 GMT From: Marcin Cieslak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: linimon@FreeBSD.org Subject: ports/150916: [PATCH] editors/xxe-perso: update to 4.6.1, fix unfetchable distfile 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: Fri, 24 Sep 2010 13:00:12 -0000 >Number: 150916 >Category: ports >Synopsis: [PATCH] editors/xxe-perso: update to 4.6.1, fix unfetchable distfile >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 24 13:00:10 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 9.0-CURRENT amd64 >Organization: http://saper.info >Environment: System: FreeBSD radziecki.saper.info 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r212217M: Wed Sep 22 08:56:19 CEST >Description: - Update to 4.6.1 Added file(s): - Makefile.inc (please restore from Attic) Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: Makefile.inc is needed for the forthcoming xml2rfc-xxe update --- xxe-perso-4.6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/xxe.orig/Makefile /usr/ports/editors/xxe/Makefile --- /usr/ports/editors/xxe.orig/Makefile 2009-07-16 23:45:47.000000000 +0200 +++ /usr/ports/editors/xxe/Makefile 2010-09-24 00:14:11.063752749 +0200 @@ -6,7 +6,7 @@ # PORTNAME= xxe -PORTVERSION= 4.4.0 +PORTVERSION= ${XXE_VERSION} CATEGORIES= editors java MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ \ http://www.xmlmind.com/xmleditor/_download/ @@ -22,10 +22,9 @@ #RESTRICTED= "Licensee may not distribute the Software" -BINS= convertdoc csscheck deploywebstart dtdtoxsd dtdvalid \ - rngvalid schvalid xsdvalid xxe +BINS= convertdoc csscheck deploywebstart translatexxe xmltool xxe -PLIST_SUB= XXE=${DISTNAME} +PLIST_SUB= XXE=${XXE_DIR} post-extract: @${SED} -e 's,%%JAVA_HOME%%,${JAVA_HOME},' \ @@ -40,4 +39,6 @@ @${INSTALL_SCRIPT} ${WRKDIR}/xxe ${PREFIX}/bin/${f} .endfor +.include "Makefile.inc" + .include diff -ruN --exclude=CVS /usr/ports/editors/xxe.orig/Makefile.inc /usr/ports/editors/xxe/Makefile.inc --- /usr/ports/editors/xxe.orig/Makefile.inc 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/editors/xxe/Makefile.inc 2010-09-23 23:10:00.349202522 +0200 @@ -0,0 +1,2 @@ +XXE_VERSION= 4.6.1 +XXE_DIR= xxe-perso-${XXE_VERSION:S/./_/g} diff -ruN --exclude=CVS /usr/ports/editors/xxe.orig/distinfo /usr/ports/editors/xxe/distinfo --- /usr/ports/editors/xxe.orig/distinfo 2009-07-16 23:45:47.000000000 +0200 +++ /usr/ports/editors/xxe/distinfo 2010-09-23 19:00:29.740690252 +0200 @@ -1,3 +1,3 @@ -MD5 (xxe-perso-4_4_0.tar.gz) = 2ef1f8096c8b900365e005be37b5395e -SHA256 (xxe-perso-4_4_0.tar.gz) = 71832380b8e645f24d436f7f86f17d48abd79dc57df145d9e0d0f8814994a61d -SIZE (xxe-perso-4_4_0.tar.gz) = 18717990 +MD5 (xxe-perso-4_6_1.tar.gz) = 4e86a4bbd59d8ac81efc294108c40cd5 +SHA256 (xxe-perso-4_6_1.tar.gz) = b7bc155671611763eadf21c36677afadf9f5e7cfee8bba3ac181313c8f51c6aa +SIZE (xxe-perso-4_6_1.tar.gz) = 23358033 --- xxe-perso-4.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: