svn commit: r439599 - branches/2017Q2/audio/libmodplug
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Apr 28 09:06:50 UTC 2017
Author: ehaupt
Date: Fri Apr 28 09:06:48 2017
New Revision: 439599
URL: https://svnweb.freebsd.org/changeset/ports/439599
Log:
MFH: r439597
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)
Approved by: ports-secteam (blanket)
Modified:
branches/2017Q2/audio/libmodplug/Makefile
branches/2017Q2/audio/libmodplug/distinfo
Directory Properties:
branches/2017Q2/ (props changed)
Modified: branches/2017Q2/audio/libmodplug/Makefile
==============================================================================
--- branches/2017Q2/audio/libmodplug/Makefile Fri Apr 28 09:05:12 2017 (r439598)
+++ branches/2017Q2/audio/libmodplug/Makefile Fri Apr 28 09:06:48 2017 (r439599)
@@ -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 l
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
Modified: branches/2017Q2/audio/libmodplug/distinfo
==============================================================================
--- branches/2017Q2/audio/libmodplug/distinfo Fri Apr 28 09:05:12 2017 (r439598)
+++ branches/2017Q2/audio/libmodplug/distinfo Fri Apr 28 09:06:48 2017 (r439599)
@@ -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
More information about the svn-ports-branches
mailing list