Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2010 12:54:26 GMT
From:      Marcin Cieslak <saper@saper.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        linimon@FreeBSD.org
Subject:   ports/150916: [PATCH] editors/xxe-perso: update to 4.6.1, fix unfetchable distfile
Message-ID:  <201009241254.o8OCsQuB083644@freefall.freebsd.org>
Resent-Message-ID: <201009241300.o8OD0BfU083856@freefall.freebsd.org>

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

>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 <bsd.port.mk>
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:



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