Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2013 12:00:00 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326965 - in head/x11-themes: cursor-chameleon-anthracite cursor-chameleon-darkskyblue cursor-chameleon-pearl cursor-chameleon-skyblue cursor-chameleon-white cursor-chameleon-white/files
Message-ID:  <201309111200.r8BC00xK052527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Wed Sep 11 11:59:59 2013
New Revision: 326965
URL: http://svnweb.freebsd.org/changeset/ports/326965

Log:
  - Changed MASTER_SITES
  - Trim Makefile headers
  - Changed tab to space in pkg-descr
  
  PR:		ports/181559
  Submitted by:	marino
  Approved by:	rm (mentor)

Modified:
  head/x11-themes/cursor-chameleon-anthracite/Makefile   (contents, props changed)
  head/x11-themes/cursor-chameleon-anthracite/pkg-descr   (contents, props changed)
  head/x11-themes/cursor-chameleon-darkskyblue/Makefile   (contents, props changed)
  head/x11-themes/cursor-chameleon-darkskyblue/pkg-descr   (contents, props changed)
  head/x11-themes/cursor-chameleon-pearl/Makefile   (contents, props changed)
  head/x11-themes/cursor-chameleon-pearl/pkg-descr   (contents, props changed)
  head/x11-themes/cursor-chameleon-skyblue/Makefile   (contents, props changed)
  head/x11-themes/cursor-chameleon-skyblue/pkg-descr   (contents, props changed)
  head/x11-themes/cursor-chameleon-white/Makefile   (contents, props changed)
  head/x11-themes/cursor-chameleon-white/files/Makefile.common   (contents, props changed)
  head/x11-themes/cursor-chameleon-white/pkg-descr   (contents, props changed)

Modified: head/x11-themes/cursor-chameleon-anthracite/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-anthracite/Makefile	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-anthracite/Makefile	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	cursor-chameleon-anthracite
-# Date created:		2009-11-14
-# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
-#
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	chameleon
 PORTVERSION=	0.5
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://www.egregorion.net/works/
+MASTER_SITES=	LOCAL/vg
 PKGNAMEPREFIX=	cursor-
 PKGNAMESUFFIX=	-anthracite
 DISTNAME=	Chameleon-Anthracite-${PORTVERSION}
