diff options
author | sf <sf@FreeBSD.org> | 2001-11-06 20:40:46 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-11-06 20:40:46 +0800 |
commit | d9e17a79b127de130e9770ce8a560a8e2f804050 (patch) | |
tree | 332b62235c7fc915e9cfd0b704138c7ad383e361 /textproc | |
parent | c8505777316066e138abf520272fef575e50bc84 (diff) | |
download | freebsd-ports-gnome-d9e17a79b127de130e9770ce8a560a8e2f804050.tar.gz freebsd-ports-gnome-d9e17a79b127de130e9770ce8a560a8e2f804050.tar.zst freebsd-ports-gnome-d9e17a79b127de130e9770ce8a560a8e2f804050.zip |
o update to 0.70.
PR: 30679
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 8 | ||||
-rw-r--r-- | textproc/sablotron/distinfo | 3 | ||||
-rw-r--r-- | textproc/sablotron/pkg-plist | 3 |
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%% |