diff options
author | fenner <fenner@FreeBSD.org> | 2006-02-21 07:11:11 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2006-02-21 07:11:11 +0800 |
commit | 43de79b655f832744e1190669a222c340f123b37 (patch) | |
tree | c23264e780c55df84bec4e9916185be7130bc6b8 /editors | |
parent | 2482d70fd70d4b7b72e9ba803df4e58e1bded68b (diff) | |
download | freebsd-ports-gnome-43de79b655f832744e1190669a222c340f123b37.tar.gz freebsd-ports-gnome-43de79b655f832744e1190669a222c340f123b37.tar.zst freebsd-ports-gnome-43de79b655f832744e1190669a222c340f123b37.zip |
Unbreak by upgrading to 3.1.0.
- New integrated add-on manager allows to easily and safely download
and install all sorts of add-ons (configuration, translation,
dictionary, XSL-FO processor plug-in, image toolkit plug-in, etc).
- A new type of plug-in has been created: Virtual Drive Plug-Ins.
For example, the new Zip virtual drive plug-in allows to edit
documents contained in a Zip archive.
- Couple of enhancements which makes creating modular documents
even more comfortable
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xxe/Makefile | 6 | ||||
-rw-r--r-- | editors/xxe/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/editors/xxe/Makefile b/editors/xxe/Makefile index 29bfb8ff89c6..ff308eeec3d1 100644 --- a/editors/xxe/Makefile +++ b/editors/xxe/Makefile @@ -6,17 +6,15 @@ # PORTNAME= xxe -PORTVERSION= 3.0p1 +PORTVERSION= 3.1.0 CATEGORIES= editors java MASTER_SITES= http://www.xmlmind.net/xmleditor/_download/ PKGNAMESUFFIX= -std -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/.//g} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION:S/./_/g} MAINTAINER= fenner@FreeBSD.Org COMMENT= A validating XML editor featuring a word processor-like view -BROKEN= Unfetchable - USE_JAVA= YES JAVA_VERSION= 1.5 NO_BUILD= YES diff --git a/editors/xxe/distinfo b/editors/xxe/distinfo index da50788458f6..9d308525a90e 100644 --- a/editors/xxe/distinfo +++ b/editors/xxe/distinfo @@ -1,3 +1,3 @@ -MD5 (xxe-std-30p1.tar.gz) = 1a5b327af2b5a93351927e98192672b2 -SHA256 (xxe-std-30p1.tar.gz) = bca8eb2654979aa342d8757e486f52ebe694075c909bf07b3ca8ac31716321ea -SIZE (xxe-std-30p1.tar.gz) = 14016423 +MD5 (xxe-std-3_1_0.tar.gz) = 995a09c0e07208f242f99eeb3d2cd33e +SHA256 (xxe-std-3_1_0.tar.gz) = 267dbbc03911c4b7e6464d9fa2562ac2deb379614db0f912d6a688706a26f51a +SIZE (xxe-std-3_1_0.tar.gz) = 11924528 |