aboutsummaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-10-13 02:30:08 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-10-13 02:30:08 +0000
commitca0882105fc78641e0498193799c7b040e449570 (patch)
tree80da77542ac24377d4472e3573a861350947c010 /textproc/sablotron
parentaea8ff74c175f9965a3ef8433f060094e9599bca (diff)
downloadports-ca0882105fc78641e0498193799c7b040e449570.tar.gz
ports-ca0882105fc78641e0498193799c7b040e449570.zip
Update from 1.0.1 to 1.0.2. Make sure to link the library with -lexpat and
-liconv, so the clients don't have to. OpenOffice's dll-checker is quite particular about this, for example. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=145193
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/Makefile8
-rw-r--r--textproc/sablotron/distinfo4
-rw-r--r--textproc/sablotron/pkg-descr2
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index 9597f3baf39e..1a60bef850b8 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= Sablot
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= textproc
MASTER_SITES= http://download-1.gingerall.cz/download/sablot/
MAINTAINER= skv@FreeBSD.org
COMMENT= XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2
-LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
OPTIONS= DISABLE_META "Do not output the META html tag" off \
ICONV_TYPECAST "Use iconv typecast" off \
@@ -28,10 +28,10 @@ SHLIB_MAJOR= 70 # API changes counter
PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}"
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBTOOL=${LIBTOOL} \
- LDFLAGS="-L${LOCALBASE}/lib -lstdc++"
+ LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv"
USE_GMAKE= yes
USE_ICONV= yes
-USE_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
USE_PERL5_BUILD= yes
MAN1= sabcmd.1
diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo
index d342dbaf9c13..b63fa6fb9297 100644
--- a/textproc/sablotron/distinfo
+++ b/textproc/sablotron/distinfo
@@ -1,2 +1,2 @@
-MD5 (Sablot-1.0.1.tar.gz) = 8d06392ef2e46652bce1c5e2b68d0662
-SIZE (Sablot-1.0.1.tar.gz) = 485874
+MD5 (Sablot-1.0.2.tar.gz) = 12243bc21b149cad89e98bc89f9c103e
+SIZE (Sablot-1.0.2.tar.gz) = 606814
diff --git a/textproc/sablotron/pkg-descr b/textproc/sablotron/pkg-descr
index b0bd8020a3a1..16fd80b7a0ea 100644
--- a/textproc/sablotron/pkg-descr
+++ b/textproc/sablotron/pkg-descr
@@ -4,7 +4,7 @@ by James Clark as an XML parser. Sablotron implements XSLT 1.0, XPath
Original creator of Sablotron is Ginger Alliance Ltd; Czech Republic.
-WWW: http://www.gingerall.com/
+WWW: http://www.gingerall.com/charlie/ga/xml/p_sab.xml
-- Sergey Skvortsov
skv@FreeBSD.org