aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2012-09-23 12:46:18 +0800
committergerald <gerald@FreeBSD.org>2012-09-23 12:46:18 +0800
commit46386ccae9af1dfec1de063fcb2d521881c5eea2 (patch)
tree167ed9b698262dc7af62aeb92ecce0915b64491d /emulators/wine-devel
parent35b77589232e027199c4653266d3fdafe4424e54 (diff)
downloadfreebsd-ports-gnome-46386ccae9af1dfec1de063fcb2d521881c5eea2.tar.gz
freebsd-ports-gnome-46386ccae9af1dfec1de063fcb2d521881c5eea2.tar.zst
freebsd-ports-gnome-46386ccae9af1dfec1de063fcb2d521881c5eea2.zip
Update to Wine 1.5.12. This includes the following changes:
- Client-side window rendering using the DIB engine. - Raw input support for keyboard and mouse. - Support for transparent window areas using color keying. - Implementation of logical processor information. - Support for fonts with localized names. - Various bug fixes.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile3
-rw-r--r--emulators/wine-devel/distinfo4
-rw-r--r--emulators/wine-devel/pkg-plist4
3 files changed, 7 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index c2cd69c7fcd4..8788a58703ab 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= wine
-DISTVERSION= 1.5.12
-PORTREVISION= 1
+DISTVERSION= 1.5.13
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 1f4637ffd063..04669efeba8a 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (wine-1.5.12.tar.bz2) = ba987a0e3b1d5c0ba2d42fecdcff1c4e910d7c9949d9baca796b8b5c1318662c
-SIZE (wine-1.5.12.tar.bz2) = 20652437
+SHA256 (wine-1.5.13.tar.bz2) = c05dd12ecc5256219d09cc1daad6f2153368d69ef15c68400a2a404b79b079d1
+SIZE (wine-1.5.13.tar.bz2) = 20669180
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 5285352eb197..18bec97a063e 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -407,6 +407,8 @@ include/wine/windows/msctf.idl
include/wine/windows/msdadc.h
include/wine/windows/msdadc.idl
include/wine/windows/msdaguid.h
+include/wine/windows/msdasc.h
+include/wine/windows/msdasc.idl
include/wine/windows/mshtmcid.h
include/wine/windows/mshtmdid.h
include/wine/windows/mshtmhst.h
@@ -1098,6 +1100,7 @@ lib/wine/fakedlls/msimsg.dll
lib/wine/fakedlls/msimtf.dll
lib/wine/fakedlls/msisip.dll
lib/wine/fakedlls/msisys.ocx
+lib/wine/fakedlls/msls31.dll
lib/wine/fakedlls/msnet32.dll
lib/wine/fakedlls/mspatcha.dll
lib/wine/fakedlls/msrle32.dll
@@ -1614,6 +1617,7 @@ lib/wine/msimsg.dll.so
lib/wine/msimtf.dll.so
lib/wine/msisip.dll.so
lib/wine/msisys.ocx.so
+lib/wine/msls31.dll.so
lib/wine/msnet32.dll.so
lib/wine/mspatcha.dll.so
lib/wine/msrle32.dll.so
4c75'>Update to 2.3.20.marcus2007-12-122-6/+5 * Update to 2.3.11.ume2007-12-126-24/+26 * - Add rc.d scripts.delphij2007-12-128-3/+181 * update to 4.3.0oliver2007-12-122-5/+5 * - update to 1.0.PreAlpha22dinoex2007-12-122-5/+5 * - update to 1.0.PreAlpha21dinoex2007-12-122-5/+5 * - udpate to 8.14.2dinoex2007-12-122-4/+4 * Update to 1.0.8.delphij2007-12-124-8/+8 * - Update to 1.3.2garga2007-12-123-5/+5 * The gnupg* dependency is needed in BUILD_DEPENDS too.dougb2007-12-091-0/+2 * Un-break packaging by making the GnuPG dependency explicit. My originaldougb2007-12-062-8/+18 * - Update to 1.3.6 (needed for a security update)miwi2007-12-043-26/+26 * ISC recently announced that BIND 8 has been End-of-Life'd:dougb2007-12-037-116/+0 * - Make rc variables can be properly set by users. Default variables should berafan2007-12-034-4/+6 * Update to version 1.5. There are many changes to improve portabilitydougb2007-12-023-15/+14 * - Update to 2.1.2 to fix SIGSEGV on AMD64 machinemnag2007-11-242-5/+4 * - Update to 2.0.0.9sat2007-11-168-319/+343 * update to 2.0.0.9ahze2007-11-1612-114/+12 * Change location of pid file from /var/run to /var/run/dcc becausetmclaugh2007-11-142-2/+3 * Update to 0.14.0.1tmclaugh2007-11-134-34/+9 * - Fix build with gcc 4.2miwi2007-11-112-7/+11 * - Fix install of invalid pam file.beech2007-11-102-12/+11 * Fix build with gcc 4.2fjoe2007-11-072-7/+12 * - Security update to 1.17.1beech2007-11-0610-92/+76 * Fix the plist when I added bogo-junk plugin support in my previous committed,mezz2007-11-032-1/+5 * Fix the crash with GTK+ 2.12.x, depend on what theme user is using. Bump themezz2007-10-316-0/+42 * Update to 1.0.7.delphij2007-10-304-8/+8 * - Update WWWmiwi2007-10-291-1/+1 * The fix for a double-free problem was provided by the package maintainermi2007-10-292-1/+26 * Update to 1.0.6.delphij2007-10-294-8/+8 * Add bogofilter plugin support, and correct three paths of bogofilter, spamcmezz2007-10-292-7/+12 * Update to 0.95.5 release.ale2007-10-282-4/+4 * - Add newline at end of filebeech2007-10-281-1/+1 * Update to 2.2.8.tdb2007-10-282-5/+4 * - Update to 1.31beech2007-10-274-10/+23 * - Conditionalize vpopmail/etc/vpopmail.mysql-dist in plist, it's installed onlypav2007-10-262-3/+6 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2525-695/+967 * change the default setting TLS_PROTOCOL=SSL3 to TLS_PROTOCOL=SSL23 to tryoliver2007-10-241-0/+3 * - Update to 2.0.9tabthorpe2007-10-233-5/+6 * - Update to 1.4.11miwi2007-10-234-5/+236 * - Update to 2.3.2miwi2007-10-232-5/+5 * Teach mailman how to utilize postfix's XVERP functionality,delphij2007-10-233-6/+71 * - Update to 2.2.12mnag2007-10-233-7/+9 * - Update to 2.3.13mnag2007-10-233-10/+10 * - Update to 2.5-20071006mnag2007-10-233-11/+9 * - Update to 2.4.6mnag2007-10-2318-84/+84 * When an SMTP session starts, xf-spf is expected to be forked fromaraujo2007-10-225-0/+89 * - fix rc scriptdinoex2007-10-212-4/+3 * Update to 0.95.4 release.ale2007-10-192-4/+4 * Migration from bison 1.x to 2.xade2007-10-176-7/+13 * - Update to 4.64.3miwi2007-10-173-4/+9 * update to 4.2.1oliver2007-10-152-4/+4 * Update to 2.3.1ache2007-10-142-4/+4 * Update to 1.31.4 (distversion 1.314)lth2007-10-122-4/+4 * Move the USE_PERL5 and NO_BUILD lines before the inclusion of bsd.port.pre.mk.linimon2007-10-121-4/+4 * - Update to 1.3.3.1tabthorpe2007-10-127-203/+411 * Reset maintainer due to maintainer-timeouts and no response to email.linimon2007-10-121-1/+1 * - Update to 1.77garga2007-10-122-4/+4 * - Update to 1.42tabthorpe2007-10-112-6/+5 * - Correct dependency of p5-Net-DNS in last commitrafan2007-10-101-3/+3 * - Add missing dependency for postgreyreport scriptrafan2007-10-101-1/+3 * - Unbreak for amd, set CFLAGS+= -fPICtabthorpe2007-10-101-1/+7 * fix the build if a base64.h exists in PREFIX/include which declares thingsoliver2007-10-092-0/+8 * - update to 1.0.PreAlpha20dinoex2007-10-092-7/+6 * Update vpopmail to 5.4.20 after a long delay, mostly due to wonderingroam2007-10-0918-974/+283 * - Fix with python25+az2007-10-082-1/+53 * update to 2.4.7oliver2007-10-074-8/+8 * Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-079-24/+32 * - Update to 2.3.0miwi2007-10-073-14/+10 * - Fix a typomiwi2007-10-061-1/+1 * - There are some problems to run configure since 2.x update, so, fix it nowgarga2007-10-053-54/+62 * Remove leftover ifedwin2007-10-056-6/+0 * Mark as broken with gcc4.2.linimon2007-10-051-1/+7 * - Update to 1.6tabthorpe2007-10-053-5/+7 * - Update to 5.423clsung2007-10-042-4/+4 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-0410-52/+8 * Remove support for OSVERSION < 5edwin2007-10-0418-296/+125 * - Update to 1.4sat2007-10-044-70/+4 * update to 5.2.0oliver2007-10-032-4/+4 * update to 4.2.0oliver2007-10-032-4/+4 * Override compiler optimization to make the compiled programs work on -CURRENT.stefan2007-10-031-1/+1 * - Update to 1.0.2beech2007-10-033-5/+12 * - Update to 2.1.5beech2007-10-034-10/+8 * - Update to 4.1.5beech2007-10-034-10/+8 * - Add byte-compilation for c-sig.anray2007-10-032-7/+9 * - Bump PORTREVISION after claws-mail updatemiwi2007-10-0216-16/+18 * - Update to 3.0.2miwi2007-10-023-36/+4 * Remove patchfiles which were obsoleted by the new updates toedwin2007-10-024-24/+2 * - Fix build WITH_GNUTLS=yes.stefan2007-10-021-7/+8 * With my portmgr hat on, complete the fix needed for imap-uw to actuallymarcus2007-10-021-11/+1 * - Update to 1.1.4beech2007-10-016-10/+16 * Make this unconditionally depend on gcc3.4 while gcc4.2 problems arelinimon2007-10-011-2/+0 * Make this port depend on gcc3.4 unconditionally. This is a workaroundlinimon2007-10-011-3/+0 * Mark as broken with gcc4.2 on 64-bit archs.linimon2007-10-011-0/+6 * Mark as broken with gcc4.2.linimon2007-10-011-0/+4 * Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.linimon2007-10-013-0/+4 * With my portmgr hat on, fix this port so tools like imapd that depend on itmarcus2007-10-012-2/+4 * Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.linimon2007-09-301-0/+1 * error in man page for imapd of mail/imap-uwedwin2007-09-303-1/+26 * Chase mail/cclient shared library version bump.edwin2007-09-3011-10/+40 * [patch] update mail/imap-uw to version 2006jedwin2007-09-309-485/+679 * [patch] update mail/cclient to version 2006jedwin2007-09-305-215/+347 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-3017-41/+44 * - update to 1.0.PreAlpha19dinoex2007-09-302-6/+5 * Move the USE_PERL definitions, and others, before pre.mk inclusion. Thislinimon2007-09-301-13/+13 * - Add support for Cyrus IMAPd 2.3.xalepulver2007-09-306-48/+59 * Update to 0.18skv2007-09-282-4/+4 * - Update to 5.422miwi2007-09-282-5/+6 * Fix bug in the rc.d script from upstream.wes2007-09-271-0/+11 * Update to 1.21skv2007-09-272-4/+4