Bug 178659 - graphics/ufraw port update
Summary: graphics/ufraw port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 14:20 UTC by Rodrigo OSORIO
Modified: 2013-05-20 09:10 UTC (History)
0 users

See Also:


Attachments
smokeping.diff (2.66 KB, patch)
2013-05-15 14:20 UTC, Rodrigo OSORIO
no flags Details | Diff
ufraw.diff (3.54 KB, patch)
2013-05-20 07:59 UTC, Rodrigo OSORIO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo OSORIO 2013-05-15 14:20:02 UTC
	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)
Comment 1 Boris Samorodov 2013-05-20 07:00:42 UTC
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
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2013-05-20 07:35:41 UTC
State Changed
From-To: open->feedback

To submitter: the diff appears to be for net-mgmt/smokeping, same as in 
ports/178569.
Comment 3 Rodrigo OSORIO 2013-05-20 07:59:32 UTC
You're right Boris, please accept my apology.
Here comes the right patch.

regards
- rodrigo
Comment 4 Boris Samorodov freebsd_committer freebsd_triage 2013-05-20 08:18:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Take.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-20 08:50:42 UTC
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"
Comment 6 Boris Samorodov 2013-05-20 08:56:11 UTC
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
Comment 7 Boris Samorodov freebsd_committer freebsd_triage 2013-05-20 08:59:01 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 8 Rodrigo OSORIO 2013-05-20 09:04:45 UTC
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).
>