Bug 153434 - Update emulators/wine to 1.3.10
Summary: Update emulators/wine to 1.3.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-24 22:40 UTC by rnejdl
Modified: 2010-12-31 08:50 UTC (History)
0 users

See Also:


Attachments
wine.diff (1.58 KB, patch)
2010-12-24 22:40 UTC, rnejdl
no flags Details | Diff
patch.txt (5.00 KB, text/plain; charset=us-ascii)
2010-12-25 04:17 UTC, Alex Kozlov
no flags Details
patch.txt (5.53 KB, text/plain; charset=us-ascii)
2010-12-30 00:50 UTC, Alex Kozlov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rnejdl 2010-12-24 22:40:00 UTC
	This patch updates the wine port to 1.3.10
Comment 1 Alex Kozlov 2010-12-25 04:17:49 UTC
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)
Comment 2 rnejdl 2010-12-25 04:47:55 UTC

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 
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2010-12-25 13:35:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to maintainer
Comment 4 Alex Kozlov 2010-12-30 00:50:44 UTC
Hi

Fix man's.
Comment 5 gerald 2010-12-31 08:12:05 UTC
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
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-12-31 08:15:20 UTC
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"
Comment 7 Gerald Pfeifer freebsd_committer freebsd_triage 2010-12-31 08:41:38 UTC
State Changed
From-To: open->closed

Committed with some adjustments (outlined in my other mail, plus 
minor resorting of pkg-plist).