ports/155212: [patch] port deskutils/doodle adjust LIB_DEPENDS after textproc/libextractor update
olli hauer
ohauer at FreeBSD.org
Wed Mar 2 20:10:13 UTC 2011
>Number: 155212
>Category: ports
>Synopsis: [patch] port deskutils/doodle 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 doodle
was not adjusted.
Please make sure PR ports/155179 is committed first
(pkg-plist fix for textproc/libextractor)
>How-To-Repeat:
>Fix:
--- doodle.diff begins here ---
Index: doodle/Makefile
===================================================================
RCS file: /home/pcvs/ports/deskutils/doodle/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- doodle/Makefile 31 May 2010 01:57:53 -0000 1.18
+++ doodle/Makefile 2 Mar 2011 19:48:23 -0000
@@ -8,14 +8,14 @@
PORTNAME= doodle
PORTVERSION= 0.6.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= http://gnunet.org/doodle/download/
MAINTAINER= jadawin at FreeBSD.org
COMMENT= Quickly search documents
-LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor
+LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor
GNU_CONFIGURE= yes
USE_GETTEXT= yes
--- doodle.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list