diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-04-28 17:04:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-04-28 17:04:49 +0800 |
commit | a4b60101439abe8950dbfdc301040758d759fccc (patch) | |
tree | 48912a2da72ca818a4b2da4b391083ac46c65051 /audio | |
parent | 680bc5b794639b06ea57ebf838bc4e0fc56b0281 (diff) | |
download | freebsd-ports-gnome-a4b60101439abe8950dbfdc301040758d759fccc.tar.gz freebsd-ports-gnome-a4b60101439abe8950dbfdc301040758d759fccc.tar.zst freebsd-ports-gnome-a4b60101439abe8950dbfdc301040758d759fccc.zip |
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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmodplug/Makefile | 5 | ||||
-rw-r--r-- | audio/libmodplug/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
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 |