Date: Sun, 13 Aug 2017 22:25:15 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447918 - head/multimedia/qmmp-plugin-pack Message-ID: <201708132225.v7DMPFNx000909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Sun Aug 13 22:25:15 2017 New Revision: 447918 URL: https://svnweb.freebsd.org/changeset/ports/447918 Log: * Updated to 0.10.3 * Cleanup Makefile * Add license file PR: 221248 Submitted by: SimaMoto,RyōTa (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12000 Modified: head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp-plugin-pack/distinfo Modified: head/multimedia/qmmp-plugin-pack/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack/Makefile Sun Aug 13 22:24:16 2017 (r447917) +++ head/multimedia/qmmp-plugin-pack/Makefile Sun Aug 13 22:25:15 2017 (r447918) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qmmp-plugin-pack -PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTVERSION= 0.10.3 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ SF/qmmp-dev/${PORTNAME}/ @@ -11,10 +10,8 @@ MAINTAINER= liangtai.s16@gmail.com COMMENT= Additional plug-ins for QMMP (Qt4) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS= ${PORTNAME}-qt5-1.* -PORTSCOUT= limit:^0.* - LIB_DEPENDS= libqmmpui.so:multimedia/qmmp BUILD_DEPENDS= qmmp>=0.10.0:multimedia/qmmp @@ -22,11 +19,13 @@ USES= cmake:outsource localbase pkgconfig tar:bzip2 USE_QT4= corelib gui linguisttools_build moc_build qmake_build rcc_build USE_LDCONFIG= yes -OPTIONS_SUB= yes +CONFLICTS= ${PORTNAME}-qt5-1.* +PORTSCOUT= limit:^0.* +OPTIONS_DEFAULT= FFAP MPG123 XMP OPTIONS_MULTI= PLUGINS OPTIONS_MULTI_PLUGINS= FFAP MPG123 SRCONV XMP -OPTIONS_DEFAULT= FFAP MPG123 XMP +OPTIONS_SUB= yes FFAP_DESC= Support APE sound file FFAP_LIB_DEPENDS= libtag.so:audio/taglib Modified: head/multimedia/qmmp-plugin-pack/distinfo ============================================================================== --- head/multimedia/qmmp-plugin-pack/distinfo Sun Aug 13 22:24:16 2017 (r447917) +++ head/multimedia/qmmp-plugin-pack/distinfo Sun Aug 13 22:25:15 2017 (r447918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475654449 -SHA256 (qmmp-plugin-pack-0.10.2.tar.bz2) = 393ceebc10542af6aa437f1b1b2acbf02c3c141d700a79dbde7f2dae60f7a535 -SIZE (qmmp-plugin-pack-0.10.2.tar.bz2) = 83334 +TIMESTAMP = 1501879677 +SHA256 (qmmp-plugin-pack-0.10.3.tar.bz2) = 366f904c277dfe5e637b88be56fde6b46879dcb19d6f3eb6c363252f4e507b86 +SIZE (qmmp-plugin-pack-0.10.3.tar.bz2) = 84299
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708132225.v7DMPFNx000909>