summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/sablotron/Makefile8
-rw-r--r--textproc/sablotron/distinfo3
-rw-r--r--textproc/sablotron/pkg-plist3
3 files changed, 6 insertions, 8 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index ac158a5eb7dc..2050078dbf33 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -6,14 +6,10 @@
#
PORTNAME= Sablot
-PORTVERSION= 0.65
-PORTREVISION= 1
+PORTVERSION= 0.70
CATEGORIES= textproc
MASTER_SITES= http://download.gingerall.cz/sablot/
-PATCH_SITES= http://www.gingerall.com/download/
-PATCHFILES= Sablot-0.65.1.patch
-
MAINTAINER= skv@protey.ru
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
@@ -25,4 +21,6 @@ USE_GMAKE= yes
USE_AUTOCONF= yes
USE_LIBTOOL= yes
+PLIST_SUB= SHLIB_VER=${PORTVERSION:E}
+
.include <bsd.port.mk>
diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo
index a67f955df09b..6e0e4f75a771 100644
--- a/textproc/sablotron/distinfo
+++ b/textproc/sablotron/distinfo
@@ -1,2 +1 @@
-MD5 (Sablot-0.65.tar.gz) = 8417174c81b1cecfb2961f728ab1d454
-MD5 (Sablot-0.65.1.patch) = 56718b79a7e7c08aa38a117b7b76e839
+MD5 (Sablot-0.70.tar.gz) = c7e68658c10ca6f92dbf27c18270dc31
diff --git a/textproc/sablotron/pkg-plist b/textproc/sablotron/pkg-plist
index e6b85a5c553b..b6a6ddf82537 100644
--- a/textproc/sablotron/pkg-plist
+++ b/textproc/sablotron/pkg-plist
@@ -2,6 +2,7 @@ bin/sabcmd
include/sablot.h
include/sdom.h
include/shandler.h
+include/sxpath.h
lib/libsablot.a
lib/libsablot.so
-lib/libsablot.so.65
+lib/libsablot.so.%%SHLIB_VER%%