Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2017 16:49:12 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430715 - in head/japanese: gedy gedy/files gsuica gsuica/files
Message-ID:  <201701061649.v06GnC6H079316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Fri Jan  6 16:49:12 2017
New Revision: 430715
URL: https://svnweb.freebsd.org/changeset/ports/430715

Log:
  Use GdkPixbuf::Pixbuf instead of deprecated Gdk::Pixbuf.

Added:
  head/japanese/gedy/files/
  head/japanese/gedy/files/patch-gedy   (contents, props changed)
  head/japanese/gsuica/files/
  head/japanese/gsuica/files/patch-gsuica   (contents, props changed)
Modified:
  head/japanese/gedy/Makefile
  head/japanese/gsuica/Makefile

Modified: head/japanese/gedy/Makefile
==============================================================================
--- head/japanese/gedy/Makefile	Fri Jan  6 16:42:11 2017	(r430714)
+++ head/japanese/gedy/Makefile	Fri Jan  6 16:49:12 2017	(r430715)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gedy
 PORTVERSION=	0.9.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese ruby
 MASTER_SITES=	http://homepage3.nifty.com/slokar/pasori/
 DISTNAME=	${PORTNAME}

Added: head/japanese/gedy/files/patch-gedy
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/gedy/files/patch-gedy	Fri Jan  6 16:49:12 2017	(r430715)
@@ -0,0 +1,11 @@
+--- gedy.orig	2017-01-05 05:52:52 UTC
++++ gedy
+@@ -1341,7 +1341,7 @@ unless (FileTest.exist?(APP_PATH))
+   Dir::mkdir(APP_PATH)
+ end
+ 
+-Icon = Gdk::Pixbuf.new($GEDY_XPM)
++Icon = GdkPixbuf::Pixbuf.new(:xpm => $GEDY_XPM)
+ 
+ edy = Edy.new
+ 

Modified: head/japanese/gsuica/Makefile
==============================================================================
--- head/japanese/gsuica/Makefile	Fri Jan  6 16:42:11 2017	(r430714)
+++ head/japanese/gsuica/Makefile	Fri Jan  6 16:49:12 2017	(r430715)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsuica
 PORTVERSION=	0.9.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	japanese ruby
 MASTER_SITES=	http://homepage3.nifty.com/slokar/pasori/
 DISTNAME=	${PORTNAME}

Added: head/japanese/gsuica/files/patch-gsuica
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/gsuica/files/patch-gsuica	Fri Jan  6 16:49:12 2017	(r430715)
@@ -0,0 +1,11 @@
+--- gsuica.orig	2017-01-05 05:49:39 UTC
++++ gsuica
+@@ -2076,7 +2076,7 @@ unless (FileTest.exist?(APP_PATH))
+   Dir::mkdir(path)
+ end
+ 
+-Icon = Gdk::Pixbuf.new($SUICA_XPM)
++Icon = GdkPixbuf::Pixbuf.new(:xpm => $SUICA_XPM)
+ 
+ suica = Suica.new(path)
+ 



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