svn commit: r340163 - in head/emulators/wine: . files

David Naylor dbn at FreeBSD.org
Sat Jan 18 10:04:08 UTC 2014


Author: dbn
Date: Sat Jan 18 10:04:07 2014
New Revision: 340163
URL: http://svnweb.freebsd.org/changeset/ports/340163
QAT: https://qat.redports.org/buildarchive/r340163/

Log:
  Update emulators/wine 1.6.2.
  
  ChangeLog:
   - Color management support updated to liblcms version 2.
   - Various bug fixes.
  
  Changes:
   - Remove freetype patch, merged upstream.
  
  Approved by:	gerald (maintainer, implicit)

Deleted:
  head/emulators/wine/files/patch-freetype2
Modified:
  head/emulators/wine/Makefile
  head/emulators/wine/distinfo
  head/emulators/wine/pkg-plist

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sat Jan 18 09:51:42 2014	(r340162)
+++ head/emulators/wine/Makefile	Sat Jan 18 10:04:07 2014	(r340163)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	1.6.1
-PORTREVISION=	1
+DISTVERSION=	1.6.2
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -20,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${P
 LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		liblcms.so:${PORTSDIR}/graphics/lcms \
+		liblcms2.so:${PORTSDIR}/graphics/lcms2 \
 		libpng15.so:${PORTSDIR}/graphics/png \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 

Modified: head/emulators/wine/distinfo
==============================================================================
--- head/emulators/wine/distinfo	Sat Jan 18 09:51:42 2014	(r340162)
+++ head/emulators/wine/distinfo	Sat Jan 18 10:04:07 2014	(r340163)
@@ -1,2 +1,2 @@
-SHA256 (wine-1.6.1.tar.bz2) = d5bc2c088b555caa60a7ba1156e6ed74d791ba3c438129c75ab53805215a384c
-SIZE (wine-1.6.1.tar.bz2) = 21183636
+SHA256 (wine-1.6.2.tar.bz2) = f0ab9eede5a0ccacbf6e50682649f9377b9199e49cf55641f1787cf72405acbe
+SIZE (wine-1.6.2.tar.bz2) = 21252985

Modified: head/emulators/wine/pkg-plist
==============================================================================
--- head/emulators/wine/pkg-plist	Sat Jan 18 09:51:42 2014	(r340162)
+++ head/emulators/wine/pkg-plist	Sat Jan 18 10:04:07 2014	(r340163)
@@ -1961,6 +1961,12 @@ lib/wine/xmllite.dll.so
 lib/wine/xolehlp.dll.so
 lib/wine/xpsprint.dll.so
 lib/wine/xpssvcs.dll.so
+man/de.UTF-8/man1/wine.1.gz
+man/de.UTF-8/man1/winemaker.1.gz
+man/de.UTF-8/man1/wineserver.1.gz
+man/fr.UTF-8/man1/wine.1.gz
+man/fr.UTF-8/man1/winemaker.1.gz
+man/fr.UTF-8/man1/wineserver.1.gz
 man/man1/msiexec.1.gz
 man/man1/notepad.1.gz
 man/man1/regedit.1.gz
@@ -1983,12 +1989,21 @@ man/man1/winepath.1.gz
 man/man1/wineserver.1.gz
 man/man1/wmc.1.gz
 man/man1/wrc.1.gz
+man/pl.UTF-8/man1/wine.1.gz
+share/applications/wine.desktop
 %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/README.winedbg
 %%PORTDOCS%%%%DOCSDIR%%/README.winedump
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+ at dirrmtry %%DATADIR%%/fonts
+ at dirrmtry man/pl.UTF-8/man1
+ at dirrmtry man/pl.UTF-8
+ at dirrmtry man/fr.UTF-8/man1
+ at dirrmtry man/fr.UTF-8
+ at dirrmtry man/de.UTF-8/man1
+ at dirrmtry man/de.UTF-8
 @dirrm lib/wine/fakedlls
 @dirrm lib/wine
 @dirrm include/wine/windows/ddk


More information about the svn-ports-all mailing list