From owner-svn-ports-all@freebsd.org Fri Nov 6 15:59:08 2015 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 6BD67A27C63; Fri, 6 Nov 2015 15:59:08 +0000 (UTC) (envelope-from amdmi3@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 34D72192D; Fri, 6 Nov 2015 15:59:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA6Fx7LF060894; Fri, 6 Nov 2015 15:59:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA6Fx7Cj060893; Fri, 6 Nov 2015 15:59:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201511061559.tA6Fx7Cj060893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 6 Nov 2015 15:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400940 - 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-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: Fri, 06 Nov 2015 15:59:08 -0000 Author: amdmi3 Date: Fri Nov 6 15:59:07 2015 New Revision: 400940 URL: https://svnweb.freebsd.org/changeset/ports/400940 Log: - Fix LICENSE - Strip library Modified: head/x11/keybinder-gtk3/Makefile Modified: head/x11/keybinder-gtk3/Makefile ============================================================================== --- head/x11/keybinder-gtk3/Makefile Fri Nov 6 15:52:57 2015 (r400939) +++ head/x11/keybinder-gtk3/Makefile Fri Nov 6 15:59:07 2015 (r400940) @@ -2,6 +2,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= GENTOO PKGNAMESUFFIX= -gtk3 @@ -10,7 +11,8 @@ DISTNAME= ${PORTNAME}-3.0-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for registering keyboard shortcuts -LICENSE= GPLv2 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc-html --without-html-dir @@ -18,6 +20,7 @@ USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk30 introspection:build USE_XORG= x11 xext xrender USE_LDCONFIG= yes +INSTALL_TARGET= install-strip PLIST_SUB+= VERSION="3.0"