Date: Mon, 10 Jun 2019 08:42:52 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503880 - in head/audio/lmms: . files Message-ID: <201906100842.x5A8gqok076724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Mon Jun 10 08:42:52 2019 New Revision: 503880 URL: https://svnweb.freebsd.org/changeset/ports/503880 Log: Update audio/lmms to 1.2.0 Release note: https://github.com/LMMS/lmms/releases/tag/v1.2.0 PR: 238441 Submitted by: tobik Deleted: head/audio/lmms/files/patch-src_3rdparty_rpmalloc_rpmalloc_rpmalloc_rpmalloc.c Modified: head/audio/lmms/Makefile head/audio/lmms/distinfo head/audio/lmms/pkg-descr head/audio/lmms/pkg-plist Modified: head/audio/lmms/Makefile ============================================================================== --- head/audio/lmms/Makefile Mon Jun 10 08:14:48 2019 (r503879) +++ head/audio/lmms/Makefile Mon Jun 10 08:42:52 2019 (r503880) @@ -3,8 +3,7 @@ PORTNAME= lmms DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0-rc8 -PORTREVISION= 1 +DISTVERSION= 1.2.0 PORTEPOCH= 2 CATEGORIES= audio @@ -30,11 +29,11 @@ RUN_DEPENDS= ${LOCALBASE}/share/ladspa/rdf/caps.rdf:au ${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \ ${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins -USES= cmake desktop-file-utils localbase:ldflags pkgconfig \ - qt:5 shared-mime-info +USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags \ + pkgconfig qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= LMMS -GH_TUPLE= rampantpixels:rpmalloc:1.3.1:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \ +GH_TUPLE= mjansson:rpmalloc:1.3.2:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \ lukas-w:qt5-x11embed:ec77d4ba40bebc0c53a016adb646b6fa65dd5faf:qt5x11embed/src/3rdparty/qt5-x11embed USE_LDCONFIG= yes USE_QT= core gui widgets x11extras xml buildtools_build linguisttools_build qmake_build Modified: head/audio/lmms/distinfo ============================================================================== --- head/audio/lmms/distinfo Mon Jun 10 08:14:48 2019 (r503879) +++ head/audio/lmms/distinfo Mon Jun 10 08:42:52 2019 (r503880) @@ -1,7 +1,7 @@ -TIMESTAMP = 1550559783 -SHA256 (LMMS-lmms-v1.2.0-rc8_GH0.tar.gz) = 4511687e47f6159cb2a250528bcccaa38b36b78f345466d090514214888943e8 -SIZE (LMMS-lmms-v1.2.0-rc8_GH0.tar.gz) = 16224112 -SHA256 (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 9bc0013a0bf8c01540821e84fef0cef067f1d857a01ceceac36f83bd6fedc106 -SIZE (rampantpixels-rpmalloc-1.3.1_GH0.tar.gz) = 63517 +TIMESTAMP = 1560109707 +SHA256 (LMMS-lmms-v1.2.0_GH0.tar.gz) = 0c1be741b39b20023a34f16bad043ad668d054a0d776cc1e083d80f9cc9cb6a7 +SIZE (LMMS-lmms-v1.2.0_GH0.tar.gz) = 16498812 +SHA256 (mjansson-rpmalloc-1.3.2_GH0.tar.gz) = c902238fe6166baa2e5ec48e2a3937e314aa8aa9e5fefb30a6628ef021081ad7 +SIZE (mjansson-rpmalloc-1.3.2_GH0.tar.gz) = 65645 SHA256 (lukas-w-qt5-x11embed-ec77d4ba40bebc0c53a016adb646b6fa65dd5faf_GH0.tar.gz) = 57213eb6da900412b182322e342366815c2cc2d3213cd948c2a7e405d6e41f06 SIZE (lukas-w-qt5-x11embed-ec77d4ba40bebc0c53a016adb646b6fa65dd5faf_GH0.tar.gz) = 32135 Modified: head/audio/lmms/pkg-descr ============================================================================== --- head/audio/lmms/pkg-descr Mon Jun 10 08:14:48 2019 (r503879) +++ head/audio/lmms/pkg-descr Mon Jun 10 08:42:52 2019 (r503880) @@ -8,4 +8,4 @@ LMMS combines the features of a tracker/sequencer prog sample/song/effect management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user interface. -WWW: http://lmms.sourceforge.net/ +WWW: https://lmms.io/ Modified: head/audio/lmms/pkg-plist ============================================================================== --- head/audio/lmms/pkg-plist Mon Jun 10 08:14:48 2019 (r503879) +++ head/audio/lmms/pkg-plist Mon Jun 10 08:42:52 2019 (r503880) @@ -269,7 +269,6 @@ lib/lmms/libvibedstrings.so lib/lmms/libwatsyn.so lib/lmms/libwaveshaper.so lib/lmms/libzynaddsubfx.so -lib/libqx11embedcontainer.a man/man1/lmms.1.gz share/applications/lmms.desktop share/bash-completion/completions/lmms
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906100842.x5A8gqok076724>