Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2017 10:12:58 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453055 - head/devel/dconf-editor
Message-ID:  <201710281012.v9SACws3091883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Sat Oct 28 10:12:58 2017
New Revision: 453055
URL: https://svnweb.freebsd.org/changeset/ports/453055

Log:
  devel/dconf-editor: update to 3.22.1
  
  - Add LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Register cairo dependency
  - Update WWW in pkg-descr
  
  PR:		222018
  Submitted by:	cpm
  Reviewed by:	kwm
  Approved by:	kwm (GNOME)

Modified:
  head/devel/dconf-editor/Makefile
  head/devel/dconf-editor/distinfo
  head/devel/dconf-editor/pkg-descr

Modified: head/devel/dconf-editor/Makefile
==============================================================================
--- head/devel/dconf-editor/Makefile	Sat Oct 28 10:08:00 2017	(r453054)
+++ head/devel/dconf-editor/Makefile	Sat Oct 28 10:12:58 2017	(r453055)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dconf-editor
-PORTVERSION=	3.18.2
+PORTVERSION=	3.22.1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -10,18 +10,20 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Configuration database editor for GNOME
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	dconf>=0.23.2:devel/dconf \
 		vala>=0.18.1:lang/vala
 LIB_DEPENDS=	libdconf.so:devel/dconf
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome pathfix pkgconfig tar:xz
-USE_GNOME=	intltool gtk30 libxml2
+USES=		gettext gmake gnome localbase pathfix \
+		pkgconfig tar:xz
+USE_GNOME=	cairo intltool gtk30 libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALLS_ICONS=	yes
 GLIB_SCHEMAS=	ca.desrt.dconf-editor.gschema.xml
 

Modified: head/devel/dconf-editor/distinfo
==============================================================================
--- head/devel/dconf-editor/distinfo	Sat Oct 28 10:08:00 2017	(r453054)
+++ head/devel/dconf-editor/distinfo	Sat Oct 28 10:12:58 2017	(r453055)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/dconf-editor-3.18.2.tar.xz) = a7957f5274b5b20c2dfdead5ebf42321c82fae1326465413cbafb61ede89bc75
-SIZE (gnome3/dconf-editor-3.18.2.tar.xz) = 255824
+TIMESTAMP = 1477082413
+SHA256 (gnome3/dconf-editor-3.22.1.tar.xz) = 0a0e56a5dc7cc20cd7127901069939f0c8049b585f90e229ef753ee9b3a4c126
+SIZE (gnome3/dconf-editor-3.22.1.tar.xz) = 419100

Modified: head/devel/dconf-editor/pkg-descr
==============================================================================
--- head/devel/dconf-editor/pkg-descr	Sat Oct 28 10:08:00 2017	(r453054)
+++ head/devel/dconf-editor/pkg-descr	Sat Oct 28 10:12:58 2017	(r453055)
@@ -1,3 +1,3 @@
 Editor for the dconf configuration system.
 
-WWW: http://live.gnome.org/dconf
+WWW: https://wiki.gnome.org/Projects/dconf



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