Index: head/audio/libopenmpt/Makefile =================================================================== --- head/audio/libopenmpt/Makefile (revision 488272) +++ head/audio/libopenmpt/Makefile (revision 488273) @@ -1,48 +1,50 @@ # Created by: Emanuel Haupt # $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/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module music library based on OpenMPT LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lang gmake libtool pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-portaudiocpp OPTIONS_DEFINE= DOCS EXAMPLES FLAC MPG123 OGG PORTAUDIO SNDFILE VORBIS OPTIONS_DEFAULT=FLAC MPG123 OGG PORTAUDIO SNDFILE VORBIS FLAC_LIB_DEPENDS= libFLAC.so:audio/flac MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 OGG_LIB_DEPENDS= libogg.so:audio/libogg PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis FLAC_CONFIGURE_WITH= flac MPG123_CONFIGURE_WITH= mpg123 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 post-install-EXAMPLES-on: @${MV} ${STAGEDIR}${DOCSDIR}/examples ${STAGEDIR}${EXAMPLESDIR} .include Index: head/audio/libopenmpt/distinfo =================================================================== --- head/audio/libopenmpt/distinfo (revision 488272) +++ head/audio/libopenmpt/distinfo (revision 488273) @@ -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