Date: Mon, 1 May 2017 23:49:34 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439917 - in head: . audio/mpdscribble Message-ID: <201705012349.v41NnYcX030358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Mon May 1 23:49:34 2017 New Revision: 439917 URL: https://svnweb.freebsd.org/changeset/ports/439917 Log: [revive] audio/mpdscribble: fix for unfetchable Revive port, fix ${PORTSDIR} for ftp/curl, give MAINTAINER'ship to submitter. PR: 213160 Submitted by: freebsdbugs@tungol.org Approved by: adamw (mentor, implicit) Added: head/audio/mpdscribble/ - copied from r402560, head/audio/mpdscribble/ Modified: head/MOVED head/audio/mpdscribble/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 1 23:30:03 2017 (r439916) +++ head/MOVED Mon May 1 23:49:34 2017 (r439917) @@ -7928,7 +7928,6 @@ graphics/pure-gl||2015-11-28|Has expired audio/dvda-author||2015-11-28|Has expired: Broken for more than 6 months chinese/oxim||2015-11-28|Has expired: Broken for more than 6 months editors/spe||2015-11-28|Has expired: Broken for more than 6 months -audio/mpdscribble||2015-11-28|Has expired: Broken for more than 6 months cad/geda-symcheck||2015-11-28|Has expired: Broken for more than 6 months audio/linux-fmodapi||2015-11-28|Has expired: Broken for more than 6 months audio/pure-audio||2015-11-28|Has expired: Broken for more than 6 months Modified: head/audio/mpdscribble/Makefile ============================================================================== --- head/audio/mpdscribble/Makefile Sat Nov 28 21:09:31 2015 (r402560) +++ head/audio/mpdscribble/Makefile Mon May 1 23:49:34 2017 (r439917) @@ -5,17 +5,14 @@ PORTNAME= mpdscribble PORTVERSION= 0.22 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} +MASTER_SITES= http://www.musicpd.org/download/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= jlaffaye@FreeBSD.org +MAINTAINER= freebsdbugs@tungol.org COMMENT= Musicpd last.fm client LICENSE= GPLv2 -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 -LIB_DEPENDS+= libmpdclient.so:${PORTSDIR}/audio/libmpdclient +LIB_DEPENDS+= libmpdclient.so:audio/libmpdclient USES= pkgconfig tar:bzip2 USE_GNOME= glib20 @@ -27,7 +24,7 @@ SOUP_DESC= Use libsoup instead of libcur SOUP_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup SOUP_CONFIGURE_ON= --with-http-client=soup -SOUP_LIB_DEPENDS_OFF= libcurl.so:${PORTSDIR}/ftp/curl +SOUP_LIB_DEPENDS_OFF= libcurl.so:ftp/curl SOUP_CONFIGURE_OFF= --with-http-client=curl do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705012349.v41NnYcX030358>