diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-03 18:54:16 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-03 18:54:16 +0800 |
commit | fa464e0879f8bf09b510f8f97a14fd0819fb010f (patch) | |
tree | 470626f8c57eb758c364d6f93599b47fc4ceeeb7 /emulators | |
parent | 91e4d9487d8ae0b8a9870aaacaa828abad031cdb (diff) | |
download | freebsd-ports-graphics-fa464e0879f8bf09b510f8f97a14fd0819fb010f.tar.gz freebsd-ports-graphics-fa464e0879f8bf09b510f8f97a14fd0819fb010f.tar.zst freebsd-ports-graphics-fa464e0879f8bf09b510f8f97a14fd0819fb010f.zip |
Update to Wine 1.1.12. Among others, this includes the following changes:
- Support for subpixel font rendering.
- New version of the Gecko engine.
- Various bug fixes.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-configure | 10 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/files/patch-configure | 10 |
6 files changed, 8 insertions, 30 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 13f2f2f485d..ed69b092d42 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.11 -PORTREVISION= 1 +DISTVERSION= 1.1.12 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 23a74d78d20..5fa78c7ae8e 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.11.tar.bz2) = aa376b9fd19bbbc7645ef80b1b132487 -SHA256 (wine-1.1.11.tar.bz2) = 335bf791e250364dab2c82b0d7c5759c557ea4071e4d399db79e9eec5179cb41 -SIZE (wine-1.1.11.tar.bz2) = 14801555 +MD5 (wine-1.1.12.tar.bz2) = f5270b0d2f0fca5852b5bc649c3e796d +SHA256 (wine-1.1.12.tar.bz2) = 3c43fd3b4a4bb776710052daec5ef239f90c3f74e254fc62fc665adeeb2dc89d +SIZE (wine-1.1.12.tar.bz2) = 14794095 diff --git a/emulators/wine-devel/files/patch-configure b/emulators/wine-devel/files/patch-configure deleted file mode 100644 index 031280210d9..00000000000 --- a/emulators/wine-devel/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig 2008-12-24 20:12:58.000000000 +0100 -+++ configure 2008-12-24 20:13:00.000000000 +0100 -@@ -17789,7 +17789,6 @@ - - - for ac_func in \ -- _mkdir \ - _pclose \ - _popen \ - _snprintf \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 13f2f2f485d..ed69b092d42 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.11 -PORTREVISION= 1 +DISTVERSION= 1.1.12 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 23a74d78d20..5fa78c7ae8e 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.11.tar.bz2) = aa376b9fd19bbbc7645ef80b1b132487 -SHA256 (wine-1.1.11.tar.bz2) = 335bf791e250364dab2c82b0d7c5759c557ea4071e4d399db79e9eec5179cb41 -SIZE (wine-1.1.11.tar.bz2) = 14801555 +MD5 (wine-1.1.12.tar.bz2) = f5270b0d2f0fca5852b5bc649c3e796d +SHA256 (wine-1.1.12.tar.bz2) = 3c43fd3b4a4bb776710052daec5ef239f90c3f74e254fc62fc665adeeb2dc89d +SIZE (wine-1.1.12.tar.bz2) = 14794095 diff --git a/emulators/wine/files/patch-configure b/emulators/wine/files/patch-configure deleted file mode 100644 index 031280210d9..00000000000 --- a/emulators/wine/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig 2008-12-24 20:12:58.000000000 +0100 -+++ configure 2008-12-24 20:13:00.000000000 +0100 -@@ -17789,7 +17789,6 @@ - - - for ac_func in \ -- _mkdir \ - _pclose \ - _popen \ - _snprintf \ |