The attached diff should update the port to the new version. Thanks for your help! Regards, Hannes Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs make this a ports PR.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
State Changed From-To: open->feedback Hannes, it's recommended to run portlint (see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-portlint.html) before submitting ports and fix errors/warnings. Also, please, do not remove header from Makefile.
Hi Max, sorry about that, its been a while and I was in hurry :| A new diff is attached, only one warning, no fatals! Thanks!
makc 2009-12-20 22:11:08 UTC FreeBSD ports repository Modified files: ports-mgmt/kports-qt4 Makefile distinfo pkg-descr pkg-message.nokdebase pkg-plist Log: Update to 0.8.2 PR: ports/141435 Submitted by: Hannes Hauswedell (maintainer) Revision Changes Path 1.14 +23 -14 ports/ports-mgmt/kports-qt4/Makefile 1.5 +3 -3 ports/ports-mgmt/kports-qt4/distinfo 1.5 +3 -3 ports/ports-mgmt/kports-qt4/pkg-descr 1.2 +3 -8 ports/ports-mgmt/kports-qt4/pkg-message.nokdebase 1.4 +6 -2 ports/ports-mgmt/kports-qt4/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!
Thanks for the quick commit! However, I think it has to be USE_KDE4+= runtime/oxygen instead of USE_KDE4= runtime/oxygen The way it is now, only one dependency is registered. Regards, Hannes
On Mon, 21 Dec 2009 01:27:00 +0100, Hannes Hauswedell wrote: > Thanks for the quick commit! However, I think it has to be > USE_KDE4+= runtime/oxygen > instead of > USE_KDE4= runtime/oxygen True and not at the same time: oxygen already is pulled by kdelibs (and thus by kdebase), so it can be removed from your port. I'll fix this tonight. Max