svn commit: r466383 - head/graphics/ufraw

Rodrigo Osorio rodrigo at FreeBSD.org
Tue Apr 3 22:51:02 UTC 2018


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 at 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


More information about the svn-ports-head mailing list