Update graphics/ufraw from 0.18 to 0.19.2 - Bug fix release (0.19.2) - Fix crash triggered by compiler optimization (0.19.1) - Maintenance release with lots of bug fixes (0.19)
Seems to be a mis-match between the subject, description and the patch. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
State Changed From-To: open->feedback To submitter: the diff appears to be for net-mgmt/smokeping, same as in ports/178569.
You're right Boris, please accept my apology. Here comes the right patch. regards - rodrigo
Responsible Changed From-To: freebsd-ports-bugs->bsam Take.
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@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@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin @dirrmtry share/applications _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
20.05.2013 10:59, Rodrigo OSORIO пиÑеÑ: > You're right Boris, please accept my apology. > Here comes the right patch. The port is updated, thanks! However I did not: . revert USES=gettext to USE_GETTEXT (the latter is obsoteted); . remove 2.0 from gimp library (it's a part of the name here, not a SHLIB version). -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
State Changed From-To: feedback->closed Committed, thanks!
On 05/20/13 09:56, Boris Samorodov wrote: > 20.05.2013 10:59, Rodrigo OSORIO пиÑеÑ: > >> You're right Boris, please accept my apology. >> Here comes the right patch. > The port is updated, thanks! > However I did not: > . revert USES=gettext to USE_GETTEXT (the latter is obsoteted); You're right, I fix this option last for this port last month in r316464 /o\ . Thanks for your review. - rodrigo > . remove 2.0 from gimp library (it's a part of the name here, > not a SHLIB version). >