svn commit: r378593 - in head/audio/libsidplayfp: . files
Thomas Zander
riggs at FreeBSD.org
Sat Feb 7 14:36:00 UTC 2015
Author: riggs
Date: Sat Feb 7 14:35:58 2015
New Revision: 378593
URL: https://svnweb.freebsd.org/changeset/ports/378593
QAT: https://qat.redports.org/buildarchive/r378593/
Log:
Update to upstream version 1.7.0
PR: 197095
Submitted by: liangtai.s16 at gmail.com (maintainer)
Modified:
head/audio/libsidplayfp/Makefile
head/audio/libsidplayfp/distinfo
head/audio/libsidplayfp/files/patch-Makefile.in
Modified: head/audio/libsidplayfp/Makefile
==============================================================================
--- head/audio/libsidplayfp/Makefile Sat Feb 7 14:29:26 2015 (r378592)
+++ head/audio/libsidplayfp/Makefile Sat Feb 7 14:35:58 2015 (r378593)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libsidplayfp
-PORTVERSION= 1.6.0
+PORTVERSION= 1.7.0
CATEGORIES= audio
MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
@@ -36,7 +36,7 @@ BUILD_DEPENDS+= xa65:${PORTSDIR}/devel/x
.include <bsd.port.options.mk>
-SIDPLAYFP_SHLIB_VERSION= 3.1.0
+SIDPLAYFP_SHLIB_VERSION= 3.2.0
STILVIEW_SHLIB_VERSION= 0.0.2
PLIST_SUB+= \
SIDPLAYFP_SHLIB_VER=${SIDPLAYFP_SHLIB_VERSION:C/\.[[:digit:].]+//} \
Modified: head/audio/libsidplayfp/distinfo
==============================================================================
--- head/audio/libsidplayfp/distinfo Sat Feb 7 14:29:26 2015 (r378592)
+++ head/audio/libsidplayfp/distinfo Sat Feb 7 14:35:58 2015 (r378593)
@@ -1,2 +1,2 @@
-SHA256 (libsidplayfp-1.6.0.tar.gz) = bc0e7a612a136e2b173a6fea967db9fe558615eb3bf6a5890b346f75c3eaa013
-SIZE (libsidplayfp-1.6.0.tar.gz) = 646009
+SHA256 (libsidplayfp-1.7.0.tar.gz) = 3e0b51cd6955ede52af446ec44b5ff0ec98c1657bb56694a4ef6d8e50af79324
+SIZE (libsidplayfp-1.7.0.tar.gz) = 668410
Modified: head/audio/libsidplayfp/files/patch-Makefile.in
==============================================================================
--- head/audio/libsidplayfp/files/patch-Makefile.in Sat Feb 7 14:29:26 2015 (r378592)
+++ head/audio/libsidplayfp/files/patch-Makefile.in Sat Feb 7 14:35:58 2015 (r378593)
@@ -1,15 +1,13 @@
---- Makefile.in.orig 2014-10-11 19:24:48.000000000 +0900
-+++ Makefile.in 2014-10-23 21:48:16.000000000 +0900
-@@ -1982,10 +1982,10 @@
- @HAVE_DOXYGEN_TRUE@ rm -fr $(builddir)/docs/html
+--- Makefile.in.orig 2015-01-25 00:59:52.000000000 +0900
++++ Makefile.in 2015-01-26 21:02:06.000000000 +0900
+@@ -2000,8 +2000,8 @@
- sidplayfp/psiddrv.o65:
-- xa -R -G $(srcdir)/sidplayfp/psiddrv.a65 -o $@
-+ xa65 -R -G $(srcdir)/sidplayfp/psiddrv.a65 -o $@
-
- sidplayfp/psiddrv.bin: sidplayfp/psiddrv.o65
-- od -v -An -w8 -tx1 $< | sed -re 's/[[:alnum:]]+/0x&,/g' > sidplayfp/psiddrv.bin
-+ od -v -An -tx1 $< | sed -re 's/[[:alnum:]]+/0x&,/g' | rs 0 8 > sidplayfp/psiddrv.bin
+ .a65.bin:
+ o65file=`echo $@ | sed 's/bin/o65/'`;\
+- xa -R -G $< -o $$o65file &&\
+- od -v -An -w8 -tx1 $$o65file | sed -re 's/[[:alnum:]]+/0x&,/g' > $@ &&\
++ xa65 -R -G $< -o $$o65file &&\
++ od -v -An -tx1 $$o65file | sed -re 's/[[:alnum:]]+/0x&,/g' | rs 0 8 > $@ &&\
+ ${RM} $$o65file
# Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
More information about the svn-ports-all
mailing list