From owner-svn-ports-head@freebsd.org Wed Jan 6 17:12:47 2016 Return-Path: Delivered-To: svn-ports-head@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 3DCEDA65BC6; Wed, 6 Jan 2016 17:12:47 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 073101B86; Wed, 6 Jan 2016 17:12:46 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u06HCk0d032889; Wed, 6 Jan 2016 17:12:46 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u06HCjVH032887; Wed, 6 Jan 2016 17:12:45 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201601061712.u06HCjVH032887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Wed, 6 Jan 2016 17:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405372 - head/ftp/uftp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 17:12:47 -0000 Author: mi Date: Wed Jan 6 17:12:45 2016 New Revision: 405372 URL: https://svnweb.freebsd.org/changeset/ports/405372 Log: Use the ZIP-compressed sources instead of the uncompressed .tar, which is about 4 times bigger. PR: 205964 Approved by: maintainer Modified: head/ftp/uftp/Makefile head/ftp/uftp/distinfo Modified: head/ftp/uftp/Makefile ============================================================================== --- head/ftp/uftp/Makefile Wed Jan 6 17:07:56 2016 (r405371) +++ head/ftp/uftp/Makefile Wed Jan 6 17:12:45 2016 (r405372) @@ -5,8 +5,8 @@ PORTNAME= uftp PORTVERSION= 4.8 PORTEPOCH= 1 CATEGORIES= ftp -MASTER_SITES= http://uftp-multicast.sourceforge.net/downloads/ -EXTRACT_SUFX= .tar +MASTER_SITES= SF/uftp-multicast/source-zip +DISTNAME= uftp_src-${DISTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Multicast capable FTP client and server @@ -14,7 +14,8 @@ COMMENT= Multicast capable FTP client an LICENSE= GPLv3 MAKEFILE= makefile -USES= gmake +USES= zip gmake +EXTRACT_BEFORE_ARGS= -qoa # -a to clean up DOS line endings do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uftp ${STAGEDIR}${PREFIX}/bin/ Modified: head/ftp/uftp/distinfo ============================================================================== --- head/ftp/uftp/distinfo Wed Jan 6 17:07:56 2016 (r405371) +++ head/ftp/uftp/distinfo Wed Jan 6 17:12:45 2016 (r405372) @@ -1,2 +1,2 @@ -SHA256 (uftp-4.8.tar) = 963196ea8f0eb40045a2b396099f93a3e9a8c185a2d8177cc3d95717f2dead6d -SIZE (uftp-4.8.tar) = 1208320 +SHA256 (uftp_src-4.8.zip) = 3b790dbdb26ba1da1dbc29805778e05bcbecbf0913b114ff3f81d5bc0f233374 +SIZE (uftp_src-4.8.zip) = 322373