svn commit: r403767 - head/archivers/untar

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Dec 15 09:45:05 UTC 2015


Author: rakuco
Date: Tue Dec 15 09:45:03 2015
New Revision: 403767
URL: https://svnweb.freebsd.org/changeset/ports/403767

Log:
  Fix `make fetch'
  
  Set MASTER_SITES to the current Elvis website.

Modified:
  head/archivers/untar/Makefile

Modified: head/archivers/untar/Makefile
==============================================================================
--- head/archivers/untar/Makefile	Tue Dec 15 09:25:26 2015	(r403766)
+++ head/archivers/untar/Makefile	Tue Dec 15 09:45:03 2015	(r403767)
@@ -5,7 +5,7 @@ PORTNAME=	untar
 PORTVERSION=	1.4
 PORTREVISION=	1
 CATEGORIES=	archivers
-MASTER_SITES=	ftp://ftp.cs.pdx.edu/pub/elvis/
+MASTER_SITES=	http://www.the-little-red-haired-girl.org/pub/elvis/
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.c
 EXTRACT_ONLY=
@@ -13,7 +13,6 @@ EXTRACT_ONLY=
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lists/Extracts files from a "*.tgz" or "*.gz" archive
 
-BROKEN=		Does not fetch
 MAKEFILE=	/usr/share/mk/bsd.prog.mk
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/untar


More information about the svn-ports-all mailing list