Date: Tue, 24 Apr 2018 03:53:29 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468174 - in head/audio: . mixxx mixxx20 Message-ID: <201804240353.w3O3rTYa031560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Tue Apr 24 03:53:29 2018 New Revision: 468174 URL: https://svnweb.freebsd.org/changeset/ports/468174 Log: - Copy audio/mixxx to audio/mixxx20 - audio/mixxx is marked like IGNORE. It will be updated to lastest version but ports with FLAVOR feature needs portmgr approval Added: head/audio/mixxx20/ - copied from r468172, head/audio/mixxx/ Modified: head/audio/Makefile head/audio/mixxx/Makefile head/audio/mixxx20/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Apr 24 03:50:08 2018 (r468173) +++ head/audio/Makefile Tue Apr 24 03:53:29 2018 (r468174) @@ -515,6 +515,7 @@ SUBDIR += minitunes SUBDIR += mixer.app SUBDIR += mixmos + SUBDIR += mixxx20 SUBDIR += mixxx SUBDIR += mma SUBDIR += moc Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Tue Apr 24 03:50:08 2018 (r468173) +++ head/audio/mixxx/Makefile Tue Apr 24 03:53:29 2018 (r468174) @@ -14,6 +14,8 @@ COMMENT= DJ mixing application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE= it will be updated to mixxx 2.1.0. FLAVOR needs portmgr approval + LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ libFLAC.so:audio/flac \ libid3tag.so:audio/libid3tag \ Modified: head/audio/mixxx20/Makefile ============================================================================== --- head/audio/mixxx/Makefile Tue Apr 24 01:06:47 2018 (r468172) +++ head/audio/mixxx20/Makefile Tue Apr 24 03:53:29 2018 (r468174) @@ -1,4 +1,3 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ PORTNAME= mixxx @@ -7,6 +6,7 @@ DISTVERSIONSUFFIX= -src PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ +PKGNAMESUFFIX= 20 MAINTAINER= acm@FreeBSD.org COMMENT= DJ mixing application
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804240353.w3O3rTYa031560>