From owner-svn-ports-head@freebsd.org Fri Jan 22 10:09:09 2016 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 98B12A8CD70; Fri, 22 Jan 2016 10:09:09 +0000 (UTC) (envelope-from olivierd@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 5AD481C4F; Fri, 22 Jan 2016 10:09:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0MA989j013592; Fri, 22 Jan 2016 10:09:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0MA98qE013589; Fri, 22 Jan 2016 10:09:08 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201601221009.u0MA98qE013589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Fri, 22 Jan 2016 10:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406899 - head/x11/keybinder-gtk3 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.20 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, 22 Jan 2016 10:09:09 -0000 Author: olivierd Date: Fri Jan 22 10:09:07 2016 New Revision: 406899 URL: https://svnweb.freebsd.org/changeset/ports/406899 Log: Update to 0.3.1 PR: 206261 Submitted by: Modified: head/x11/keybinder-gtk3/Makefile head/x11/keybinder-gtk3/distinfo head/x11/keybinder-gtk3/pkg-descr Modified: head/x11/keybinder-gtk3/Makefile ============================================================================== --- head/x11/keybinder-gtk3/Makefile Fri Jan 22 10:07:39 2016 (r406898) +++ head/x11/keybinder-gtk3/Makefile Fri Jan 22 10:09:07 2016 (r406899) @@ -1,12 +1,10 @@ # $FreeBSD$ PORTNAME= keybinder -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.1 +DISTVERSIONPREFIX= keybinder-3.0-v CATEGORIES= x11 -MASTER_SITES= GENTOO PKGNAMESUFFIX= -gtk3 -DISTNAME= ${PORTNAME}-3.0-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for registering keyboard shortcuts @@ -14,14 +12,23 @@ COMMENT= Library for registering keyboar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir -USES= gmake libtool pathfix pkgconfig +BUILD_DEPENDS= gtkdocize:${PORTSDIR}/textproc/gtk-doc + +USE_GITHUB= yes +GH_ACCOUNT= engla + +USES= autoreconf gmake libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am USE_GNOME= gtk30 introspection:build USE_XORG= x11 xext xrender -USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +PLIST_SUB= VERSION="3.0" -PLIST_SUB+= VERSION="3.0" +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/gtkdocize) .include Modified: head/x11/keybinder-gtk3/distinfo ============================================================================== --- head/x11/keybinder-gtk3/distinfo Fri Jan 22 10:07:39 2016 (r406898) +++ head/x11/keybinder-gtk3/distinfo Fri Jan 22 10:09:07 2016 (r406899) @@ -1,2 +1,2 @@ -SHA256 (keybinder-3.0-0.3.0.tar.gz) = 982a6a5bc0fe1487862814b368e98211b9ec93fb5df3c9c0a88be526e0d2268e -SIZE (keybinder-3.0-0.3.0.tar.gz) = 346383 +SHA256 (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 0ebd17f026ce4ff6f0fb4248a95c2962d76b60b8cbccf07de28b07d7c5e42204 +SIZE (engla-keybinder-keybinder-3.0-v0.3.1_GH0.tar.gz) = 20345 Modified: head/x11/keybinder-gtk3/pkg-descr ============================================================================== --- head/x11/keybinder-gtk3/pkg-descr Fri Jan 22 10:07:39 2016 (r406898) +++ head/x11/keybinder-gtk3/pkg-descr Fri Jan 22 10:09:07 2016 (r406899) @@ -1,4 +1,4 @@ -Keybinder is a library for registering global keyboard shortcuts. Keybinder -works with GTK-based applications using the X Window System. +Keybinder is a library for registering global keyboard shortcuts. +Keybinder works with GTK-based applications using the X Window System. WWW: https://github.com/engla/keybinder