svn commit: r315526 - head/games/gnome-games
Koop Mast
kwm at FreeBSD.org
Fri Mar 29 08:15:57 UTC 2013
Author: kwm
Date: Fri Mar 29 08:15:56 2013
New Revision: 315526
URL: http://svnweb.freebsd.org/changeset/ports/315526
Log:
Try to remove share/games [1]
trim header, update conflicts, switch to pathfix and make sure share/games
has the right permissions.
Submitted by: miwi
Obtained from: gnome team repo
Modified:
head/games/gnome-games/Makefile
head/games/gnome-games/pkg-plist
Modified: head/games/gnome-games/Makefile
==============================================================================
--- head/games/gnome-games/Makefile Fri Mar 29 08:04:19 2013 (r315525)
+++ head/games/gnome-games/Makefile Fri Mar 29 08:15:56 2013 (r315526)
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gnomegames2
-# Date created: 08 May 2002
-# Whom: Joe Marcus Clarke <marcus at FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/games/gnome-games/Makefile,v 1.232 2010/11/15 22:52:01 kwm Exp $
-#
+# $MCom: ports/games/gnome-games/Makefile,v 1.240 2012/09/01 23:02:09 mezz Exp $
PORTNAME= gnome-games
PORTVERSION= 2.32.1
@@ -17,19 +13,22 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= The game applications package for the GNOME 2 Desktop Environment
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \
- clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
- clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter
+LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \
+ clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk \
+ clutter-glx-1.0:${PORTSDIR}/graphics/clutter
RUN_DEPENDS= seed:${PORTSDIR}/devel/seed
+CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]* gnome-games-3.[0-9]*
+
USE_BZIP2= yes
USE_PYTHON= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack \
- librsvg2 desktopfileutils pygnomedesktop gnomedocutils
+USES= pathfix
+USE_GNOME= gnomeprefix intlhack librsvg2 desktopfileutils \
+ pygnomedesktop gnomedocutils
USE_GSTREAMER= vorbis ogg
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sound=gstreamer \
@@ -43,8 +42,6 @@ GCONF_SCHEMAS= aisleriot.schemas glchess
gnotski.schemas gtali.schemas iagno.schemas lightsoff.schemas \
mahjongg.schemas quadrapassel.schemas swell-foop.schemas
-CONFLICTS= sol-1.0.* glchess-[0-9]* gnomesudoku-[0-9]*
-
#DSC_FILES= iagno/iagno-client.dsc gnect/data/gnect-client.dsc \
# gnibbles/gnibbles-client.dsc
@@ -67,6 +64,9 @@ post-patch:
post-install:
${MKDIR} ${PREFIX}/share/ggz/gnome-games
+ ${CHGRP} games ${LOCALBASE}/share/games
+ ${CHMOD} g=rwXs ${LOCALBASE}/share/games
+
#.for dsc in ${DSC_FILES}
# ${INSTALL_DATA} ${WRKSRC}/${dsc} ${PREFIX}/share/ggz/gnome-games/${dsc:T}
#.endfor
Modified: head/games/gnome-games/pkg-plist
==============================================================================
--- head/games/gnome-games/pkg-plist Fri Mar 29 08:04:19 2013 (r315525)
+++ head/games/gnome-games/pkg-plist Fri Mar 29 08:15:56 2013 (r315526)
@@ -3155,6 +3155,7 @@ share/omf/swell-foop/swell-foop-sv.omf
@dirrm share/glchess
@dirrmtry share/ggz/gnome-games
@dirrmtry share/ggz
+ at dirrmtry share/games
@dirrmtry share/applications
@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies
@dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku
More information about the svn-ports-head
mailing list