Index: head/textproc/sablotron/Makefile =================================================================== --- head/textproc/sablotron/Makefile (revision 114699) +++ head/textproc/sablotron/Makefile (revision 114700) @@ -1,87 +1,86 @@ # New ports collection makefile for: sablotron # Date created: 13 Nov 2000 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Sablot -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ MAINTAINER= skv@FreeBSD.org COMMENT= XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2 LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 # If WITH_DISABLE_META is defined sablot will not output the META html tag #WITH_DISABLE_META= yes # Define WITH_ICONV_TYPECAST to typecast the second parameter # of iconv to char** #WITH_ICONV_TYPECAST= yes INSTALLS_SHLIB= yes SHLIB_MAJOR= 70 # API changes counter PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBTOOL=${LIBTOOL} \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++" USE_GMAKE= yes USE_ICONV= yes USE_LIBTOOL_VER=13 USE_PERL5_BUILD= yes MAN1= sabcmd.1 .include .if defined(WITHOUT_ADDING_META) CONFIGURE_ARGS+= --disable-adding-meta .endif .if defined(WITH_ICONV_TYPECAST) CONFIGURE_ARGS+= --enable-iconv-typecast .endif .if defined(WITHOUT_DOM) CONFIGURE_ARGS+= --disable-dom .endif .if defined(WITHOUT_DOCUMENT_ERRORS) CONFIGURE_ARGS+= --disable-document-errors .endif .if defined(WITH_CHECK_LEAKS) CONFIGURE_ARGS+= --enable-check-leaks .endif .if defined(WITH_DEBUGGER) CONFIGURE_ARGS+= --enable-debugger .endif .ifndef(NOPORTDOCS) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} .endif DOCSLIST= README README_JS RELEASE doc/misc/DEBUGGER doc/misc/NOTES post-patch: @${PERL} -pi -e \ 's!(?<=libsablot_la_LDFLAGS = -version-info )(\d+):(\d+):\1!${SHLIB_MAJOR}:$$1:${SHLIB_MAJOR}!;' \ ${WRKSRC}/src/engine/Makefile.in .if defined(NOPORTDOCS) @${PERL} -pi -e 's!(?<=SUBDIRS = )(.*)!man!' ${WRKSRC}/doc/Makefile.in .endif post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing additional documentation for ${PKGNAME}" @${INSTALL_DATA} ${DOCSLIST:S!^!${WRKSRC}/!} ${DOCSDIR} .endif .include Property changes on: head/textproc/sablotron/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/textproc/sablotron/distinfo =================================================================== --- head/textproc/sablotron/distinfo (revision 114699) +++ head/textproc/sablotron/distinfo (revision 114700) @@ -1,2 +1,2 @@ -MD5 (Sablot-1.0.tar.gz) = 16f6487f1872a31ed566b0f2cfeba895 -SIZE (Sablot-1.0.tar.gz) = 484144 +MD5 (Sablot-1.0.1.tar.gz) = 8d06392ef2e46652bce1c5e2b68d0662 +SIZE (Sablot-1.0.1.tar.gz) = 485874 Property changes on: head/textproc/sablotron/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property