svn commit: r430429 - in head/japanese: gedy gsuica

Hajimu UMEMOTO ume at FreeBSD.org
Tue Jan 3 01:10:34 UTC 2017


Author: ume
Date: Tue Jan  3 01:10:33 2017
New Revision: 430429
URL: https://svnweb.freebsd.org/changeset/ports/430429

Log:
  It is required to have RUN_DEPENDS to rubygem-gtk2
  after recent update of rubygem-gio2.

Modified:
  head/japanese/gedy/Makefile
  head/japanese/gsuica/Makefile

Modified: head/japanese/gedy/Makefile
==============================================================================
--- head/japanese/gedy/Makefile	Tue Jan  3 00:54:10 2017	(r430428)
+++ head/japanese/gedy/Makefile	Tue Jan  3 01:10:33 2017	(r430429)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gedy
 PORTVERSION=	0.9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese ruby
 MASTER_SITES=	http://homepage3.nifty.com/slokar/pasori/
 DISTNAME=	${PORTNAME}
@@ -16,6 +16,7 @@ COMMENT=	GNOME Edy Viewer
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \
+		rubygem-gio2>=3.1.0:devel/rubygem-gio2 \
 		${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby
 
 USE_RUBY=		yes

Modified: head/japanese/gsuica/Makefile
==============================================================================
--- head/japanese/gsuica/Makefile	Tue Jan  3 00:54:10 2017	(r430428)
+++ head/japanese/gsuica/Makefile	Tue Jan  3 01:10:33 2017	(r430429)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsuica
 PORTVERSION=	0.9.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese ruby
 MASTER_SITES=	http://homepage3.nifty.com/slokar/pasori/
 DISTNAME=	${PORTNAME}
@@ -16,6 +16,7 @@ COMMENT=	GNOME SUICA Viewer
 LICENSE=	GPLv2
 
 RUN_DEPENDS=	rubygem-gtk2>0:x11-toolkits/rubygem-gtk2 \
+		rubygem-gio2>=3.1.0:devel/rubygem-gio2 \
 		${RUBY_SITEARCHLIBDIR}/pasori.so:devel/libpafe-ruby
 
 USE_RUBY=	yes


More information about the svn-ports-all mailing list