diff options
author | petef <petef@FreeBSD.org> | 2001-08-25 12:23:51 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-25 12:23:51 +0800 |
commit | 3bc48ad5943a1305da5d9927e02b75f0957b896c (patch) | |
tree | 8528b6b0fed1e2415774be4cc86c23c408f8d718 | |
parent | 164023455aa2f7058b627bc92a0c65fa2eb5842d (diff) | |
download | freebsd-ports-gnome-3bc48ad5943a1305da5d9927e02b75f0957b896c.tar.gz freebsd-ports-gnome-3bc48ad5943a1305da5d9927e02b75f0957b896c.tar.zst freebsd-ports-gnome-3bc48ad5943a1305da5d9927e02b75f0957b896c.zip |
- update to version 0.65
- remove redundant LDCONFIG_DIRS= %%PREFIX%%/lib
- sort pkg-plist
PR: 29951
Submitted by: maintainer
-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 |