From owner-svn-ports-head@freebsd.org Sun Feb 5 23:44:20 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DDAFCD25FF; Sun, 5 Feb 2017 23:44:20 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D08A1D3E; Sun, 5 Feb 2017 23:44:20 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v15NiJSM043225; Sun, 5 Feb 2017 23:44:19 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15NiJpr043224; Sun, 5 Feb 2017 23:44:19 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201702052344.v15NiJpr043224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 5 Feb 2017 23:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433467 - head/graphics/rawtherapee-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 23:44:20 -0000 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