svn commit: r385638 - head/audio/cplay

Jan Beich jbeich at FreeBSD.org
Thu May 7 16:44:46 UTC 2015


Author: jbeich
Date: Thu May  7 16:44:44 2015
New Revision: 385638
URL: https://svnweb.freebsd.org/changeset/ports/385638

Log:
  audio/cplay: switch to Debian distfile

Modified:
  head/audio/cplay/Makefile   (contents, props changed)
  head/audio/cplay/distinfo   (contents, props changed)

Modified: head/audio/cplay/Makefile
==============================================================================
--- head/audio/cplay/Makefile	Thu May  7 16:32:43 2015	(r385637)
+++ head/audio/cplay/Makefile	Thu May  7 16:44:44 2015	(r385638)
@@ -5,14 +5,14 @@ PORTNAME=	cplay
 PORTVERSION=	1.49
 PORTREVISION=	5
 CATEGORIES=	audio
-MASTER_SITES=	ftp://ftp.SpringDaemons.com/soft/
+MASTER_SITES=	DEBIAN
+DISTFILES=	${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Curses-based front-end for various audio players
 
 LICENSE=	GPLv2
 
-BROKEN=		Fails to fetch
 USES=		gettext gmake python:2
 
 MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}"

Modified: head/audio/cplay/distinfo
==============================================================================
--- head/audio/cplay/distinfo	Thu May  7 16:32:43 2015	(r385637)
+++ head/audio/cplay/distinfo	Thu May  7 16:44:44 2015	(r385638)
@@ -1,2 +1,2 @@
-SHA256 (cplay-1.49.tar.gz) = 4c624a7e5839b1523418b0b898dc300c571099a7e7252265ee79f7adbed0a80d
-SIZE (cplay-1.49.tar.gz) = 36400
+SHA256 (cplay_1.49.orig.tar.gz) = 4c624a7e5839b1523418b0b898dc300c571099a7e7252265ee79f7adbed0a80d
+SIZE (cplay_1.49.orig.tar.gz) = 36400


More information about the svn-ports-all mailing list