Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2017 09:04:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452909 - head/devel/glade3
Message-ID:  <201710260904.v9Q94PW8059784@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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