Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2018 22:51:02 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466383 - head/graphics/ufraw
Message-ID:  <201804032251.w33Mp2xs064748@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Tue Apr  3 22:51:01 2018
New Revision: 466383
URL: https://svnweb.freebsd.org/changeset/ports/466383

Log:
  Fix space in the Makefile
  Bump PORTREVISION
  
  MFH:		2018Q2

Modified:
  head/graphics/ufraw/Makefile

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Tue Apr  3 22:47:43 2018	(r466382)
+++ head/graphics/ufraw/Makefile	Tue Apr  3 22:51:01 2018	(r466383)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.22
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	rodrigo@FreeBSD.org
@@ -36,7 +36,7 @@ GIMP_DESC=	Install GIMP plugin
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	sergiomb2
-GH_PROJECT=    ufraw
+GH_PROJECT=	ufraw
 GH_TAGNAME=	6d3259a
 
 USE_GNOME+=glib20 gtk20 cairo gdkpixbuf2



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