Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2017 09:04:26 +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: r452967 - head/devel/glade
Message-ID:  <201710270904.v9R94QoB060494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 27 09:04:26 2017
New Revision: 452967
URL: https://svnweb.freebsd.org/changeset/ports/452967

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/glade/Makefile
  head/devel/glade/pkg-descr

Modified: head/devel/glade/Makefile
==============================================================================
--- head/devel/glade/Makefile	Fri Oct 27 07:48:55 2017	(r452966)
+++ head/devel/glade/Makefile	Fri Oct 27 09:04:26 2017	(r452967)
@@ -11,13 +11,18 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	User interface builder for GTK+ 3
 
+LICENSE=	GPLv2+ LGPL21+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING.GPL
+LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING.LGPL
+
 BUILD_DEPENDS=	itstool:textproc/itstool
 
 CONFLICTS=	glade3-3.*
 PORTSCOUT=	limitw:1,even
 
 USES=		desktop-file-utils gettext gmake libtool \
-		pathfix pkgconfig tar:xz
+		localbase:ldflags pathfix pkgconfig tar:xz
 USE_GNOME=	gtk30 gnomedocutils intlhack
 #		introspection:build
 # temp disable, introspection generation crashes with GNOME 3.15
@@ -25,8 +30,7 @@ CONFIGURE_ARGS=	--disable-introspection
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include -Wno-error=format-nonliteral
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-Wno-error=format-nonliteral
 INSTALL_TARGET=	install-strip
 
 DOCSDIR=	${PREFIX}/share/doc/gladeui-2

Modified: head/devel/glade/pkg-descr
==============================================================================
--- head/devel/glade/pkg-descr	Fri Oct 27 07:48:55 2017	(r452966)
+++ head/devel/glade/pkg-descr	Fri Oct 27 09:04:26 2017	(r452967)
@@ -2,4 +2,4 @@ Glade is a RAD tool to enable quick & easy development
 for GTK+/GNOME.  It can generate the C source code needed to create
 the interfaces designed within Glade's interface editor.
 
-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?201710270904.v9R94QoB060494>