Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 18:58:40 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342203 - head/games/glmaze
Message-ID:  <201402011858.s11Iwe6J017795@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Multiplayer OpenGL Maze Game



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