pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

accelerator3: Cleanup and prepare for import



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 24 03:54:57 2016 +0200
Changeset:	9d467f675231dda83079b7e11fa3a82d6d906655

Modified Files:
	accelerator3d/Makefile

Log Message:
accelerator3: Cleanup and prepare for import

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d467f675231dda83079b7e11fa3a82d6d906655

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 accelerator3d/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/accelerator3d/Makefile b/accelerator3d/Makefile
index 5b10206..dd0bfe9 100644
--- a/accelerator3d/Makefile
+++ b/accelerator3d/Makefile
@@ -3,11 +3,11 @@
 DISTNAME=	accelerator-0.1.1
 PKGNAME=	${DISTNAME:S/accelerator/accelerator3d/}
 CATEGORIES=	games
-MASTER_SITES=	https://sourceforge.net/projects/accelerator3d/files/accelerator/0.1.1/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=accelerator3d/}
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://sourceforge.net/projects/accelerator3d/files/accelerator/0.1.1/
+HOMEPAGE=	http://accelerator3d.sourceforge.net/
 COMMENT=	Fast-paced, 3D, first-person shoot/dodge-'em-up
 LICENSE=	artistic
 
@@ -15,7 +15,7 @@ WRKSRC=		${WRKDIR}/${PKGBASE}
 USE_LANGUAGES=	# none
 
 DEPENDS+=	${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
-DEPENDS+=	${PYPKGPREFIX}-ode-[0-9]*:../../wip/py-ode
+DEPENDS+=	${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
 DEPENDS+=	${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
 REPLACE_PYTHON+=	accelerator.py


Home | Main Index | Thread Index | Old Index