From owner-svn-ports-all@FreeBSD.ORG Wed Nov 7 16:17:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7521A0D; Wed, 7 Nov 2012 16:17:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B38328FC08; Wed, 7 Nov 2012 16:17:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA7GHARH062080; Wed, 7 Nov 2012 16:17:10 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA7GHA9q062077; Wed, 7 Nov 2012 16:17:10 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211071617.qA7GHA9q062077@svn.freebsd.org> From: Pawel Pekala Date: Wed, 7 Nov 2012 16:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307138 - head/games/gretools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 16:17:11 -0000 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 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 -# +# Created by: Adam Weinberger # $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/