From owner-svn-ports-head@freebsd.org Fri Jan 6 16:49:13 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E193FCA2C54; Fri, 6 Jan 2017 16:49:13 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 929FA1E21; Fri, 6 Jan 2017 16:49:13 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06GnCN0079320; Fri, 6 Jan 2017 16:49:12 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06GnC6H079316; Fri, 6 Jan 2017 16:49:12 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201701061649.v06GnC6H079316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Fri, 6 Jan 2017 16:49:12 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 16:49:14 -0000 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) +