Apply the attached diff to the existing port directory to bring the port from 0.6.10 to 0.6.14.
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Hi David, thanks for submitting this update, however it seems there is an issue with your update of pkg-plist. Indeed when installing and then deinstalling the port using NOPORTDOCS, the following error comes out: pkg_delete: file '/usr/local/@comment share/doc/sabnzbdplus' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/@comment share/doc/sabnzbdplus' So I was wondering why you changed the following pkg-plist line: -%%PORTDOCS%%@dirrm %%DOCSDIR%% to: +@dirrm %%PORTDOCS%%%%DOCSDIR%% Could you please clarify this? Thanks! culot@
State Changed From-To: open->feedback Ask for maintainer fix.
My error, it seems. An oversight when making my plist. Though, strangely, I did not receive that error during my testing,. I'll change it and resubmit. On Dec 15, 2011 4:27 AM, "Frederic Culot" <culot@freebsd.org> wrote: > Hi David, > > thanks for submitting this update, however it seems there is an issue with > your update of pkg-plist. Indeed when installing and then deinstalling the > port using NOPORTDOCS, the following error comes out: > > pkg_delete: file '/usr/local/@comment share/doc/sabnzbdplus' doesn't exist > pkg_delete: unable to completely remove directory '/usr/local/@comment > share/doc/sabnzbdplus' > > So I was wondering why you changed the following pkg-plist line: > > -%%PORTDOCS%%@dirrm %%DOCSDIR%% > > to: > > +@dirrm %%PORTDOCS%%%%DOCSDIR%% > > Could you please clarify this? > > Thanks! > culot@ >
Frederic, Sorry for the slow reply; busy week on my end. Find the new diff attached with the (hopefully) corrected pkg-plist. Thanks again for pointing it out! -db. On Thu, Dec 15, 2011 at 10:17 AM, David Brooks <dab@rj45.org> wrote: > My error, it seems. An oversight when making my plist. Though, strangely, I > did not receive that error during my testing,. > > I'll change it and resubmit. > > On Dec 15, 2011 4:27 AM, "Frederic Culot" <culot@freebsd.org> wrote: >> >> Hi David, >> >> thanks for submitting this update, however it seems there is an issue with >> your update of pkg-plist. Indeed when installing and then deinstalling the >> port using NOPORTDOCS, the following error comes out: >> >> pkg_delete: file '/usr/local/@comment share/doc/sabnzbdplus' doesn't exist >> pkg_delete: unable to completely remove directory '/usr/local/@comment >> share/doc/sabnzbdplus' >> >> So I was wondering why you changed the following pkg-plist line: >> >> -%%PORTDOCS%%@dirrm %%DOCSDIR%% >> >> to: >> >> +@dirrm %%PORTDOCS%%%%DOCSDIR%% >> >> Could you please clarify this? >> >> Thanks! >> culot@ -- "With sufficient thrust, pigs fly just fine." -- RFC1925
culot 2011-12-19 09:21:22 UTC FreeBSD ports repository Modified files: news/sabnzbdplus Makefile distinfo pkg-plist news/sabnzbdplus/files patch-SABnzbd.py Log: - Update to 0.6.14 [1] - Pet portlint(1) by removing extra blank line PR: ports/163302 [1] Submitted by: David Brooks <dab@rj45.org> (maintainer) Revision Changes Path 1.43 +3 -2 ports/news/sabnzbdplus/Makefile 1.28 +2 -2 ports/news/sabnzbdplus/distinfo 1.9 +3 -3 ports/news/sabnzbdplus/files/patch-SABnzbd.py 1.20 +1 -1 ports/news/sabnzbdplus/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, with minor changes. Thanks!