Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2015 08:24:36 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381300 - in head/games/gweled: . files
Message-ID:  <201503150824.t2F8OaG2004680@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Sun Mar 15 08:24:35 2015
New Revision: 381300
URL: https://svnweb.freebsd.org/changeset/ports/381300
QAT: https://qat.redports.org/buildarchive/r381300/

Log:
  games/gweled: update 0.7 -> 0.9.1
  
  - Add LICENSE
  - Update MASTER_SITES and WWW
  - Maintainer's timeout (gnome@FreeBSD.org)
  
  PR:		185563
  Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>

Deleted:
  head/games/gweled/files/
Modified:
  head/games/gweled/Makefile
  head/games/gweled/pkg-descr

Modified: head/games/gweled/Makefile
==============================================================================
--- head/games/gweled/Makefile	Sun Mar 15 07:50:10 2015	(r381299)
+++ head/games/gweled/Makefile	Sun Mar 15 08:24:35 2015	(r381300)
@@ -2,20 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	gweled
-PORTVERSION=	0.7
-PORTREVISION=	14
+PORTVERSION=	0.9.1
 CATEGORIES=	games gnome
-MASTER_SITES=	http://sebdelestaing.free.fr/gweled/Release/
+MASTER_SITES=	http://launchpad.net/gweled/trunk/${PORTVERSION}/+download/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME version of the game called "Bejeweled" or "Diamond Mine"
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libmikmod.so:${PORTSDIR}/audio/libmikmod
 
 USES=		gmake pathfix pkgconfig
-USE_GNOME=	gnomeprefix libgnomeui librsvg2
+USE_GNOME=	gnomeprefix gnomehack gnomehier libgnomeui librsvg2
 GNU_CONFIGURE=	yes
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \
 		${WRKSRC}/configure

Modified: head/games/gweled/pkg-descr
==============================================================================
--- head/games/gweled/pkg-descr	Sun Mar 15 07:50:10 2015	(r381299)
+++ head/games/gweled/pkg-descr	Sun Mar 15 08:24:35 2015	(r381300)
@@ -3,4 +3,4 @@ Gweled is a Gnome version of a popular P
 of 3 or more gems, both vertically or horizontally by swapping adjacent
 gems. The game ends when there are no possible moves left.
 
-WWW: http://sebdelestaing.free.fr/gweled/
+WWW: http://gweled.org



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