Bug 171694 - [maintainer update] devel/libjson++: update to 0.3.4
Summary: [maintainer update] devel/libjson++: update to 0.3.4
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: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-16 23:10 UTC by krichy
Modified: 2012-09-23 13:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description krichy 2012-09-16 23:10:07 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-16 23:10:20 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-16 23:10:25 UTC
Maintainer of devel/libjson++,

Please note that PR ports/171694 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171694

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-16 23:10:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 krichy 2012-09-16 23:34:44 UTC
I approve the patch.


Kojedzinszky Richard
Euronet Magyarorszag Informatikai Zrt.

On Sun, 16 Sep 2012, Edwin Groothuis wrote:

> Date: Sun, 16 Sep 2012 22:10:25 UT
> From: Edwin Groothuis <edwin@FreeBSD.org>
> Reply-To: bug-followup@FreeBSD.org
> To: krichy@tvnetwork.hu
> Cc: bug-followup@FreeBSD.org
> Subject: Re: ports/171694: [maintainer update] devel/libjson++: update to
>     0.3.4
> 
> Maintainer of devel/libjson++,
>
> Please note that PR ports/171694 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171694
>
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 5 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-23 13:03:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rakuco

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-23 13:17:13 UTC
Author: rakuco
Date: Sun Sep 23 12:17:02 2012
New Revision: 304734
URL: http://svn.freebsd.org/changeset/ports/304734

Log:
  Update to 0.3.4.
  
  PR:		ports/171694
  Submitted by:	Richard Kojedzinszky <krichy@cflinux.hu> (maintainer)

Modified:
  head/devel/libjson++/Makefile
  head/devel/libjson++/distinfo
  head/devel/libjson++/pkg-plist

Modified: head/devel/libjson++/Makefile
==============================================================================
--- head/devel/libjson++/Makefile	Sun Sep 23 11:48:06 2012	(r304733)
+++ head/devel/libjson++/Makefile	Sun Sep 23 12:17:02 2012	(r304734)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libjson++
-PORTVERSION=	0.3.1
+PORTVERSION=	0.3.4
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.cflinux.hu/pub/
 

Modified: head/devel/libjson++/distinfo
==============================================================================
--- head/devel/libjson++/distinfo	Sun Sep 23 11:48:06 2012	(r304733)
+++ head/devel/libjson++/distinfo	Sun Sep 23 12:17:02 2012	(r304734)
@@ -1,2 +1,2 @@
-SHA256 (libjson++-0.3.1.tar.gz) = 682e8dd99b318be93cdfc3b49677889f1765bfc81e7262e6309c992669cd679b
-SIZE (libjson++-0.3.1.tar.gz) = 25158
+SHA256 (libjson++-0.3.4.tar.gz) = 58465cf921d355a6ddd7c277ddd77a90b5ac69710ce3c8142754d3e436c04bfe
+SIZE (libjson++-0.3.4.tar.gz) = 25882

Modified: head/devel/libjson++/pkg-plist
==============================================================================
--- head/devel/libjson++/pkg-plist	Sun Sep 23 11:48:06 2012	(r304733)
+++ head/devel/libjson++/pkg-plist	Sun Sep 23 12:17:02 2012	(r304734)
@@ -1,5 +1,7 @@
 include/json/iarray.hpp
 include/json/ibool.hpp
+include/json/ifixed.hpp
+include/json/ifloat.hpp
 include/json/inumeric.hpp
 include/json/iobject.hpp
 include/json/iscalar.hpp
@@ -11,5 +13,5 @@ include/json/value.hpp
 lib/libjson++.a
 lib/libjson++.so
 lib/libjson++.so.0
-lib/libjson++.so.0.3.1
+lib/libjson++.so.0.3.4
 @dirrm include/json
_______________________________________________
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 7 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-23 13:17:33 UTC
State Changed
From-To: feedback->closed

Committer, thanks. Next time, please send the diff as an attachment, as 
copying and pasting from the PR page is really annoying.