Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 09:39:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518306 - head/audio/pytone
Message-ID:  <201911240939.xAO9dxOS047248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Nov 24 09:39:59 2019
New Revision: 518306
URL: https://svnweb.freebsd.org/changeset/ports/518306

Log:
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/audio/pytone/Makefile
  head/audio/pytone/pkg-descr

Modified: head/audio/pytone/Makefile
==============================================================================
--- head/audio/pytone/Makefile	Sun Nov 24 09:19:05 2019	(r518305)
+++ head/audio/pytone/Makefile	Sun Nov 24 09:39:59 2019	(r518306)
@@ -12,16 +12,15 @@ DISTNAME=	PyTone-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Music jukebox written in Python with a curses GUI
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2  # only
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libao.so:audio/libao
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR}
 
-USES=		ncurses python:2.7
+USES=		localbase ncurses python:2.7
 USE_PYTHON=	autoplist distutils
-
-CFLAGS+=	-I${LOCALBASE}/include
 
 SUB_FILES=	pkg-message
 

Modified: head/audio/pytone/pkg-descr
==============================================================================
--- head/audio/pytone/pkg-descr	Sun Nov 24 09:19:05 2019	(r518305)
+++ head/audio/pytone/pkg-descr	Sun Nov 24 09:39:59 2019	(r518306)
@@ -3,4 +3,4 @@ While providing advanced features like crossfading and
 special emphasis is put on ease of use, turning PyTone into an ideal
 jukebox system for use at parties.
 
-WWW: http://www.luga.de/pytone/
+WWW: https://www.luga.de/pytone/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911240939.xAO9dxOS047248>