diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2018-07-05 13:39:55 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2018-07-05 13:39:55 +0000 |
| commit | f5524fec25a432793ac8d4ac4a5bd23c4a7eadfe (patch) | |
| tree | 137dc9e9ceeacf50841c3538e288b2f6c48357ae /emulators/fuse | |
| parent | 1855f756849f2d536a09f29bade78e523bed0f5a (diff) | |
Update the Fuse ports to their latest versions:
- libspectrum 1.4.3 -> 1.4.4
- fuse-utils 1.4.2 -> 1.4.3
- fuse 1.5.4 -> 1.5.5
Changes for fuse:
- Improve sound accuracy on Unix 64 bit systems
- Allow the use of real joystick hats/dpads in the SDL joystick code
- Rename compat_get_home_path() to compat_get_config_path()
- Various minor bugfixes
Reported by: portscout
Notes
svn path=/head/; revision=473969
Diffstat (limited to 'emulators/fuse')
| -rw-r--r-- | emulators/fuse/Makefile | 2 | ||||
| -rw-r--r-- | emulators/fuse/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index b030adcafd4f..0cb95f554026 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.5 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} diff --git a/emulators/fuse/distinfo b/emulators/fuse/distinfo index f774ed713c73..8ed0ddc65446 100644 --- a/emulators/fuse/distinfo +++ b/emulators/fuse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1528305255 -SHA256 (fuse-1.5.4.tar.gz) = 3d40f2e7374f5a3d5a40ce2e91912b1c064b33de8831d5979ec2b89a8e69abf3 -SIZE (fuse-1.5.4.tar.gz) = 1627729 +TIMESTAMP = 1530714369 +SHA256 (fuse-1.5.5.tar.gz) = bd0e58bd5a09444d79891da0971f9a84aa5670dd8018ac2b56f69e42ebda584e +SIZE (fuse-1.5.5.tar.gz) = 1629577 |
