From owner-svn-ports-all@freebsd.org Sun Jun 28 08:50:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEC2E98F442; Sun, 28 Jun 2015 08:50:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF1531D9F; Sun, 28 Jun 2015 08:50:17 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5S8oHoE063590; Sun, 28 Jun 2015 08:50:17 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5S8oH8p063589; Sun, 28 Jun 2015 08:50:17 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201506280850.t5S8oH8p063589@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Jun 2015 08:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390759 - head/sysutils/copytape X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 08:50:18 -0000 Author: riggs Date: Sun Jun 28 08:50:17 2015 New Revision: 390759 URL: https://svnweb.freebsd.org/changeset/ports/390759 Log: Un-break build: Distfiles are fetchable again after r390758 Modified: head/sysutils/copytape/Makefile Modified: head/sysutils/copytape/Makefile ============================================================================== --- head/sysutils/copytape/Makefile Sun Jun 28 08:49:01 2015 (r390758) +++ head/sysutils/copytape/Makefile Sun Jun 28 08:50:17 2015 (r390759) @@ -11,8 +11,6 @@ EXTRACT_SUFX= .Z MAINTAINER= sjroz@verizon.net COMMENT= Program that is used to duplicate magtapes -BROKEN= No public distfiles - EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils NO_WRKSUBDIR= yes