svn commit: r473716 - head/devel/desktop-file-utils

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 2 09:07:37 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list