Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Mar 2011 21:04:18 +0100 (CET)
From:      olli hauer <ohauer@FreeBSD.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ohauer@FreeBSD.org
Subject:   ports/155211: [patch] port devel/fossology adjust LIB_DEPENDS after textproc/libextractor update
Message-ID:  <20110302200425.3643C1065674@hub.freebsd.org>
Resent-Message-ID: <201103022010.p22KACGI063523@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110302200425.3643C1065674>