svn commit: r342223 - head/games/glmaze

Rusmir Dusko nemysis at FreeBSD.org
Sat Feb 1 23:59:14 UTC 2014


Author: nemysis
Date: Sat Feb  1 23:59:13 2014
New Revision: 342223
URL: http://svnweb.freebsd.org/changeset/ports/342223
QAT: https://qat.redports.org/buildarchive/r342223/

Log:
  - Revert last commit 342130
  - Set PORTSCOUT
  
  Requested by:	makc@

Modified:
  head/games/glmaze/Makefile

Modified: head/games/glmaze/Makefile
==============================================================================
--- head/games/glmaze/Makefile	Sat Feb  1 23:46:57 2014	(r342222)
+++ head/games/glmaze/Makefile	Sat Feb  1 23:59:13 2014	(r342223)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	glmaze
-PORTVERSION=	1.1.a
+PORTVERSION=	1.1a
 PORTREVISION=	9
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/.a/a/} \
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
-DISTFILES=	${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX} \
+DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
 		${PORTNAME}.png:icons
-EXTRACT_ONLY=   ${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX}
+EXTRACT_ONLY=   ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	Multiplayer OpenGL Maze Game
@@ -29,6 +29,9 @@ OPTIONS_DEFINE=	DOCS
 DESKTOP_ENTRIES="glMaze" "" "${PORTNAME}" \
 		"${PORTNAME}" "Game;ArcadeGame;" ""
 
+# Wrong versioning upstream
+PORTSCOUT=	ignore:1
+
 post-extract:
 	@(cd ${WRKSRC} && ${MV} ${PORTNAME}.1 ${PORTNAME}.6)
 


More information about the svn-ports-head mailing list