Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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 >
Responsible Changed From-To: freebsd-ports-bugs->rakuco I'll take it.
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"
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.