svn commit: r439597 - head/audio/libmodplug

Emanuel Haupt ehaupt at FreeBSD.org
Fri Apr 28 09:04:50 UTC 2017


Author: ehaupt
Date: Fri Apr 28 09:04:49 2017
New Revision: 439597
URL: https://svnweb.freebsd.org/changeset/ports/439597

Log:
  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)

Modified:
  head/audio/libmodplug/Makefile
  head/audio/libmodplug/distinfo

Modified: head/audio/libmodplug/Makefile
==============================================================================
--- head/audio/libmodplug/Makefile	Fri Apr 28 05:42:34 2017	(r439596)
+++ head/audio/libmodplug/Makefile	Fri Apr 28 09:04:49 2017	(r439597)
@@ -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: head/audio/libmodplug/distinfo
==============================================================================
--- head/audio/libmodplug/distinfo	Fri Apr 28 05:42:34 2017	(r439596)
+++ head/audio/libmodplug/distinfo	Fri Apr 28 09:04:49 2017	(r439597)
@@ -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-all mailing list