Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 16:43:43 +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: r537094 - head/graphics/ufraw
Message-ID:  <202005301643.04UGhh8s001904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Sat May 30 16:43:43 2020
New Revision: 537094
URL: https://svnweb.freebsd.org/changeset/ports/537094

Log:
  graphics/ufraw: fix 13-CURRENT build
  Bump portrevision
  
  PR:		246382
  Submitted by:	cy

Modified:
  head/graphics/ufraw/Makefile

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Sat May 30 16:19:20 2020	(r537093)
+++ head/graphics/ufraw/Makefile	Sat May 30 16:43:43 2020	(r537094)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ufraw
 PORTVERSION=	0.22
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics
 
 MAINTAINER=	rodrigo@FreeBSD.org
@@ -59,6 +59,8 @@ GNOME_USE=		GNOME=gconf2
 GNOME_CONFIGURE_ENABLE=	mime
 GNOME_VARS=		CATEGORIES+=gnome GCONF_SCHEMAS=${PORTNAME}.schemas
 
+post-patch:
+	${GREP} -Ilrs 'default(none)' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's/default(none)//g'
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ufraw.desktop ${STAGEDIR}${DESKTOPDIR}
 



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