svn commit: r507070 - head/audio/libmpdclient

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 21 20:46:11 UTC 2019


Author: sunpoet
Date: Sun Jul 21 20:46:08 2019
New Revision: 507070
URL: https://svnweb.freebsd.org/changeset/ports/507070

Log:
  Update WWW
  
  - Take maintainership

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

Modified: head/audio/libmpdclient/Makefile
==============================================================================
--- head/audio/libmpdclient/Makefile	Sun Jul 21 20:46:03 2019	(r507069)
+++ head/audio/libmpdclient/Makefile	Sun Jul 21 20:46:08 2019	(r507070)
@@ -7,13 +7,14 @@ PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://www.musicpd.org/download/libmpdclient/2/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	API library for interfacing MPD
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		tar:xz meson
+USES=		meson tar:xz
+
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS DOXYGEN
@@ -21,7 +22,6 @@ OPTIONS_SUB=	yes
 DOXYGEN_IMPLIES=	DOCS
 
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
-
 DOXYGEN_MESON_TRUE=	documentation
 
 .include <bsd.port.mk>

Modified: head/audio/libmpdclient/pkg-descr
==============================================================================
--- head/audio/libmpdclient/pkg-descr	Sun Jul 21 20:46:03 2019	(r507069)
+++ head/audio/libmpdclient/pkg-descr	Sun Jul 21 20:46:08 2019	(r507070)
@@ -1,4 +1,4 @@
 A stable, documented, asynchronous API library for interfacing MPD in
 the C, C++ & Objective C languages.
 
-WWW: http://www.musicpd.org/libs/libmpdclient
+WWW: https://www.musicpd.org/libs/libmpdclient/


More information about the svn-ports-head mailing list