Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 15:56:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526791 - in head/audio/py-pyliblo: . files
Message-ID:  <202002221556.01MFu3ue054657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 22 15:56:03 2020
New Revision: 526791
URL: https://svnweb.freebsd.org/changeset/ports/526791

Log:
  Use USE_PYTHON=autoplist
  
  - Change MASTER_SITES to CHEESESHOP
  - Simplify Makefile and setup.py patch after r523104 and r523220
  - Take maintainership

Deleted:
  head/audio/py-pyliblo/files/
  head/audio/py-pyliblo/pkg-plist
Modified:
  head/audio/py-pyliblo/Makefile
  head/audio/py-pyliblo/pkg-descr

Modified: head/audio/py-pyliblo/Makefile
==============================================================================
--- head/audio/py-pyliblo/Makefile	Sat Feb 22 15:55:57 2020	(r526790)
+++ head/audio/py-pyliblo/Makefile	Sat Feb 22 15:56:03 2020	(r526791)
@@ -5,10 +5,10 @@ PORTNAME=	pyliblo
 DISTVERSION=	0.10.0
 PORTREVISION=	2
 CATEGORIES=	audio python
-MASTER_SITES=	http://das.nasophon.de/download/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python wrapper for the Liblo OSC Library
 
 LICENSE=	LGPL21
@@ -16,16 +16,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblo.so:audio/liblo
 
-USES=		python
-USE_PYTHON=	distutils concurrent cython
-MAKE_ENV+=	PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
+USES=		localbase python
+USE_PYTHON=	autoplist concurrent cython distutils
 
-post-patch:
-	${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/setup.py
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/liblo.so
-	${INSTALL_MAN} ${WRKSRC}/scripts/dump_osc.1 ${STAGEDIR}${PREFIX}/share/man/man1
-	${INSTALL_MAN} ${WRKSRC}/scripts/send_osc.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>

Modified: head/audio/py-pyliblo/pkg-descr
==============================================================================
--- head/audio/py-pyliblo/pkg-descr	Sat Feb 22 15:55:57 2020	(r526790)
+++ head/audio/py-pyliblo/pkg-descr	Sat Feb 22 15:56:03 2020	(r526791)
@@ -1,9 +1,8 @@
-pyliblo is a Python wrapper for the liblo OSC library. It
-supports almost the complete functionality of liblo, allowing
-you to send and receive OSC messages using a nice and simple
-Python API.
+pyliblo is a Python wrapper for the liblo OSC library. It supports almost the
+complete functionality of liblo, allowing you to send and receive OSC messages
+using a nice and simple Python API.
 
-Also included are the command line utilities send_osc and
-dump_osc.
+Also included are the command line utilities send_osc and dump_osc.
 
 WWW: http://das.nasophon.de/pyliblo/
+WWW: https://github.com/dsacre/pyliblo



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