svn commit: r313761 - head/games/xbubble

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 9 21:49:45 UTC 2013


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
- at unexec rmdir share/locale/fr/LC_MESSAGES 2> /dev/null || true
- at unexec rmdir share/locale/fr 2> /dev/null || true
- at unexec rmdir share/locale 2> /dev/null || true


More information about the svn-ports-head mailing list