diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2010-11-29 21:23:23 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2010-11-29 21:23:23 +0000 |
commit | 9ce08c25919938880ee047112cfe67e187369073 (patch) | |
tree | 450d1359f41be58763bfb02de0e8524661cb6cd5 /www/tdom | |
parent | 9fed915a4eb816c05c42d3097a4622b66eeb5f9c (diff) | |
download | ports-9ce08c25919938880ee047112cfe67e187369073.tar.gz ports-9ce08c25919938880ee047112cfe67e187369073.zip |
Upgade from 0.8.2 to 0.8.3. Fix up the WWW.
Take over maintainership to deal with any
fallout.
Approved by: mm (the previous maintainer)
Notes
Notes:
svn path=/head/; revision=265410
Diffstat (limited to 'www/tdom')
-rw-r--r-- | www/tdom/Makefile | 7 | ||||
-rw-r--r-- | www/tdom/distinfo | 5 | ||||
-rw-r--r-- | www/tdom/files/patch-configure | 6 | ||||
-rw-r--r-- | www/tdom/pkg-descr | 3 |
4 files changed, 7 insertions, 14 deletions
diff --git a/www/tdom/Makefile b/www/tdom/Makefile index 6a91d8ed146e..2e131f542c61 100644 --- a/www/tdom/Makefile +++ b/www/tdom/Makefile @@ -6,13 +6,12 @@ # PORTNAME= tDOM -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.8.3 CATEGORIES= www -MASTER_SITES= http://www.tdom.org/files/ +MASTER_SITES= https://cloud.github.com/downloads/tDOM/tdom/ EXTRACT_SUFX= .tgz -MAINTAINER= mm@FreeBSD.org +MAINTAINER= mi@aldan.algebra.com COMMENT= High performance XML data processing with Tcl (ARGS for OpenACS) WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/unix diff --git a/www/tdom/distinfo b/www/tdom/distinfo index e3e45c60a649..abaf8330105d 100644 --- a/www/tdom/distinfo +++ b/www/tdom/distinfo @@ -1,3 +1,2 @@ -MD5 (tDOM-0.8.2.tgz) = 67790846eb5ec13852a3bf3c382d86dc -SHA256 (tDOM-0.8.2.tgz) = 561e482b95906b5a64b69cbc7c13d01b7a34a95144744796fbc1219042cd5843 -SIZE (tDOM-0.8.2.tgz) = 969804 +SHA256 (tDOM-0.8.3.tgz) = 496d5950907dd70db61bc20c55a05a5521363ce3c076e2fdd97270181bc720b9 +SIZE (tDOM-0.8.3.tgz) = 990367 diff --git a/www/tdom/files/patch-configure b/www/tdom/files/patch-configure index 7dea81ebc6dc..b4e5a95924c3 100644 --- a/www/tdom/files/patch-configure +++ b/www/tdom/files/patch-configure @@ -14,12 +14,6 @@ +void * (*f) () = $ac_func; #endif #ifdef __cplusplus -@@ -6305,5 +6305,4 @@ - generic/utf8conv.c \ - generic/dom.c \ -- generic/domalloc.c \ - generic/domhtml.c \ - generic/domxpath.c \ @@ -7263,5 +7262,5 @@ if test "$GCC" = "yes" ; then CFLAGS_OPTIMIZE=-O2 diff --git a/www/tdom/pkg-descr b/www/tdom/pkg-descr index d8d539caf5c5..99990d55b704 100644 --- a/www/tdom/pkg-descr +++ b/www/tdom/pkg-descr @@ -7,7 +7,8 @@ recommendation in XML (160K) needs only about 450K in memory)! Configured for OpenACS (http://openacs.org) -WWW: http://www.tdom.org/ +WWW: http://wiki.tcl.tk/1948 +WWW: http://tdom.github.com/ - Aldert aldert@openacs.nl |