@@ -16,6 +12,8 @@ DISTNAME=	Chameleon-Anthracite-${PORTVER
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Chameleon Xcursors theme
 
+LICENSE=	GPLv2
+
 THEME=		Anthracite
 
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"

Modified: head/x11-themes/cursor-chameleon-anthracite/pkg-descr
==============================================================================
--- head/x11-themes/cursor-chameleon-anthracite/pkg-descr	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-anthracite/pkg-descr	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,3 +1,3 @@
 Collection of smooth semitransparent cursors with shadows.
 
-WWW:	http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459
+WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459

Modified: head/x11-themes/cursor-chameleon-darkskyblue/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-darkskyblue/Makefile	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-darkskyblue/Makefile	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	cursor-chameleon-darkskyblue
-# Date created:		2009-11-14
-# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
-#
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	chameleon
 PORTVERSION=	0.5
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://www.egregorion.net/works/
+MASTER_SITES=	LOCAL/vg
 PKGNAMEPREFIX=	cursor-
 PKGNAMESUFFIX=	-darkskyblue
 DISTNAME=	Chameleon-DarkSkyBlue-${PORTVERSION}
@@ -16,6 +12,8 @@ DISTNAME=	Chameleon-DarkSkyBlue-${PORTVE
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Chameleon Xcursors theme
 
+LICENSE=	GPLv2
+
 THEME=		DarkSkyBlue
 
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"

Modified: head/x11-themes/cursor-chameleon-darkskyblue/pkg-descr
==============================================================================
--- head/x11-themes/cursor-chameleon-darkskyblue/pkg-descr	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-darkskyblue/pkg-descr	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,3 +1,3 @@
 Collection of smooth semitransparent cursors with shadows.
 
-WWW:	http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459
+WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459

Modified: head/x11-themes/cursor-chameleon-pearl/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-pearl/Makefile	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-pearl/Makefile	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	cursor-chameleon-pearl
-# Date created:		2009-11-14
-# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
-#
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	chameleon
 PORTVERSION=	0.5
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://www.egregorion.net/works/
+MASTER_SITES=	LOCAL/vg
 PKGNAMEPREFIX=	cursor-
 PKGNAMESUFFIX=	-pearl
 DISTNAME=	Chameleon-Pearl-${PORTVERSION}
@@ -16,6 +12,8 @@ DISTNAME=	Chameleon-Pearl-${PORTVERSION}
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Chameleon Xcursors theme
 
+LICENSE=	GPLv2
+
 THEME=		Pearl
 
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"

Modified: head/x11-themes/cursor-chameleon-pearl/pkg-descr
==============================================================================
--- head/x11-themes/cursor-chameleon-pearl/pkg-descr	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-pearl/pkg-descr	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,3 +1,3 @@
 Collection of smooth semitransparent cursors with shadows.
 
-WWW:	http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459
+WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459

Modified: head/x11-themes/cursor-chameleon-skyblue/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-skyblue/Makefile	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-skyblue/Makefile	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	cursor-chameleon-skyblue
-# Date created:		2009-11-14
-# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
-#
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	chameleon
 PORTVERSION=	0.5
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://www.egregorion.net/works/
+MASTER_SITES=	LOCAL/vg
 PKGNAMEPREFIX=	cursor-
 PKGNAMESUFFIX=	-skyblue
 DISTNAME=	Chameleon-SkyBlue-${PORTVERSION}
@@ -16,6 +12,8 @@ DISTNAME=	Chameleon-SkyBlue-${PORTVERSIO
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Chameleon Xcursors theme
 
+LICENSE=	GPLv2
+
 THEME=		SkyBlue
 
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"

Modified: head/x11-themes/cursor-chameleon-skyblue/pkg-descr
==============================================================================
--- head/x11-themes/cursor-chameleon-skyblue/pkg-descr	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-skyblue/pkg-descr	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,3 +1,3 @@
 Collection of smooth semitransparent cursors with shadows.
 
-WWW:	http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459
+WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459

Modified: head/x11-themes/cursor-chameleon-white/Makefile
==============================================================================
--- head/x11-themes/cursor-chameleon-white/Makefile	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-white/Makefile	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	cursor-chameleon-white
-# Date created:		2009-11-14
-# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
-#
+# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	chameleon
 PORTVERSION=	0.5
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://www.egregorion.net/works/
+MASTER_SITES=	LOCAL/vg
 PKGNAMEPREFIX=	cursor-
 PKGNAMESUFFIX=	-white
 DISTNAME=	Chameleon-White-${PORTVERSION}
@@ -16,6 +12,8 @@ DISTNAME=	Chameleon-White-${PORTVERSION}
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Chameleon Xcursors theme
 
+LICENSE=	GPLv2
+
 THEME=		White
 
 .include "${.CURDIR}/../cursor-chameleon-white/files/Makefile.common"

Modified: head/x11-themes/cursor-chameleon-white/files/Makefile.common
==============================================================================
--- head/x11-themes/cursor-chameleon-white/files/Makefile.common	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-white/files/Makefile.common	Wed Sep 11 11:59:59 2013	(r326965)
@@ -2,8 +2,6 @@ USE_BZIP2=	yes
 NO_BUILD=	yes
 PKGMESSAGE?=	${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
 
-LICENSE=	GPLv2
-
 do-install:
 .for i in Large Regular Small
 	${MKDIR} ${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:L}

Modified: head/x11-themes/cursor-chameleon-white/pkg-descr
==============================================================================
--- head/x11-themes/cursor-chameleon-white/pkg-descr	Wed Sep 11 11:45:43 2013	(r326964)
+++ head/x11-themes/cursor-chameleon-white/pkg-descr	Wed Sep 11 11:59:59 2013	(r326965)
@@ -1,3 +1,3 @@
 Collection of smooth semitransparent cursors with shadows.
 
-WWW:	http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459
+WWW: http://kde-look.org/content/show.php/Chameleon+Xcursors?content=38459



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