svn commit: r433467 - head/graphics/rawtherapee-devel

Matthias Andree mandree at FreeBSD.org
Sun Feb 5 23:44:20 UTC 2017


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


More information about the svn-ports-all mailing list