Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2018 09:07:36 +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: r473716 - head/devel/desktop-file-utils
Message-ID:  <201807020907.w6297aSr086951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul  2 09:07:35 2018
New Revision: 473716
URL: https://svnweb.freebsd.org/changeset/ports/473716

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

Modified:
  head/devel/desktop-file-utils/Makefile
  head/devel/desktop-file-utils/pkg-descr

Modified: head/devel/desktop-file-utils/Makefile
==============================================================================
--- head/devel/desktop-file-utils/Makefile	Mon Jul  2 09:05:42 2018	(r473715)
+++ head/devel/desktop-file-utils/Makefile	Mon Jul  2 09:07:35 2018	(r473716)
@@ -10,13 +10,14 @@ MASTER_SITES=	http://freedesktop.org/software/${PORTNA
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Couple of command line utilities for working with desktop entries
 
-USES=		gettext gmake pkgconfig tar:xz
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gettext gmake localbase:ldflags pkgconfig tar:xz
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-lispdir
 CONFIGURE_ENV=	EMACS="no"
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall

Modified: head/devel/desktop-file-utils/pkg-descr
==============================================================================
--- head/devel/desktop-file-utils/pkg-descr	Mon Jul  2 09:05:42 2018	(r473715)
+++ head/devel/desktop-file-utils/pkg-descr	Mon Jul  2 09:07:35 2018	(r473716)
@@ -1,4 +1,4 @@
 desktop-file-utils contains a couple of command line utilities for
 working with desktop entries, as well as a menu module for GnomeVFS.
 
-WWW: http://www.freedesktop.org/Software/desktop-file-utils
+WWW: https://www.freedesktop.org/wiki/Software/desktop-file-utils/



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