svn commit: r327171 - head/www/metacafe_dl

John Marino marino at FreeBSD.org
Fri Sep 13 17:50:49 UTC 2013


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 at FreeBSD.org
 COMMENT=	A program for downloading videos from metacafe.com


More information about the svn-ports-all mailing list