Date: Tue, 29 Jan 2013 13:42:29 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311166 - head/textproc/hevea Message-ID: <201301291342.r0TDgTwx017668@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Jan 29 13:42:29 2013 New Revision: 311166 URL: http://svnweb.freebsd.org/changeset/ports/311166 Log: - Udpate to 2.02 - Convert !defined(NOPORTDOCS) --> PORT_OPTIONS:MDOCS Modified: head/textproc/hevea/Makefile head/textproc/hevea/distinfo head/textproc/hevea/pkg-plist Modified: head/textproc/hevea/Makefile ============================================================================== --- head/textproc/hevea/Makefile Tue Jan 29 13:33:56 2013 (r311165) +++ head/textproc/hevea/Makefile Tue Jan 29 13:42:29 2013 (r311166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hevea -PORTVERSION= 2.01 +PORTVERSION= 2.02 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ \ ftp://ftp.inria.fr/INRIA/moscova/hevea/ @@ -19,6 +19,8 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/o PLIST_SUB= HEVEAVERSION=${PORTVERSION} +.include <bsd.port.options.mk> + pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile @@ -26,7 +28,7 @@ pre-configure: post-install: @${STRIP_CMD} ${PREFIX}/bin/hevea @${STRIP_CMD} ${PREFIX}/bin/hacha -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${PREFIX}/share/doc/hevea ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.pdf ${PREFIX}/share/doc/hevea ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.ps.gz ${PREFIX}/share/doc/hevea Modified: head/textproc/hevea/distinfo ============================================================================== --- head/textproc/hevea/distinfo Tue Jan 29 13:33:56 2013 (r311165) +++ head/textproc/hevea/distinfo Tue Jan 29 13:42:29 2013 (r311166) @@ -1,8 +1,8 @@ -SHA256 (hevea-2.01.tar.gz) = 9ebcc96eef94ffd72c8f50385ef5fdfa2bf44fb8ffb6cca7017a11be59a6e723 -SIZE (hevea-2.01.tar.gz) = 410306 -SHA256 (hevea-2.01-manual.pdf) = dede33bc0b7f68d97f766b499f9fc5d3618e43af5c2cb1b6fe5425bbfb499836 -SIZE (hevea-2.01-manual.pdf) = 631083 -SHA256 (hevea-2.01-manual.ps.gz) = fe75635830553770a18758b6438b7248433eaa891a8d68d4e90a8d8f95e1b77f -SIZE (hevea-2.01-manual.ps.gz) = 359028 -SHA256 (hevea-2.01-manual.tar.gz) = c0a3adff7a4aaa618a3f5ad71c48d1f78cf9bf20ac2761c779eda9e2c2decbcb -SIZE (hevea-2.01-manual.tar.gz) = 438224 +SHA256 (hevea-2.02.tar.gz) = 406683222913713ed3b81c153d1a84c0347f6e49181bb178636877c4f410fd6c +SIZE (hevea-2.02.tar.gz) = 410332 +SHA256 (hevea-2.02-manual.pdf) = 8247dfe1622385167c2b319f982207607d97770624abe96b4dc99be18e490268 +SIZE (hevea-2.02-manual.pdf) = 631434 +SHA256 (hevea-2.02-manual.ps.gz) = 06bca825d732ed125e8033845f0f3a4158ee7730fe70d531ec968dcd67f12161 +SIZE (hevea-2.02-manual.ps.gz) = 359184 +SHA256 (hevea-2.02-manual.tar.gz) = e78bbfe3af9f57416b05eaff198b08d4951db01c6dde95e93912cc9ea2002a98 +SIZE (hevea-2.02-manual.tar.gz) = 438194 Modified: head/textproc/hevea/pkg-plist ============================================================================== --- head/textproc/hevea/pkg-plist Tue Jan 29 13:33:56 2013 (r311165) +++ head/textproc/hevea/pkg-plist Tue Jan 29 13:42:29 2013 (r311166) @@ -52,6 +52,7 @@ lib/hevea/html/symb-ent.hva lib/hevea/html/symb-fra.hva lib/hevea/html/symb-mathml.hva lib/hevea/html/symb-text.hva +lib/hevea/html/undersection.hva lib/hevea/html/urlhref.hva lib/hevea/html/xypic.hva lib/hevea/hyperref.hva
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301291342.r0TDgTwx017668>