svn commit: r318579 - in head/graphics/ufraw: . files

Boris Samorodov bsam at FreeBSD.org
Mon May 20 07:50:29 UTC 2013


Author: bsam
Date: Mon May 20 07:50:28 2013
New Revision: 318579
URL: http://svnweb.freebsd.org/changeset/ports/318579

Log:
  Update to version 0.19.2.
  
  PR:		ports/178659
  Submitted by:	Rodrigo (ros) OSORIO <rodrigo at bebik.net> (maintainer, final
  		patch via e-mail)

Deleted:
  head/graphics/ufraw/files/
Modified:
  head/graphics/ufraw/Makefile
  head/graphics/ufraw/distinfo
  head/graphics/ufraw/pkg-plist

Modified: head/graphics/ufraw/Makefile
==============================================================================
--- head/graphics/ufraw/Makefile	Mon May 20 07:31:35 2013	(r318578)
+++ head/graphics/ufraw/Makefile	Mon May 20 07:50:28 2013	(r318579)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ufraw
-PORTVERSION=	0.18
-PORTREVISION=	4
+PORTVERSION=	0.19.2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -75,8 +74,9 @@ PLIST_SUB+=	GIMP="@comment "
 
 .if ${PORT_OPTIONS:MGTK2}
 LIB_DEPENDS+=	gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview
-PLIST_FILES+=	bin/ufraw
+PLIST_SUB+=	MGTK2=""
 .else
+PLIST_SUB+=	MGTK2="@comment "
 CONFIGURE_ARGS+=--without-gtk
 .endif
 

Modified: head/graphics/ufraw/distinfo
==============================================================================
--- head/graphics/ufraw/distinfo	Mon May 20 07:31:35 2013	(r318578)
+++ head/graphics/ufraw/distinfo	Mon May 20 07:50:28 2013	(r318579)
@@ -1,2 +1,2 @@
-SHA256 (ufraw-0.18.tar.gz) = 24fe739c61e9e14de1900008477c8662553e93427569c1d595556d440e6b9205
-SIZE (ufraw-0.18.tar.gz) = 1219440
+SHA256 (ufraw-0.19.2.tar.gz) = 73befe9f16f015a8c0f26cef3bb2e17cac9ae64aef2ade48c29aedb1ee51abd3
+SIZE (ufraw-0.19.2.tar.gz) = 980934

Modified: head/graphics/ufraw/pkg-plist
==============================================================================
--- head/graphics/ufraw/pkg-plist	Mon May 20 07:31:35 2013	(r318578)
+++ head/graphics/ufraw/pkg-plist	Mon May 20 07:50:28 2013	(r318579)
@@ -23,6 +23,7 @@ share/locale/sv/LC_MESSAGES/ufraw.mo
 share/locale/zh_CN/LC_MESSAGES/ufraw.mo
 share/locale/zh_TW/LC_MESSAGES/ufraw.mo
 share/pixmaps/ufraw.png
+%%MGTK2%%bin/ufraw
 @dirrmtry share/locale/sr at latin/LC_MESSAGES
 @dirrmtry share/locale/sr at latin
 @dirrmtry share/applications


More information about the svn-ports-all mailing list