svn commit: r342203 - head/games/glmaze

Rusmir Dusko nemysis at FreeBSD.org
Sat Feb 1 18:58:40 UTC 2014


Author: nemysis
Date: Sat Feb  1 18:58:39 2014
New Revision: 342203
URL: http://svnweb.freebsd.org/changeset/ports/342203
QAT: https://qat.redports.org/buildarchive/r342203/

Log:
  - Change PORTVERSION 1.1a to 1.1.a

Modified:
  head/games/glmaze/Makefile

Modified: head/games/glmaze/Makefile
==============================================================================
--- head/games/glmaze/Makefile	Sat Feb  1 18:55:33 2014	(r342202)
+++ head/games/glmaze/Makefile	Sat Feb  1 18:58:39 2014	(r342203)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	glmaze
-PORTVERSION=	1.1a
+PORTVERSION=	1.1.a
 PORTREVISION=	9
 CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/.a/a/} \
 		SF/nemysisfreebsdp/${CATEGORIES}/:icons
-DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+DISTFILES=	${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX} \
 		${PORTNAME}.png:icons
-EXTRACT_ONLY=   ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+EXTRACT_ONLY=   ${PORTNAME}-${DISTVERSION:S/.a/a/}${EXTRACT_SUFX}
 
 MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	Multiplayer OpenGL Maze Game


More information about the svn-ports-all mailing list