Date: Sat, 5 Apr 2014 00:02:47 +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: r350188 - head/games/glmaze Message-ID: <201404050002.s3502lEc069658@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Sat Apr 5 00:02:46 2014 New Revision: 350188 URL: http://svnweb.freebsd.org/changeset/ports/350188 QAT: https://qat.redports.org/buildarchive/r350188/ Log: - Use DISTVERSION instead of PORTVERSION (1.1a) - Transfer maintainership to games@ team - Don't silence warnings - Remove PORTSCOUT Modified: head/games/glmaze/Makefile Modified: head/games/glmaze/Makefile ============================================================================== --- head/games/glmaze/Makefile Fri Apr 4 23:46:16 2014 (r350187) +++ head/games/glmaze/Makefile Sat Apr 5 00:02:46 2014 (r350188) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= glmaze -PORTVERSION= 1.1a +DISTVERSION= 1.1a PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}$ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Multiplayer OpenGL Maze Game LICENSE= GPLv2 @@ -20,18 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GL= gl USE_SDL= mixer sdl -CFLAGS+= -w PORTDOCS= readme.txt - 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404050002.s3502lEc069658>