diff options
author | gerald <gerald@FreeBSD.org> | 2012-03-03 04:47:05 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-03-03 04:47:05 +0800 |
commit | 1d1f2bfa049225e4604ffa917266a0774e63650b (patch) | |
tree | 1acc04ff435533e187aedc3f8e6d36e0508bdb38 | |
parent | 74b47bfb5e31a8232a356801d02ee9522458021e (diff) | |
download | freebsd-ports-gnome-1d1f2bfa049225e4604ffa917266a0774e63650b.tar.gz freebsd-ports-gnome-1d1f2bfa049225e4604ffa917266a0774e63650b.tar.zst freebsd-ports-gnome-1d1f2bfa049225e4604ffa917266a0774e63650b.zip |
Update to Wine 1.4 RC6. Among others, this now reliably detects
CPU speed on FreeBSD by reading the hw.clockrate sysctl instead of
one that is not always present.
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 82233d9d964d..0de409082532 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.4-rc5 +DISTVERSION= 1.4-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index abfcc75aab0c..81e788795109 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.4-rc5.tar.bz2) = 247c58fb6a6543ccb29b1b6faa3538cda7642fe21f67093363c1f06c470eb1b2 -SIZE (wine-1.4-rc5.tar.bz2) = 19999127 +SHA256 (wine-1.4-rc6.tar.bz2) = b6b8df555853767875a145d00ae34150c78221bec876739227db69212d70f4e0 +SIZE (wine-1.4-rc6.tar.bz2) = 20021214 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 82233d9d964d..0de409082532 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.4-rc5 +DISTVERSION= 1.4-rc6 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index abfcc75aab0c..81e788795109 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.4-rc5.tar.bz2) = 247c58fb6a6543ccb29b1b6faa3538cda7642fe21f67093363c1f06c470eb1b2 -SIZE (wine-1.4-rc5.tar.bz2) = 19999127 +SHA256 (wine-1.4-rc6.tar.bz2) = b6b8df555853767875a145d00ae34150c78221bec876739227db69212d70f4e0 +SIZE (wine-1.4-rc6.tar.bz2) = 20021214 |