svn commit: r307138 - head/games/gretools
Pawel Pekala
pawel at FreeBSD.org
Wed Nov 7 16:17:11 UTC 2012
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 at 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 at FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw at 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 at 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/
More information about the svn-ports-head
mailing list