Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2013 11:33:15 +0000 (UTC)
From:      "Ganael LAPLANCHE" <martymac@FreeBSD.org>
To:        Alexey Dokuchaev <danfe@FreeBSD.org>, Ganael LAPLANCHE <martymac@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r315536 - in head/games/blobby: . files
Message-ID:  <20130329112201.M58847@FreeBSD.org>
In-Reply-To: <20130329104052.GA33138@FreeBSD.org>
References:  <201303291022.r2TAMhKY044686@svn.freebsd.org> <20130329104052.GA33138@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Mar 2013 10:40:52 +0000, Alexey Dokuchaev wrote

Hi ALexey,

> > -PORTVERSION=	1.0r1
> > +PORTVERSION=	1.0r3
> 
> It would be nice to use DISTVERSION one day (when would be 
> possible without reordering pacakge version).
> [...]

Thanks for the hint ! Unfortunately, as you say, with the following patch :

8<--------
diff -aurN games/blobby.orig/Makefile games/blobby/Makefile
--- games/blobby.orig/Makefile  2013-03-29 11:22:43.000000000 +0100
+++ games/blobby/Makefile       2013-03-29 12:26:56.803061203 +0100
@@ -2,10 +2,10 @@
 # $FreeBSD: games/blobby/Makefile 315536 2013-03-29 10:22:43Z martymac $
 
 PORTNAME=      blobby
-PORTVERSION=   1.0r3
+DISTVERSION=   1.0rc3
 CATEGORIES=    games
 MASTER_SITES=  SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/
-DISTNAME=      blobby2-linux-1.0rc3
+DISTFILES=     blobby2-linux-${DISTVERSION}${EXTRACT_SUFX}
 
 MAINTAINER=    martymac@FreeBSD.org
 COMMENT=       Official continuation of the famous Blobby Volley 1.x game
@@ -22,7 +22,6 @@
 USE_GL=                glu
 USES=          cmake
 CMAKE_ARGS+=   -DDATADIR:PATH="${DATADIR}"
-WRKSRC=                ${WRKDIR}/blobby-1.0rc3
 
 USE_DOS2UNIX=  yes
 DOS2UNIX_REGEX=        .*\.(c|h|cpp)
8<--------

PORTVERSION would become 1.0.r3, which is < 1.0r3, so I would need to
bump PORTEPOCH to switch to this new naming scheme. Not sure it is
better than using the current DISTNAME+WRKSRC combo :/

Best regards,

--
Ganael LAPLANCHE <ganael.laplanche@martymac.org>
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org



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