Date: Fri, 13 Sep 2013 17:50:49 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327171 - head/www/metacafe_dl Message-ID: <201309131750.r8DHon97053368@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Sep 13 17:50:49 2013 New Revision: 327171 URL: http://svnweb.freebsd.org/changeset/ports/327171 Log: www/metacafe_dl: Unbreak fetch (sort of) The previous commit removed the blanking of EXTRACT_SUFX and EXTRACT_ONLY thinking that it was a mistake. The distfile actually has no extension, so this is really needed. Without it, the checksum can't even start. The MASTER_SITES is gone. The file is still fetchable because it is cached but at some point it is going to disappear unless somebody preserves it. Modified: head/www/metacafe_dl/Makefile Modified: head/www/metacafe_dl/Makefile ============================================================================== --- head/www/metacafe_dl/Makefile Fri Sep 13 17:50:16 2013 (r327170) +++ head/www/metacafe_dl/Makefile Fri Sep 13 17:50:49 2013 (r327171) @@ -5,8 +5,10 @@ PORTNAME= metacafe_dl PORTVERSION= 2007.09.13 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/ +#MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/ DISTNAME= metacafe-dl-${PORTVERSION} +EXTRACT_SUFX= +EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= A program for downloading videos from metacafe.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131750.r8DHon97053368>