svn commit: r468174 - in head/audio: . mixxx mixxx20
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Tue Apr 24 03:53:30 UTC 2018
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 at 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 at FreeBSD.org
COMMENT= DJ mixing application
More information about the svn-ports-all
mailing list