From owner-svn-ports-all@FreeBSD.ORG Sat Oct 13 23:20:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA648AD5; Sat, 13 Oct 2012 23:20:58 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 77D028FC0A; Sat, 13 Oct 2012 23:20:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9DNKwVt029738; Sat, 13 Oct 2012 23:20:58 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9DNKwfC029733; Sat, 13 Oct 2012 23:20:58 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201210132320.q9DNKwfC029733@svn.freebsd.org> From: Jason Helfman Date: Sat, 13 Oct 2012 23:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305852 - in head/deskutils: xpad xpad-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 23:20:58 -0000 Author: jgh Date: Sat Oct 13 23:20:57 2012 New Revision: 305852 URL: http://svn.freebsd.org/changeset/ports/305852 Log: - drop icon-theme.cache from plists Spotted by: bapt Feature safe: yes Modified: head/deskutils/xpad-current/Makefile (contents, props changed) head/deskutils/xpad-current/pkg-plist (contents, props changed) head/deskutils/xpad/Makefile (contents, props changed) head/deskutils/xpad/pkg-plist (contents, props changed) Modified: head/deskutils/xpad-current/Makefile ============================================================================== --- head/deskutils/xpad-current/Makefile Sat Oct 13 23:19:36 2012 (r305851) +++ head/deskutils/xpad-current/Makefile Sat Oct 13 23:20:57 2012 (r305852) @@ -1,13 +1,8 @@ -# New ports collection makefile for: xpad-current -# Date created: 14 November 2011 -# Whom: Jason Helfman -# # $FreeBSD$ -# PORTNAME= xpad PORTVERSION= 4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ PKGNAMESUFFIX= -current Modified: head/deskutils/xpad-current/pkg-plist ============================================================================== --- head/deskutils/xpad-current/pkg-plist Sat Oct 13 23:19:36 2012 (r305851) +++ head/deskutils/xpad-current/pkg-plist Sat Oct 13 23:20:57 2012 (r305852) @@ -1,6 +1,5 @@ bin/xpad share/applications/xpad.desktop -share/icons/hicolor/icon-theme.cache share/icons/hicolor/scalable/apps/xpad.svg share/locale/af/LC_MESSAGES/xpad.mo share/locale/bg/LC_MESSAGES/xpad.mo Modified: head/deskutils/xpad/Makefile ============================================================================== --- head/deskutils/xpad/Makefile Sat Oct 13 23:19:36 2012 (r305851) +++ head/deskutils/xpad/Makefile Sat Oct 13 23:20:57 2012 (r305852) @@ -1,13 +1,10 @@ -# New ports collection makefile for: xpad -# Date created: 6 March 2002 -# Whom: Guillaume Paquet +# Created by: Guillaume Paquet # # $FreeBSD$ -# PORTNAME= xpad PORTVERSION= 3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/ @@ -23,6 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 sm USE_GNOME= pkgconfig gtk20 gnomehier intltool +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/deskutils/xpad/pkg-plist ============================================================================== --- head/deskutils/xpad/pkg-plist Sat Oct 13 23:19:36 2012 (r305851) +++ head/deskutils/xpad/pkg-plist Sat Oct 13 23:20:57 2012 (r305852) @@ -1,6 +1,5 @@ bin/xpad share/applications/xpad.desktop -share/icons/hicolor/icon-theme.cache share/icons/hicolor/scalable/apps/xpad.svg share/locale/af/LC_MESSAGES/xpad.mo share/locale/bg/LC_MESSAGES/xpad.mo