Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 13:49:16 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361366 - head/games/gnomesudoku
Message-ID:  <201407091349.s69DnGS0007325@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Jul  9 13:49:15 2014
New Revision: 361366
URL: http://svnweb.freebsd.org/changeset/ports/361366
QAT: https://qat.redports.org/buildarchive/r361366/

Log:
  1: Stagify.
  2: add INSTALLS_EGGINFO, bump version.

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

Modified: head/games/gnomesudoku/Makefile
==============================================================================
--- head/games/gnomesudoku/Makefile	Wed Jul  9 13:47:40 2014	(r361365)
+++ head/games/gnomesudoku/Makefile	Wed Jul  9 13:49:15 2014	(r361366)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnomesudoku
 PORTVERSION=	0.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	games gnome
 MASTER_SITES=	SF/gnome-sudoku/gnome-sudoku/${PORTVERSION}
 DISTNAME=	gnome-sudoku-${PORTVERSION}
@@ -18,14 +18,12 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 USES=		pathfix display
 USE_GNOME=	gnomeprefix pygnome2 pygnomedesktop
-
 PYDISTUTILS_PKGNAME=	gnome-sudoku
-
-NO_STAGE=	yes
-
+INSTALLS_EGGINFO=	yes
 
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
 		${WRKSRC}/tools/gsudoku_distutils.py
+
 .include <bsd.port.mk>

Modified: head/games/gnomesudoku/pkg-plist
==============================================================================
--- head/games/gnomesudoku/pkg-plist	Wed Jul  9 13:47:40 2014	(r361365)
+++ head/games/gnomesudoku/pkg-plist	Wed Jul  9 13:49:15 2014	(r361366)
@@ -74,7 +74,3 @@ share/pixmaps/sudoku.png
 @dirrm share/gnome-sudoku
 @dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies
 @dirrm %%PYTHON_SITELIBDIR%%/gnome_sudoku
-@dirrmtry %%PYTHON_SITELIBDIR%%
-@dirrmtry %%PYTHON_LIBDIR%%
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku



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