Update to amule to 2.3.1. Fix: Patch attached with submission follows:
Maintainer of net-p2p/amule, Please note that PR ports/162603 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/162603 -- 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)
Responsible Changed From-To: freebsd-ports-bugs->rene Grab
I don't know why but one files is missing from the patch. Here's the correct patch: http://pastebin.com/giwvJzF7 Note: I tried to make the whole patch so that the patched port looks as similar as possible to net-p2p/amule-devel, hoping to make simpler modifying one port or the other or both. The added file has been taken from amule-devel.
I've also just noticed that I neglected to fix the comment in Makefile.man. The lines #163 and #164 in the new patch could be removed.
On 16-11-2011 23:50, Barbara wrote: > The following reply was made to PR ports/162603; it has been noted by GNATS. > > From: Barbara<barbara.xxx1975@libero.it> > To: bug-followup@FreeBSD.org > Cc: rene@FreeBSD.org > Subject: Re: ports/162603: net-p2p/amule: update to 2.3.1 > Date: Wed, 16 Nov 2011 23:45:42 +0100 (CET) > > I've also just noticed that I neglected to fix the comment in Makefile.man. > The lines #163 and #164 in the new patch could be removed. > I already had the older patch scheduled in my tinderbox, but I'll schedule this patch too once it is done. I moved the BUILD_DEPENDS and CONFLICTS sections down a bit to make portlint happier (it still complains about the LICENSE_FILE_GPLv2 line, but that might be because portlint is not clever enough ;)
rene 2011-11-30 21:20:54 UTC FreeBSD ports repository Modified files: net-p2p/amule Makefile Makefile.man distinfo pkg-plist Added files: net-p2p/amule/files patch-src-ObservableQueue.h Removed files: net-p2p/amule/files patch-src-utils-wxCas-src-wxcasframe.cpp Log: - Update to 2.3.1 - Make the port look similar to net-p2p/amule-devel to ease updating the two. - Partially pet portlint. PR: ports/162603 Submitted by: Barbara (barbara.xxx1975 libero/it) Approved by: maintainer timeout (swell.k, 14 days) Feature safe: yes Revision Changes Path 1.50 +71 -15 ports/net-p2p/amule/Makefile 1.8 +7 -32 ports/net-p2p/amule/Makefile.man 1.18 +2 -2 ports/net-p2p/amule/distinfo 1.1 +20 -0 ports/net-p2p/amule/files/patch-src-ObservableQueue.h (new) 1.2 +0 -16 ports/net-p2p/amule/files/patch-src-utils-wxCas-src-wxcasframe.cpp (dead) 1.17 +83 -226 ports/net-p2p/amule/pkg-plist _______________________________________________ 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"
State Changed From-To: feedback->closed Committed, thanks