From owner-svn-ports-head@freebsd.org Tue Apr 24 03:53:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A117BFB8182; Tue, 24 Apr 2018 03:53:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DA498171B; Tue, 24 Apr 2018 03:53:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 478FE5F18; Tue, 24 Apr 2018 03:53:30 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3O3rUCc031563; Tue, 24 Apr 2018 03:53:30 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O3rTYa031560; Tue, 24 Apr 2018 03:53:29 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201804240353.w3O3rTYa031560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Tue, 24 Apr 2018 03:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468174 - in head/audio: . mixxx mixxx20 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/audio: . mixxx mixxx20 X-SVN-Commit-Revision: 468174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2018 03:53:30 -0000 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 # $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