Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 08:57:14 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490835 - head/x11-wm/ccsm
Message-ID:  <201901210857.x0L8vEch010299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jan 21 08:57:14 2019
New Revision: 490835
URL: https://svnweb.freebsd.org/changeset/ports/490835

Log:
  x11-wm/ccsm: Add LICENSE
  
  - While here add missing USES=gnome
  - Reset maintainer due to the long timeout
  
  PR:		230916
  Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
  Approved by:	freebsd-ports@dan.me.uk (maintainer timeout, ~5 months)

Modified:
  head/x11-wm/ccsm/Makefile

Modified: head/x11-wm/ccsm/Makefile
==============================================================================
--- head/x11-wm/ccsm/Makefile	Mon Jan 21 08:53:28 2019	(r490834)
+++ head/x11-wm/ccsm/Makefile	Mon Jan 21 08:57:14 2019	(r490835)
@@ -7,12 +7,15 @@ PORTREVISION=	7
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
-MAINTAINER=	freebsd-ports@dan.me.uk
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python/GTK based settings manager for CompizConfig
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compizconfig-python.pc:x11-wm/compizconfig-python
 
-USES=		gettext gmake python:2.7 tar:bzip2
+USES=		gettext gmake gnome python:2.7 tar:bzip2
 USE_GNOME=	intltool pygtk2
 
 INSTALLS_ICONS=	yes



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