svn commit: r518306 - head/audio/pytone

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 24 09:40:00 UTC 2019


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 at 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/


More information about the svn-ports-all mailing list