Bug 206180

Summary: emulators/i386-wine: Pre-compiled binaries need updating
Product: Ports & Packages Reporter: Vladimir Omelchuk <admin>
Component: Individual Port(s)Assignee: David Naylor <dbn>
Status: Closed FIXED    
Severity: Affects Only Me CC: admin
Priority: --- Keywords: needs-patch, needs-qa
Version: LatestFlags: bugzilla: maintainer-feedback? (dbn)
koobs: merge-quarterly?
Hardware: Any   
OS: Any   
Attachments:
Description Flags
INDEX-10_i386-wine none

Description Vladimir Omelchuk 2016-01-12 23:51:07 UTC
Pkg version show wrong version i386-wine, when checks the installed packages against the local ports index file:

root@vladiom:~ # pkg version -v | grep -v =
i386-wine-1.6.2_10,1               <   needs updating (index has 1.8,1)

root@vladiom:~ # pkg info | grep wine
i386-wine-1.6.2_10,1           32bit Microsoft Windows compatibility environment for 64bit FreeBSD
wine-gecko-2.21                Gecko Layout Engine for Wine (HTML support)


root@vladiom:/usr/ports/emulators/i386-wine # grep ^PORT Makefile.inc
PORTNAME=	wine
PORTVERSION=	1.6.2
PORTREVISION=	10
PORTEPOCH=	1
PORTSCOUT=	limitw:1,even

root@vladiom:/usr/ports/emulators/wine # grep -e ^PORT -e ^DIST Makefile
PORTNAME=	wine
DISTVERSION=	1.8
PORTEPOCH=	1
PORTDATA=	l_intl.nls wine.inf
PORTSCOUT=	limitw:1,even


root@vladiom:~ # uname -srm
FreeBSD 10.2-RELEASE-p8 amd64
Comment 1 Vladimir Omelchuk 2016-01-13 00:06:58 UTC
Created attachment 165472 [details]
INDEX-10_i386-wine
Comment 2 David Naylor freebsd_committer freebsd_triage 2016-01-13 04:19:31 UTC
Apologies, this has been delayed due to December holidays and moving house.  I have started the process of updating the pre-compiled binaries for i386-wine.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-01-17 16:52:45 UTC
A commit references this bug:

Author: dbn
Date: Sun Jan 17 16:52:12 UTC 2016
New revision: 406518
URL: https://svnweb.freebsd.org/changeset/ports/406518

Log:
  emulators/i386-wine: update to 1.8.

   - Backport changes from the emulators/i386-wine-devel port.

  PR:		206180
  Reported by:	admin@vladiom.com.ua

Changes:
  head/emulators/i386-wine/Makefile.i386
  head/emulators/i386-wine/Makefile.inc
  head/emulators/i386-wine/distinfo
  head/emulators/i386-wine/files/mergeplist.py
  head/emulators/i386-wine/files/nvidia.sh
  head/emulators/i386-wine/pkg-plist
Comment 4 David Naylor freebsd_committer freebsd_triage 2016-01-17 16:55:25 UTC
Updated port in head.  Please note that an MFH was not requested as the underlying port emulators/wine had not been updated to 1.8 in 2016Q1 branch.  

Thank you for the PR.