svn commit: r427311 - head/x11/cinnamon-screensaver

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 28 13:46:18 UTC 2016


Author: amdmi3
Date: Mon Nov 28 13:46:17 2016
New Revision: 427311
URL: https://svnweb.freebsd.org/changeset/ports/427311

Log:
  - Add LICENSE
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  
  Approved by:	portmgr blanket

Modified:
  head/x11/cinnamon-screensaver/Makefile

Modified: head/x11/cinnamon-screensaver/Makefile
==============================================================================
--- head/x11/cinnamon-screensaver/Makefile	Mon Nov 28 13:45:39 2016	(r427310)
+++ head/x11/cinnamon-screensaver/Makefile	Mon Nov 28 13:46:17 2016	(r427311)
@@ -9,6 +9,9 @@ DIST_SUBDIR=	gnome3
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME screen saver and locker
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \
 		gnome-autogen.sh:devel/gnome-common
 LIB_DEPENDS=	libnotify.so:devel/libnotify \
@@ -18,7 +21,7 @@ RUN_DEPENDS=	pam_helper:security/pam_hel
 		gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \
 		gnome-keyring>=0:security/gnome-keyring
 
-USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 USE_XORG=	x11 xext xxf86vm xxf86misc xscrnsaver


More information about the svn-ports-head mailing list