svn commit: r537094 - head/graphics/ufraw

Rodrigo Osorio rodrigo at FreeBSD.org
Sat May 30 16:43:43 UTC 2020


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


More information about the svn-ports-head mailing list