Date: Tue, 4 Oct 2016 15:27:37 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423271 - in head/audio/flacon: . files Message-ID: <201610041527.u94FRbZT024148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Oct 4 15:27:37 2016 New Revision: 423271 URL: https://svnweb.freebsd.org/changeset/ports/423271 Log: - Update to version 2.1.0 - Explicitly list Qt core components in dependencies Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1475427605 which corresponds to commit 7f9ae7c tagged as this release. Reported by: portscout Deleted: head/audio/flacon/files/patch-inputaudiofile.cpp Modified: head/audio/flacon/Makefile head/audio/flacon/distinfo head/audio/flacon/pkg-plist Modified: head/audio/flacon/Makefile ============================================================================== --- head/audio/flacon/Makefile Tue Oct 4 15:27:28 2016 (r423270) +++ head/audio/flacon/Makefile Tue Oct 4 15:27:37 2016 (r423271) @@ -3,7 +3,7 @@ PORTNAME= flacon DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.0 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org @@ -25,9 +25,9 @@ QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON QT5_USE= QT5=${_QT5_DEPS},${_QT5_BDEPS:C/,/_build&/g:%=_build} QT5_USE_OFF= QT4=${_QT4_DEPS},${_QT4_BDEPS:C/,/_build&/g:%=_build} -_QT4_DEPS= gui,network +_QT4_DEPS= corelib,gui,network _QT4_BDEPS= linguisttools,moc,qmake,rcc,uic -_QT5_DEPS= gui,network,widgets +_QT5_DEPS= core,gui,network,widgets _QT5_BDEPS= qmake,buildtools,linguisttools .include <bsd.port.mk> Modified: head/audio/flacon/distinfo ============================================================================== --- head/audio/flacon/distinfo Tue Oct 4 15:27:28 2016 (r423270) +++ head/audio/flacon/distinfo Tue Oct 4 15:27:37 2016 (r423271) @@ -1,2 +1,3 @@ -SHA256 (flacon-flacon-v2.0.0_GH0.tar.gz) = abd6420d8c686bc19f148d9f4b220474939a998d9a214106b5a9c1e2058107f3 -SIZE (flacon-flacon-v2.0.0_GH0.tar.gz) = 317343 +TIMESTAMP = 1475427605 +SHA256 (flacon-flacon-v2.1.0_GH0.tar.gz) = 787b84ba6f068bb54954ec4681f21aa815fe6f25f19f43f10942c5fcec967e2d +SIZE (flacon-flacon-v2.1.0_GH0.tar.gz) = 337008 Modified: head/audio/flacon/pkg-plist ============================================================================== --- head/audio/flacon/pkg-plist Tue Oct 4 15:27:28 2016 (r423270) +++ head/audio/flacon/pkg-plist Tue Oct 4 15:27:37 2016 (r423271) @@ -17,6 +17,7 @@ share/icons/hicolor/48x48/apps/flacon.pn %%DATADIR%%/translations/flacon_ja_JP.qm %%DATADIR%%/translations/flacon_lt.qm %%DATADIR%%/translations/flacon_nb.qm +%%DATADIR%%/translations/flacon_nl.qm %%DATADIR%%/translations/flacon_pl.qm %%DATADIR%%/translations/flacon_pl_PL.qm %%DATADIR%%/translations/flacon_pt_BR.qm @@ -24,6 +25,7 @@ share/icons/hicolor/48x48/apps/flacon.pn %%DATADIR%%/translations/flacon_ro_RO.qm %%DATADIR%%/translations/flacon_ru.qm %%DATADIR%%/translations/flacon_sr.qm +%%DATADIR%%/translations/flacon_sr@latin.qm %%DATADIR%%/translations/flacon_tr.qm %%DATADIR%%/translations/flacon_uk.qm %%DATADIR%%/translations/flacon_zh_CN.qm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041527.u94FRbZT024148>