Date: Tue, 15 Dec 2015 09:45:03 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403767 - head/archivers/untar Message-ID: <201512150945.tBF9j3jj076586@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512150945.tBF9j3jj076586>