svn commit: r383498 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Tue Apr 7 11:40:09 UTC 2015
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 at 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 at 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)
More information about the svn-ports-head
mailing list