This patch updates the wine port to 1.3.10
Hi A few little corrections: - don't touch EPOCH - fix pkg-plist - remove FreeBSD 6 notes from pkg-message (wiki still need an update, also I left OSVERSION check in Makefile for now)
On Sat, 25 Dec 2010 06:17:49 +0200, Alex Kozlov wrote: > Hi > > A few little corrections: > - don't touch EPOCH > - fix pkg-plist > - remove FreeBSD 6 notes from pkg-message > (wiki still need an update, also I left OSVERSION check in Makefile for now) Alex, Thank you and my apologies for being sloppy like that with the plist. Thanks for catching that. Sincerely, Rusty Nejdl
Responsible Changed From-To: freebsd-ports-bugs->gerald Over to maintainer
Hi Fix man's.
On Thu, 30 Dec 2010, Alex Kozlov wrote: > Fix man's. Thanks, Alex. There was still one issue around man pages (man1/winecpp.1 was missing) which I addressed and I will commit the update in a minute. Rusty, Alex already fixed that, but to make sure, removing PORTEPOCH _never_ can be done, unlike PORTREVISION which is generally removed when the version is updated. I also crafted a detailed commit log entry around all the changes in Wine. Thanks for your help with this update which I delayed due to extensive travel. Gerald
gerald 2010-12-31 08:15:15 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist emulators/wine/files patch-partial-reservation pkg-message.in Log: Update to Wine 1.3.10. [1][2] This includes the following changes: - Icons in the "open with" menus. - Man pages for all installed binaries. - Support for schemas in MSXML. - Many installer fixes. - Beginnings of support for ActiveX in built-in browser. - More work on ActiveX support. - Icons on Internet shortcut menu entries. - Standardization of code implementing COM interfaces. - New scheme for auto-generated DLL registrations. - OpenCL library wrapper. - Support for notification balloons in system tray. - Obsolete AudioIO sound driver removed. - Various MSI fixes. - Translation updates. - Various bug fixes. Lots of new man pages. Also, remove references to FreeBSD 6 from pkg-message. [2] PR: 153434 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> [1] Alex Kozlov <spam@rm-rf.kiev.ua> [2] Revision Changes Path 1.358 +7 -2 ports/emulators/wine/Makefile 1.219 +2 -2 ports/emulators/wine/distinfo 1.3 +4 -3 ports/emulators/wine/files/patch-partial-reservation 1.7 +0 -4 ports/emulators/wine/files/pkg-message.in 1.185 +16 -3 ports/emulators/wine/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: open->closed Committed with some adjustments (outlined in my other mail, plus minor resorting of pkg-plist).