Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
Hi, The shar archieve has a wrong pkg-descr. It's from another port (libev) could you fix this and submit a new shar archieve as a followup? Also, does this project have an home page? Is it in any way related to: http://sourceforge.net/projects/libjson/ or http://sourceforge.net/projects/jsonpp/ Thanks. -- Guido Falsi <madpilot@FreeBSD.org>
State Changed From-To: open->feedback Ask for submitter fix.
Dear Guido, Sorry, I've fixed the pkg-descr. This package has nothing to do with the mentioned ones, this is a newly implemented one, from scratch. This suits my (our) needs, so that is why I implemented a new one. Other libraries seemed to be more complex to use, or was slower. Thanks in advance, Kojedzinszky Richard On Wed, 16 May 2012, Guido Falsi wrote: > Hi, > > The shar archieve has a wrong pkg-descr. It's from another port (libev) > could you fix this and submit a new shar archieve as a followup? > > Also, does this project have an home page? Is it in any way related to: > > http://sourceforge.net/projects/libjson/ > > or > > http://sourceforge.net/projects/jsonpp/ > > Thanks. > > -- > Guido Falsi <madpilot@FreeBSD.org> >
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!
madpilot 2012-05-17 19:39:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libjson++ Makefile distinfo pkg-descr pkg-plist Log: A simple, intuitive C++ library to handle JSON serialized data. WWW: http://git.cflinux.hu/?p=libjson.git;a=summary PR: ports/167852 Submitted by: Richard Kojedzinszky <krichy@cflinux.hu> Approved by: crees (mentor) Revision Changes Path 1.4955 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/libjson++/Makefile (new) 1.1 +2 -0 ports/devel/libjson++/distinfo (new) 1.1 +3 -0 ports/devel/libjson++/pkg-descr (new) 1.1 +15 -0 ports/devel/libjson++/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Dear freebsd port team, libjson++ has a new release, which I've attached a new libjson++ for in the ports tree. Is this the right method updating a port, or where should I go with this? Thanks in advance Kojedzinszky Richard On Wed, 16 May 2012, Richard Kojedzinszky wrote: > Dear Guido, > > Sorry, I've fixed the pkg-descr. This package has nothing to do with the > mentioned ones, this is a newly implemented one, from scratch. This suits my > (our) needs, so that is why I implemented a new one. Other libraries seemed > to be more complex to use, or was slower. > > Thanks in advance, > > > Kojedzinszky Richard > > On Wed, 16 May 2012, Guido Falsi wrote: > >> Hi, >> >> The shar archieve has a wrong pkg-descr. It's from another port (libev) >> could you fix this and submit a new shar archieve as a followup? >> >> Also, does this project have an home page? Is it in any way related to: >> >> http://sourceforge.net/projects/libjson/ >> >> or >> >> http://sourceforge.net/projects/jsonpp/ >> >> Thanks. >> >> -- >> Guido Falsi <madpilot@FreeBSD.org> >
On Fri, Jul 13, 2012 at 02:27:44PM +0200, Richard Kojedzinszky wrote: > Dear freebsd port team, > > libjson++ has a new release, which I've attached a new libjson++ for > in the ports tree. Is this the right method updating a port, or > where should I go with this? > > Thanks in advance The correct procedure to propose an update to a port is described here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html To summarize you should send a diff attached to a new PR with a synopsis like: [intainer-update] devel/libjson++: update to 0.3.2. Please never sumbit updates or new ports to closed PRs as such followups are easily lost and never seen. If you could please follow the correct procedure and submit a new PR with a diff from the previous port, then send me the PR number I will look at it as soon as I can. Thank you! -- Guido Falsi <madpilot@FreeBSD.org>