Index: head/textproc/sablotron/Makefile =================================================================== --- head/textproc/sablotron/Makefile (revision 50885) +++ head/textproc/sablotron/Makefile (revision 50886) @@ -1,26 +1,35 @@ # New ports collection makefile for: sablotron # Date created: 13 Nov 2000 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Sablot -PORTVERSION= 0.70 +PORTVERSION= 0.71 CATEGORIES= textproc -MASTER_SITES= http://download.gingerall.cz/sablot/ +MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ MAINTAINER= skv@protey.ru LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ expat.2:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes + +SHLIB_MAJOR= 66 +PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" + CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib + USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOMAKE= yes +AUTOMAKE_ARGS= -a USE_LIBTOOL= yes -PLIST_SUB= SHLIB_VER=${PORTVERSION:E} +pre-patch: + @${PERL} -pi -e \ + 's!(?<=libsablot_la_LDFLAGS = -version-info )(\d+):(\d+):\1!${SHLIB_MAJOR}:$$1:${SHLIB_MAJOR}!;' \ + ${WRKSRC}/src/engine/Makefile.am .include Property changes on: head/textproc/sablotron/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/textproc/sablotron/distinfo =================================================================== --- head/textproc/sablotron/distinfo (revision 50885) +++ head/textproc/sablotron/distinfo (revision 50886) @@ -1 +1 @@ -MD5 (Sablot-0.70.tar.gz) = c7e68658c10ca6f92dbf27c18270dc31 +MD5 (Sablot-0.71.tar.gz) = 5c5436b5b3c28f79e9d7f3bfddff5948 Property changes on: head/textproc/sablotron/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/textproc/sablotron/pkg-plist =================================================================== --- head/textproc/sablotron/pkg-plist (revision 50885) +++ head/textproc/sablotron/pkg-plist (revision 50886) @@ -1,8 +1,8 @@ bin/sabcmd include/sablot.h include/sdom.h include/shandler.h include/sxpath.h lib/libsablot.a lib/libsablot.so -lib/libsablot.so.%%SHLIB_VER%% +lib/libsablot.so.%%SHLIB_MAJOR%% Property changes on: head/textproc/sablotron/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property