Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2016 15:42:32 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419929 - head/x11/lumina
Message-ID:  <201608091542.u79FgWOs080462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Tue Aug  9 15:42:32 2016
New Revision: 419929
URL: https://svnweb.freebsd.org/changeset/ports/419929

Log:
  - Switch to using DISTVERSION (Thanks koobs!)

Modified:
  head/x11/lumina/Makefile

Modified: head/x11/lumina/Makefile
==============================================================================
--- head/x11/lumina/Makefile	Tue Aug  9 15:28:40 2016	(r419928)
+++ head/x11/lumina/Makefile	Tue Aug  9 15:42:32 2016	(r419929)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	lumina
-PORTVERSION=	1.0.0
 DISTVERSIONPREFIX=	v
-DISTVERSIONSUFFIX=	-Release-p1
+DISTVERSION=	1.0.0-Release-p1
 PORTEPOCH=	2
 CATEGORIES=	x11
 



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