diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-05-20 15:03:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-05-20 15:03:18 +0000 |
commit | 8194533c4bff974d98632589cd9a9a79ecf9fe96 (patch) | |
tree | e756127e701c9a12b5b468144626c4d87bc6c20c /emulators/libspectrum | |
parent | c1dc5f06041afb55f9872357457b9272b20cf714 (diff) | |
download | ports-8194533c4bff974d98632589cd9a9a79ecf9fe96.tar.gz ports-8194533c4bff974d98632589cd9a9a79ecf9fe96.zip |
Notes
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 5 | ||||
-rw-r--r-- | emulators/libspectrum/distinfo | 4 | ||||
-rw-r--r-- | emulators/libspectrum/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index e1b761aa1e6e..0997c6742a7a 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTVERSION= 1.1.0 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -28,7 +27,7 @@ AUDIOFILE_DESC= Support loading from .wav files .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOFILE} -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile .else CONFIGURE_ARGS+=--without-libaudiofile .endif diff --git a/emulators/libspectrum/distinfo b/emulators/libspectrum/distinfo index 7518cf659e1f..178dac069f92 100644 --- a/emulators/libspectrum/distinfo +++ b/emulators/libspectrum/distinfo @@ -1,2 +1,2 @@ -SHA256 (libspectrum-1.0.0.tar.gz) = cdf8f5006676c0f68939e331eeadeda5d608d777f1234b080b97f677f1dd287c -SIZE (libspectrum-1.0.0.tar.gz) = 462552 +SHA256 (libspectrum-1.1.0.tar.gz) = 17938b9f62b2c80ed3e0a58f52ef5ad4e9dfab24ed9a1ca828a56145e109ab2e +SIZE (libspectrum-1.1.0.tar.gz) = 500889 diff --git a/emulators/libspectrum/pkg-plist b/emulators/libspectrum/pkg-plist index fca5bdb196c1..b079a2b936d1 100644 --- a/emulators/libspectrum/pkg-plist +++ b/emulators/libspectrum/pkg-plist @@ -3,7 +3,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.la lib/libspectrum.so -lib/libspectrum.so.8 +lib/libspectrum.so.9 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README |