From owner-svn-ports-head@freebsd.org Thu Oct 26 09:04:26 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 37193E4308C; Thu, 26 Oct 2017 09:04:26 +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 0668A72383; Thu, 26 Oct 2017 09:04:25 +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 v9Q94Pxb059786; Thu, 26 Oct 2017 09:04:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9Q94PW8059784; Thu, 26 Oct 2017 09:04:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710260904.v9Q94PW8059784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 Oct 2017 09:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452909 - head/devel/glade3 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/glade3 X-SVN-Commit-Revision: 452909 X-SVN-Commit-Repository: ports 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: Thu, 26 Oct 2017 09:04:26 -0000 Author: amdmi3 Date: Thu Oct 26 09:04:24 2017 New Revision: 452909 URL: https://svnweb.freebsd.org/changeset/ports/452909 Log: - Add LICENSE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Modified: head/devel/glade3/Makefile head/devel/glade3/pkg-descr Modified: head/devel/glade3/Makefile ============================================================================== --- head/devel/glade3/Makefile Thu Oct 26 07:59:22 2017 (r452908) +++ head/devel/glade3/Makefile Thu Oct 26 09:04:24 2017 (r452909) @@ -10,18 +10,22 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= User interface builder for Gtk+ 2 +LICENSE= GPLv2+ LGPL21+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL +LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL + CONFLICTS= glade-3.* PORTSCOUT= ignore INSTALLS_ICONS= yes USE_GNOME= gtk20 intltool libxml2 gnomedocutils -USES= gmake gettext libtool pathfix desktop-file-utils pkgconfig tar:xz +USES= gmake gettext libtool pathfix desktop-file-utils \ + localbase:ldflags pkgconfig tar:xz INSTALLS_OMF= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/gladeui Modified: head/devel/glade3/pkg-descr ============================================================================== --- head/devel/glade3/pkg-descr Thu Oct 26 07:59:22 2017 (r452908) +++ head/devel/glade3/pkg-descr Thu Oct 26 09:04:24 2017 (r452909) @@ -5,4 +5,4 @@ these can be loaded by applications dynamically as nee This version of Glade targets Gtk+ 2. -WWW: http://glade.gnome.org/ +WWW: https://glade.gnome.org/