Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 13:25:18 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mva@sysfault.org
Subject:   ports/95834: [PATCH] devel/py-game: portlint(1) fixes
Message-ID:  <200604152025.k3FKPInX032922@Laptop.mine.box>
Resent-Message-ID: <200604152030.k3FKUKAm076811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95834
>Category:       ports
>Synopsis:       [PATCH] devel/py-game: portlint(1) fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 15 20:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Use ${PYTHON_PKGNAMEPREFIX} instead of py- in the PORTNAME

Port maintainer (mva@sysfault.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- py24-game-1.7.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-game/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-game/Makefile
--- /usr/ports/devel/py-game/Makefile	Fri Sep 16 16:24:16 2005
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/py-game/Makefile	Sat Apr 15 13:24:25 2006
@@ -5,10 +5,11 @@
 # $FreeBSD: ports/devel/py-game/Makefile,v 1.29 2005/09/14 17:44:45 pav Exp $
 #
 
-PORTNAME=	py-game
+PORTNAME=	game
 PORTVERSION=	1.7.1
 CATEGORIES=	devel python
 MASTER_SITES=	http://pygame.seul.org/ftp/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME:S/-//}-${PORTVERSION}release
 
 MAINTAINER=	mva@sysfault.org
--- py24-game-1.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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