From a4b60101439abe8950dbfdc301040758d759fccc Mon Sep 17 00:00:00 2001 From: ehaupt Date: Fri, 28 Apr 2017 09:04:49 +0000 Subject: Update to 0.8.9.0. This is a bugfix release (shared library version was not bumped). The port no longer requires gmake. Changelog: - added const declarations to read only variables - fixed delete function - fixed a conversion to 24bit - fixed delete function to be array version - changed fixed valid of 36 to sizeof(reserved) MFH: 2017Q2 (blanket) --- audio/libmodplug/Makefile | 5 ++--- audio/libmodplug/distinfo | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'audio') diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index f662dd9b430f..c7932e93671e 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libmodplug -PORTVERSION= 0.8.8.5 -PORTREVISION= 2 +PORTVERSION= 0.8.9.0 CATEGORIES= audio MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt @@ -13,7 +12,7 @@ COMMENT= ModPlug mod-like music shared libraries LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake pathfix pkgconfig libtool +USES= cpe pathfix pkgconfig libtool INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/libmodplug/distinfo b/audio/libmodplug/distinfo index d2c50578b946..fcd19541dab5 100644 --- a/audio/libmodplug/distinfo +++ b/audio/libmodplug/distinfo @@ -1,2 +1,3 @@ -SHA256 (libmodplug-0.8.8.5.tar.gz) = 77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad -SIZE (libmodplug-0.8.8.5.tar.gz) = 546751 +TIMESTAMP = 1493361396 +SHA256 (libmodplug-0.8.9.0.tar.gz) = 457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de +SIZE (libmodplug-0.8.9.0.tar.gz) = 576566 -- cgit