Bug 168243 - [patch] textproc/docproj: Add dependency on svn binary
Summary: [patch] textproc/docproj: Add dependency on svn binary
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Glen Barber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 02:50 UTC by Glen Barber
Modified: 2012-06-22 19:03 UTC (History)
0 users

See Also:


Attachments
file.diff (827 bytes, patch)
2012-05-23 02:50 UTC, Glen Barber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-23 02:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->doceng

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-05-23 04:11:21 UTC
Responsible Changed
From-To: doceng->jgh

I'll take it.
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-05-23 04:31:00 UTC
back to doceng.
please consider this patch:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-perl.html (see last note ane example)

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/docproj/Makefile,v
retrieving revision 1.65
diff -u -r1.65 Makefile
--- Makefile	24 Nov 2011 05:42:30 -0000	1.65
+++ Makefile	23 May 2012 03:30:28 -0000
@@ -7,7 +7,7 @@
  
  PORTNAME=	docproj
  PORTVERSION=	1.17
-PORTREVISION=	4
+PORTREVISION=	5
  CATEGORIES=	textproc
  MASTER_SITES=	# empty
  DISTFILES=	# empty
@@ -29,6 +29,7 @@
  		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 @@
  		${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 @@
  .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
-- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2012-05-23 04:33:07 UTC
Responsible Changed
From-To: jgh->doceng

back to doceng
Comment 5 Glen Barber freebsd_committer freebsd_triage 2012-06-20 15:50:39 UTC
Responsible Changed
From-To: doceng->gjb

I'll take this.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-06-22 18:59:45 UTC
gjb         2012-06-22 17:59:03 UTC

  FreeBSD ports repository

  Modified files:
    textproc/docproj     Makefile 
  Log:
  - 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)
  
  Revision  Changes    Path
  1.67      +4 -3      ports/textproc/docproj/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Glen Barber freebsd_committer freebsd_triage 2012-06-22 19:03:05 UTC
State Changed
From-To: open->closed

Committed, with additional changes provided by jgh.