Bug 186212 - [PATCH] devel/rubygem-gobject-introspection: switch to USE_GNOME=introspection
Summary: [PATCH] devel/rubygem-gobject-introspection: switch to USE_GNOME=introspection
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 23:00 UTC by Dmitry Marakasov
Modified: 2014-02-05 20:10 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-gobject-introspection-2.0.2.patch (760 bytes, patch)
2014-01-28 23:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-28 23:00:01 UTC
- Switch to USE_GNOME=introspection to depend on gobject-introspection.
Among other things this takes care of environement for g-ir-scanner.

Port maintainer (ruby@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-28 23:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-05 19:23:24 UTC
Responsible Changed
From-To: ruby->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-05 20:04:01 UTC
Author: sunpoet
Date: Wed Feb  5 20:03:50 2014
New Revision: 342835
URL: http://svnweb.freebsd.org/changeset/ports/342835
QAT: https://qat.redports.org/buildarchive/r342835/

Log:
  - Use USE_GNOME=introspection
  
  PR:		ports/186212
  Submitted by:	amdmi3

Modified:
  head/devel/rubygem-gobject-introspection/Makefile

Modified: head/devel/rubygem-gobject-introspection/Makefile
==============================================================================
--- head/devel/rubygem-gobject-introspection/Makefile	Wed Feb  5 20:03:46 2014	(r342834)
+++ head/devel/rubygem-gobject-introspection/Makefile	Wed Feb  5 20:03:50 2014	(r342835)
@@ -8,11 +8,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby binding for GObjectIntrospection
 
-BUILD_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
-		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2 \
-		g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+BUILD_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
+RUN_DEPENDS=	rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
 
+USE_GNOME=	introspection
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-05 20:05:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!