From owner-svn-ports-all@freebsd.org Sun Feb 28 15:37:24 2016 Return-Path: Delivered-To: svn-ports-all@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 C8920AB6595; Sun, 28 Feb 2016 15:37:24 +0000 (UTC) (envelope-from rakuco@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 8081B1EFB; Sun, 28 Feb 2016 15:37:24 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SFbNct068975; Sun, 28 Feb 2016 15:37:23 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SFbNC8068972; Sun, 28 Feb 2016 15:37:23 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602281537.u1SFbNC8068972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 15:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409747 - head/deskutils/gxmessage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 15:37:24 -0000 Author: rakuco Date: Sun Feb 28 15:37:23 2016 New Revision: 409747 URL: https://svnweb.freebsd.org/changeset/ports/409747 Log: Update to 3.4.3, which uses GTK+3. PR: 206499 Submitted by: jochen@jochen-neumeister.de Approved by: avg (maintainer) Modified: head/deskutils/gxmessage/Makefile head/deskutils/gxmessage/distinfo head/deskutils/gxmessage/pkg-descr Modified: head/deskutils/gxmessage/Makefile ============================================================================== --- head/deskutils/gxmessage/Makefile Sun Feb 28 15:07:24 2016 (r409746) +++ head/deskutils/gxmessage/Makefile Sun Feb 28 15:37:23 2016 (r409747) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= gxmessage -PORTVERSION= 2.12.4 -PORTREVISION= 1 +PORTVERSION= 3.4.3 CATEGORIES= deskutils MASTER_SITES= GNU \ LOCAL/martymac MAINTAINER= avg@icyb.net.ua -COMMENT= GTK2 substitute for xmessage +COMMENT= GTK3 substitute for xmessage -USE_GNOME= gtk20 gnomeprefix intltool +USE_GNOME= gtk30 gnomeprefix intltool USES= gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/deskutils/gxmessage/distinfo ============================================================================== --- head/deskutils/gxmessage/distinfo Sun Feb 28 15:07:24 2016 (r409746) +++ head/deskutils/gxmessage/distinfo Sun Feb 28 15:37:23 2016 (r409747) @@ -1,2 +1,2 @@ -SHA256 (gxmessage-2.12.4.tar.gz) = ebfaefd01483c43eadda004b75d493bc8dcc016076f6a48f97774364bbe30c87 -SIZE (gxmessage-2.12.4.tar.gz) = 248034 +SHA256 (gxmessage-3.4.3.tar.gz) = db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05 +SIZE (gxmessage-3.4.3.tar.gz) = 275354 Modified: head/deskutils/gxmessage/pkg-descr ============================================================================== --- head/deskutils/gxmessage/pkg-descr Sun Feb 28 15:07:24 2016 (r409746) +++ head/deskutils/gxmessage/pkg-descr Sun Feb 28 15:37:23 2016 (r409747) @@ -1,4 +1,4 @@ -A GTK2 based xmessage clone, gxmessage tries to be as compatible as possible. +A GTK3 based xmessage clone, gxmessage tries to be as compatible as possible. You might like it if you're running a mostly GTK desktop. WWW: http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage