svn commit: r488273 - head/audio/libopenmpt
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Dec 24 15:47:27 UTC 2018
Author: ehaupt
Date: Mon Dec 24 15:47:26 2018
New Revision: 488273
URL: https://svnweb.freebsd.org/changeset/ports/488273
Log:
Update to 0.4.0
Modified:
head/audio/libopenmpt/Makefile
head/audio/libopenmpt/distinfo
Modified: head/audio/libopenmpt/Makefile
==============================================================================
--- head/audio/libopenmpt/Makefile Mon Dec 24 15:44:19 2018 (r488272)
+++ head/audio/libopenmpt/Makefile Mon Dec 24 15:47:26 2018 (r488273)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libopenmpt
-PORTVERSION= 0.3.13
-PORTREVISION= 1
+PORTVERSION= 0.4.0
DISTVERSIONSUFFIX= +release.autotools
CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \
@@ -38,6 +37,9 @@ OGG_CONFIGURE_WITH= ogg
PORTAUDIO_CONFIGURE_WITH= portaudio
SNDFILE_CONFIGURE_WITH= sndfile
VORBIS_CONFIGURE_WITH= vorbis vorbisfile
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenmpt.so.*
post-install-DOCS-on:
@${RM} ${STAGEDIR}${DOCSDIR}/LICENSE # do not install twice
Modified: head/audio/libopenmpt/distinfo
==============================================================================
--- head/audio/libopenmpt/distinfo Mon Dec 24 15:44:19 2018 (r488272)
+++ head/audio/libopenmpt/distinfo Mon Dec 24 15:47:26 2018 (r488273)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540201429
-SHA256 (libopenmpt-0.3.13+release.autotools.tar.gz) = 29b7c15d92787d5edcd54f4302be6d40d330478be0b49d934bf976fb192896cd
-SIZE (libopenmpt-0.3.13+release.autotools.tar.gz) = 1414177
+TIMESTAMP = 1545655956
+SHA256 (libopenmpt-0.4.0+release.autotools.tar.gz) = 5b70f8538fecdd41662008a4f50167df6c7685fdab38840c7a20eefb634cddab
+SIZE (libopenmpt-0.4.0+release.autotools.tar.gz) = 1460280
More information about the svn-ports-head
mailing list