ports/168243: [patch] textproc/docproj: Add dependency on svn binary

Glen Barber gjb at FreeBSD.org
Wed May 23 01:50:05 UTC 2012


>Number:         168243
>Category:       ports
>Synopsis:       [patch] textproc/docproj: Add dependency on svn binary
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 23 01:50:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        10.0-CURRENT #10 r234559M
>Organization:
>Environment:
n/a
>Description:
With the FreeBSD Documentation Project conversion from CVS->SVN, the
documentation repository is now available via svn only.

The attached patch updates the textproc/docproj port to include svn(1)
as a runtime dependency.

>How-To-Repeat:

>Fix:
Patch is attached.  Tinderbox logs can be found here:

https://builder.glenbarber.us/tb/logs/10-64-FreeBSD/docproj-1.17_5.log
https://builder.glenbarber.us/tb/logs/9-64-FreeBSD/docproj-1.17_5.log
https://builder.glenbarber.us/tb/logs/8-64-FreeBSD/docproj-1.17_5.log
https://builder.glenbarber.us/tb/logs/7-64-FreeBSD/docproj-1.17_5.log

https://builder.glenbarber.us/tb/logs/10-32-FreeBSD/docproj-1.17_5.log
https://builder.glenbarber.us/tb/logs/9-32-FreeBSD/docproj-1.17_5.log
https://builder.glenbarber.us/tb/logs/8-32-FreeBSD/docproj-1.17_5.log
https://builder.glenbarber.us/tb/logs/7-32-FreeBSD/docproj-1.17_5.log
 


Patch attached with submission follows:

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 01:41:24 -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 \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list