Bug 176885 - devel/cutter fix goffice dependacy
Summary: devel/cutter fix goffice dependacy
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: Romain Tartière
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 17:30 UTC by Koop Mast
Modified: 2013-03-15 17:00 UTC (History)
0 users

See Also:


Attachments
cutter-goffice.diff (607 bytes, patch)
2013-03-12 17:30 UTC, Koop Mast
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2013-03-12 17:30:01 UTC
	Goffice support in cutter was switched from 0.6 to 0.8.
	For more info see NEWS file in cutter tarball.
	Update libdepend line.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-12 17:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->romain

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-15 16:51:50 UTC
Author: romain
Date: Fri Mar 15 16:51:43 2013
New Revision: 314318
URL: http://svnweb.freebsd.org/changeset/ports/314318

Log:
  Fix goffice dependency.
  
  PR:		ports/176885
  Submitted by:	kwm

Modified:
  head/devel/cutter/Makefile

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Fri Mar 15 16:45:47 2013	(r314317)
+++ head/devel/cutter/Makefile	Fri Mar 15 16:51:43 2013	(r314318)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cutter
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -39,7 +40,8 @@ post-install:
 
 .if ${PORT_OPTIONS:MGOFFICE}
 CONFIGURE_ARGS+=--enable-goffice
-LIB_DEPENDS+=	goffice-0.6:${PORTSDIR}/devel/goffice06
+# the 0.8 is part of the library name don't remove it.
+LIB_DEPENDS+=	goffice-0.8:${PORTSDIR}/devel/goffice
 PLIST_SUB+=	GOFFICE=""
 .else
 CONFIGURE_ARGS+=--disable-goffice
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Romain Tartière freebsd_committer freebsd_triage 2013-03-15 16:52:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!