diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-06 12:40:46 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-06 12:40:46 +0000 |
commit | 66397383877e7e65a8be6f75a02440524b0b6aef (patch) | |
tree | fd4d5674b085e7b9a81b08cb13ea62d3e495d6f1 /textproc | |
parent | c4b1131766f4d769733a2889197003444731c4b7 (diff) | |
download | ports-66397383877e7e65a8be6f75a02440524b0b6aef.tar.gz ports-66397383877e7e65a8be6f75a02440524b0b6aef.zip |
Notes
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%% |