ports/155211: [patch] port devel/fossology adjust LIB_DEPENDS after textproc/libextractor update

olli hauer ohauer at FreeBSD.org
Wed Mar 2 20:10:13 UTC 2011


>Number:         155211
>Category:       ports
>Synopsis:       [patch] port devel/fossology adjust LIB_DEPENDS after textproc/libextractor update
>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 Mar 02 20:10:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
Fix LIB_DEPENDS (found during local exp-run)

Port textproc/libextractor was updated a view days
ago to version 0.6.2, but LIB_DEPENDS for fossology
was not adjusted.

Please make sure PR ports/155179 is committed first
(pkg-plist fix for textproc/libextractor)

>How-To-Repeat:

>Fix:

--- fossology.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/fossology/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	27 Feb 2011 04:54:21 -0000	1.4
+++ Makefile	2 Mar 2011 19:21:10 -0000
@@ -17,7 +17,7 @@
 
 PORTNAME=	fossology
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -27,7 +27,7 @@
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
 		svn:${PORTSDIR}/devel/subversion
-LIB_DEPENDS=	extractor.2:${PORTSDIR}/textproc/libextractor
+LIB_DEPENDS=	extractor.3:${PORTSDIR}/textproc/libextractor
 RUN_DEPENDS=	cabextract:${PORTSDIR}/archivers/cabextract \
 		icat:${PORTSDIR}/sysutils/sleuthkit \
 		pdftotext:${PORTSDIR}/graphics/xpdf \
--- fossology.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list