Date: Mon, 24 Dec 2018 15:47:26 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488273 - head/audio/libopenmpt Message-ID: <201812241547.wBOFlQAA048516@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812241547.wBOFlQAA048516>