aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2005-10-13 10:30:08 +0800
committermi <mi@FreeBSD.org>2005-10-13 10:30:08 +0800
commit33cb2cb31fc29aa6406fd8355bffead7b7dc8e05 (patch)
tree03bee78adc4ae7bfce7677856413d4ca31707643 /textproc
parent10db6a30636cfeb6d03e7602677e6261d5e62715 (diff)
downloadfreebsd-ports-gnome-33cb2cb31fc29aa6406fd8355bffead7b7dc8e05.tar.gz
freebsd-ports-gnome-33cb2cb31fc29aa6406fd8355bffead7b7dc8e05.tar.zst
freebsd-ports-gnome-33cb2cb31fc29aa6406fd8355bffead7b7dc8e05.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
Diffstat (limited to 'textproc')
-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