Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2016 10:09:08 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406899 - head/x11/keybinder-gtk3
Message-ID:  <201601221009.u0MA98qE013589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:	<tkato432@yahoo.com>

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 <bsd.port.mk>

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



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