Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 21:49:44 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313761 - head/games/xbubble
Message-ID:  <201303092149.r29LnimB021195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Mar  9 21:49:44 2013
New Revision: 313761
URL: http://svnweb.freebsd.org/changeset/ports/313761

Log:
  - Remove rmdirs from plist which pkgng was not recognizing [1]
    These are not really needed anyhow since these directories
    are part of the Templates/BSD.local.dist for LOCALBASE and
    not created by this port.
  
  [1] https://github.com/pkgng/pkgng/issues/469

Modified:
  head/games/xbubble/Makefile
  head/games/xbubble/pkg-plist

Modified: head/games/xbubble/Makefile
==============================================================================
--- head/games/xbubble/Makefile	Sat Mar  9 21:43:02 2013	(r313760)
+++ head/games/xbubble/Makefile	Sat Mar  9 21:49:44 2013	(r313761)
@@ -6,7 +6,7 @@
 
 PORTNAME=	xbubble
 PORTVERSION=	0.5.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=	distfiles

Modified: head/games/xbubble/pkg-plist
==============================================================================
--- head/games/xbubble/pkg-plist	Sat Mar  9 21:43:02 2013	(r313760)
+++ head/games/xbubble/pkg-plist	Sat Mar  9 21:49:44 2013	(r313761)
@@ -646,6 +646,3 @@ share/xbubble/themes/plain/xbubble_bg.pn
 @dirrm share/xbubble/themes/fancy
 @dirrm share/xbubble/themes
 @dirrm share/xbubble
-@unexec rmdir share/locale/fr/LC_MESSAGES 2> /dev/null || true
-@unexec rmdir share/locale/fr 2> /dev/null || true
-@unexec rmdir share/locale 2> /dev/null || true



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