Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 16:17:10 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307138 - head/games/gretools
Message-ID:  <201211071617.qA7GHA9q062077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Nov  7 16:17:10 2012
New Revision: 307138
URL: http://svnweb.freebsd.org/changeset/ports/307138

Log:
  - Update MASTER_SITES and WWW: line
  - Add LICENSE
  
  While here:
  - Make sure that gretools script actually starts the program
  - Port needs pkg-config during build
  
  PR:		ports/172002
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
  Feature safe:	yes

Modified:
  head/games/gretools/Makefile
  head/games/gretools/pkg-descr

Modified: head/games/gretools/Makefile
==============================================================================
--- head/games/gretools/Makefile	Wed Nov  7 14:57:33 2012	(r307137)
+++ head/games/gretools/Makefile	Wed Nov  7 16:17:10 2012	(r307138)
@@ -1,29 +1,29 @@
-# New ports collection makefile for:	gretools
-# Date created:				2004 January 15
-# Whom:					Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gretools
 PORTVERSION=	1.2.4
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games gnome
-MASTER_SITES=	http://www.cs.utexas.edu/~arvindn/gretools/%SUBDIR%/
+MASTER_SITES=	http://randomwalker.info/gretools/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION:R}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNOME vocabulary builder
 
+LICENSE=	GPLv2
+
 USE_GNOME=	gnomehack gnomeprefix pygnome2
 USE_PYTHON=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_PKGCONFIG=	build
 INSTALLS_OMF=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g ; \
-		 s|@prefix@/share/|@datadir@/|g' ${WRKSRC}/gretools.in
+	@${REINPLACE_CMD} -e 's|/usr/bin/python -t|/usr/bin/env python|g ; \
+		 s|@prefix@|${LOCALBASE}|g ; s|@share@|share|g' \
+		 ${WRKSRC}/gretools.in
 	@${REINPLACE_CMD} -e 's|gtk\.TRUE|True|g ; \
 		 s|gtk\.FALSE|False|g ; \
 		 s|gtk\.idle_add|gobject\.idle_add|g' ${WRKSRC}/gretools.py

Modified: head/games/gretools/pkg-descr
==============================================================================
--- head/games/gretools/pkg-descr	Wed Nov  7 14:57:33 2012	(r307137)
+++ head/games/gretools/pkg-descr	Wed Nov  7 16:17:10 2012	(r307138)
@@ -1,4 +1,4 @@
 Gretools is a vocabulary building tool for GNOME. Its wordlist is comprised
 of about 4000 words, and it has a synonym quiz and a word-guessing game.
 
-WWW: http://www.cs.utexas.edu/~arvindn/gretools/
+WWW: http://randomwalker.info/gretools/



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