Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2013 18:20:45 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309901 - head/x11-themes/gnome-icons-faenza
Message-ID:  <201301031820.r03IKjC9059534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jan  3 18:20:44 2013
New Revision: 309901
URL: http://svnweb.freebsd.org/changeset/ports/309901

Log:
  - Update to version 1.3
  - Switch to dynamic generation of plist
  - tab -> space WWW: line in pkg-descr

Deleted:
  head/x11-themes/gnome-icons-faenza/pkg-plist
Modified:
  head/x11-themes/gnome-icons-faenza/Makefile
  head/x11-themes/gnome-icons-faenza/distinfo
  head/x11-themes/gnome-icons-faenza/pkg-descr

Modified: head/x11-themes/gnome-icons-faenza/Makefile
==============================================================================
--- head/x11-themes/gnome-icons-faenza/Makefile	Thu Jan  3 17:44:14 2013	(r309900)
+++ head/x11-themes/gnome-icons-faenza/Makefile	Thu Jan  3 18:20:44 2013	(r309901)
@@ -1,17 +1,13 @@
-# New ports collection makefile for:	gnome-icons-faenza
-# Date created:		2011-12-27
-# Whom:			Pawel Pekala <pawel@FreeBSD.org>
-#
+# Created by: Pawel Pekala <pawel@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	faenza
-PORTVERSION=	1.2
-PORTREVISION=	2
+PORTVERSION=	1.3
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://fc05.deviantart.com/fs71/f/2011/320/4/f/
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+PROJECTHOST=	${PORTNAME}-icon-theme
 PKGNAMEPREFIX=	gnome-icons-
-DISTNAME=	${PORTNAME}_icons_by_tiheum-d2v6x24
+DISTNAME=	${PROJECTHOST}_${PORTVERSION}
 
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Faenza GNOME 2 icon themes
@@ -42,6 +38,9 @@ do-install:
 .endif
 
 	${CP} -R ${WRKDIR}/${theme} ${PREFIX}/share/icons
+	@cd ${PREFIX} && ${FIND} share/icons/${theme} ! -type d >> ${TMPPLIST} && \
+		${FIND} share/icons/${theme} -type d | ${SORT} -r | \
+		${SED} 's|^|@dirrm |' >> ${TMPPLIST}
 .endfor
 
 .include <bsd.port.mk>

Modified: head/x11-themes/gnome-icons-faenza/distinfo
==============================================================================
--- head/x11-themes/gnome-icons-faenza/distinfo	Thu Jan  3 17:44:14 2013	(r309900)
+++ head/x11-themes/gnome-icons-faenza/distinfo	Thu Jan  3 18:20:44 2013	(r309901)
@@ -1,2 +1,2 @@
-SHA256 (faenza_icons_by_tiheum-d2v6x24.zip) = 37d87721dbb3357e38d1e683e1d705476bc5e6d75f0d07c3af4c5c0cf8a0131f
-SIZE (faenza_icons_by_tiheum-d2v6x24.zip) = 24640260
+SHA256 (faenza-icon-theme_1.3.zip) = d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a
+SIZE (faenza-icon-theme_1.3.zip) = 24801145

Modified: head/x11-themes/gnome-icons-faenza/pkg-descr
==============================================================================
--- head/x11-themes/gnome-icons-faenza/pkg-descr	Thu Jan  3 17:44:14 2013	(r309900)
+++ head/x11-themes/gnome-icons-faenza/pkg-descr	Thu Jan  3 18:20:44 2013	(r309901)
@@ -3,4 +3,4 @@ and buttons and colourful squared icons 
 files and Gnome menu items. Six themes are included to fit with light or
 dark themes/panels.
 
-WWW:	http://tiheum.deviantart.com/art/Faenza-Icons-173323228
+WWW: http://tiheum.deviantart.com/art/Faenza-Icons-173323228



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