diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 04:23:51 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-25 04:23:51 +0000 |
commit | 395a6668ff6221417fc2608261077f9fee0c1ad8 (patch) | |
tree | a37042f0703f6097b0dbf0d07bc4634ae516b58f /textproc/sablotron | |
parent | 0ed94f15eea1429fe7e204c9ffd8f6ae9c55112b (diff) | |
download | ports-395a6668ff6221417fc2608261077f9fee0c1ad8.tar.gz ports-395a6668ff6221417fc2608261077f9fee0c1ad8.zip |
Notes
Diffstat (limited to 'textproc/sablotron')
-rw-r--r-- | textproc/sablotron/Makefile | 8 | ||||
-rw-r--r-- | textproc/sablotron/distinfo | 3 | ||||
-rw-r--r-- | textproc/sablotron/pkg-plist | 8 |
3 files changed, 6 insertions, 13 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 1ff3a5186306..a4511840f5c4 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -6,22 +6,16 @@ # PORTNAME= Sablot -PORTVERSION= 0.60 -PORTREVISION= 1 +PORTVERSION= 0.65 CATEGORIES= textproc MASTER_SITES= http://download.gingerall.cz/sablot/ -PATCH_SITES= http://www.gingerall.com/download/ -PATCHFILES= ${DISTNAME}.1.patch -PATCH_DIST_STRIP= -p1 - MAINTAINER= skv@protey.ru LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ expat.2:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib USE_GMAKE= yes USE_AUTOCONF= yes diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo index 7b91d6fdb491..7a994a972897 100644 --- a/textproc/sablotron/distinfo +++ b/textproc/sablotron/distinfo @@ -1,2 +1 @@ -MD5 (Sablot-0.60.tar.gz) = 2938b6c301355f832eb0f6be98f12570 -MD5 (Sablot-0.60.1.patch) = 65881887cc28755d780b84483f99aede +MD5 (Sablot-0.65.tar.gz) = 8417174c81b1cecfb2961f728ab1d454 diff --git a/textproc/sablotron/pkg-plist b/textproc/sablotron/pkg-plist index ad60826685ec..e6b85a5c553b 100644 --- a/textproc/sablotron/pkg-plist +++ b/textproc/sablotron/pkg-plist @@ -1,7 +1,7 @@ +bin/sabcmd include/sablot.h -include/shandler.h include/sdom.h -bin/sabcmd -lib/libsablot.so.60 -lib/libsablot.so +include/shandler.h lib/libsablot.a +lib/libsablot.so +lib/libsablot.so.65 |