mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
1855f75684
commit
f5524fec25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473969
7 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= fuse-utils
|
PORTNAME= fuse-utils
|
||||||
DISTVERSION= 1.4.2
|
DISTVERSION= 1.4.3
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1528305283
|
TIMESTAMP = 1530714365
|
||||||
SHA256 (fuse-utils-1.4.2.tar.gz) = f0354915b362270309867976a90262efcebeef8b240c08fc4684086046305637
|
SHA256 (fuse-utils-1.4.3.tar.gz) = 0d2588bc37fcc6b039010c9ed68aa1e0bf513a80978737b5545f1d4f1684c325
|
||||||
SIZE (fuse-utils-1.4.2.tar.gz) = 500692
|
SIZE (fuse-utils-1.4.3.tar.gz) = 501006
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= fuse
|
PORTNAME= fuse
|
||||||
PORTVERSION= 1.5.4
|
PORTVERSION= 1.5.5
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1528305255
|
TIMESTAMP = 1530714369
|
||||||
SHA256 (fuse-1.5.4.tar.gz) = 3d40f2e7374f5a3d5a40ce2e91912b1c064b33de8831d5979ec2b89a8e69abf3
|
SHA256 (fuse-1.5.5.tar.gz) = bd0e58bd5a09444d79891da0971f9a84aa5670dd8018ac2b56f69e42ebda584e
|
||||||
SIZE (fuse-1.5.4.tar.gz) = 1627729
|
SIZE (fuse-1.5.5.tar.gz) = 1629577
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= libspectrum
|
PORTNAME= libspectrum
|
||||||
PORTVERSION= 1.4.3
|
PORTVERSION= 1.4.4
|
||||||
CATEGORIES= emulators devel
|
CATEGORIES= emulators devel
|
||||||
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1528305227
|
TIMESTAMP = 1530714358
|
||||||
SHA256 (libspectrum-1.4.3.tar.gz) = e1f9d7b2c12643bdf97092bc5c4bf6cd11b786ad94a154521cf697b9e9d4752d
|
SHA256 (libspectrum-1.4.4.tar.gz) = fdfb2b2bad17bcfc98c098deaebf2a9811824b08d525172436d5eb134c9780b1
|
||||||
SIZE (libspectrum-1.4.3.tar.gz) = 568607
|
SIZE (libspectrum-1.4.4.tar.gz) = 568684
|
||||||
|
|
|
@ -2,7 +2,7 @@ include/libspectrum.h
|
||||||
lib/libspectrum.a
|
lib/libspectrum.a
|
||||||
lib/libspectrum.so
|
lib/libspectrum.so
|
||||||
lib/libspectrum.so.8
|
lib/libspectrum.so.8
|
||||||
lib/libspectrum.so.8.8.13
|
lib/libspectrum.so.8.8.14
|
||||||
libdata/pkgconfig/libspectrum.pc
|
libdata/pkgconfig/libspectrum.pc
|
||||||
man/man3/libspectrum.3.gz
|
man/man3/libspectrum.3.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
|
|
Loading…
Add table
Reference in a new issue