diff options
author | gjb <gjb@FreeBSD.org> | 2012-06-23 01:59:03 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-06-23 01:59:03 +0800 |
commit | 0495890906915c330c1ac5a3b3fa93055ba7feb5 (patch) | |
tree | a09b22677ac77178adbb863b550dcdb5012d00e8 /textproc | |
parent | 06fa39aa41e128c9d114536e33bd1eb6893f242a (diff) | |
download | freebsd-ports-gnome-0495890906915c330c1ac5a3b3fa93055ba7feb5.tar.gz freebsd-ports-gnome-0495890906915c330c1ac5a3b3fa93055ba7feb5.tar.zst freebsd-ports-gnome-0495890906915c330c1ac5a3b3fa93055ba7feb5.zip |
- Add devel/subversion to RUN_DEPENDS, as SVN->CVS exporting is not
done for the doc/ tree
- Replace SITE_PERL entries per the Porter's Handbook [1]
PR: ports/168243
Submitted by: gjb (myself), jgh [1]
Approved by: eadler (mentor), doceng (maintainer, implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 335c0b975404..9701baccea42 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -7,7 +7,7 @@ PORTNAME= docproj PORTVERSION= 1.17 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -29,6 +29,7 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ tidy:${PORTSDIR}/www/tidy-lib \ xsltproc:${PORTSDIR}/textproc/libxslt \ peps:${PORTSDIR}/graphics/peps \ + svn:${PORTSDIR}/devel/subversion \ ${LOCALBASE}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular \ ${LOCALBASE}/share/sgml/html/catalog:${PORTSDIR}/textproc/html \ ${LOCALBASE}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ @@ -38,7 +39,7 @@ RUN_DEPENDS= fixrtf:${PORTSDIR}/textproc/fixrtf \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ ${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser + p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser .include <bsd.port.pre.mk> @@ -74,7 +75,7 @@ RUN_DEPENDS+= html2text:${PORTSDIR}/textproc/html2text .endif .if ${PERL_LEVEL} < 500804 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS+= p5-Digest-MD5>=2.51:${PORTSDIR}/security/p5-Digest-MD5 .endif NO_BUILD= yes |