From owner-svn-ports-all@FreeBSD.ORG Tue Apr 7 11:40:09 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AA0C5DD; Tue, 7 Apr 2015 11:40:09 +0000 (UTC) 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 2626AE8; Tue, 7 Apr 2015 11:40:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t37Be8Au076194; Tue, 7 Apr 2015 11:40:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t37Be8nw076193; Tue, 7 Apr 2015 11:40:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504071140.t37Be8nw076193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 7 Apr 2015 11:40:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383498 - head/Mk 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.18-1 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: Tue, 07 Apr 2015 11:40:09 -0000 Author: bapt Date: Tue Apr 7 11:40:08 2015 New Revision: 383498 URL: https://svnweb.freebsd.org/changeset/ports/383498 Log: Fix EXTRACT_SUFFIX documentation Remove documentation on the deprecated USE_BZIP2 and USE_XZ Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Apr 7 11:34:18 2015 (r383497) +++ head/Mk/bsd.port.mk Tue Apr 7 11:40:08 2015 (r383498) @@ -93,8 +93,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Default: ${DISTNAME}${EXTRACT_SUFX} # EXTRACT_SUFX - Suffix for archive names # You never have to set both DISTFILES and EXTRACT_SUFX. -# Default: .tar.bz2 if USE_BZIP2 is set, .tar.xz if USE_XZ is set, -# .tar.gz otherwise). +# Default: .tar.bz2 if USES=tar:bzip2 is set, .tar.xz if +# USES=tar:xz USE_XZ is set, .tar.gz otherwise). # MASTER_SITES - Primary location(s) for distribution files if not found # locally. See bsd.sites.mk for common choices for # MASTER_SITES. @@ -324,10 +324,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # if a port breaks with it (it should be # extremely rare). # -# USE_BZIP2 - If set, this port tarballs use bzip2, not gzip, for -# compression. -# USE_XZ - If set, this port tarballs use xz (or lzma) -# for compression # USE_GCC - If set, this port requires this version of gcc, either in # the system or installed from a port. # USE_CSTD - Override the default C language standard (gnu89, gnu99)