Date: Sun, 5 Feb 2017 23:44:19 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433467 - head/graphics/rawtherapee-devel Message-ID: <201702052344.v15NiJpr043224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Sun Feb 5 23:44:19 2017 New Revision: 433467 URL: https://svnweb.freebsd.org/changeset/ports/433467 Log: Fix up PORTVERSION/DISTNAME. Modified: head/graphics/rawtherapee-devel/Makefile Modified: head/graphics/rawtherapee-devel/Makefile ============================================================================== --- head/graphics/rawtherapee-devel/Makefile Sun Feb 5 23:39:14 2017 (r433466) +++ head/graphics/rawtherapee-devel/Makefile Sun Feb 5 23:44:19 2017 (r433467) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= rawtherapee -PORTVERSION= 5.0 +PORTVERSION= 5.0.1 DISTVERSIONSUFFIX= -gtk3 -PORTREVISION= 0 +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics MASTER_SITES= http://rawtherapee.com/shared/source/ PKGNAMESUFFIX= -devel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702052344.v15NiJpr043224>