From d17874dc5dcb4c3b59645d6bc71480b475762237 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 12 Mar 2014 09:17:06 +0000 Subject: Two new USES added to finish handling distfiles formats a consistent way: USES=tar[:[xz|bzip2|Z|tgz]] handles distributions files in format: - plain tar - tar.xz - tar.bz2 - tar.Z - tgz USES=lha handles distributions files info LHA format --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3237dc33e977..775711b976cd 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,20 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20140312: +AUTHOR: bapt@FreeBSD.org + + Two new USES were added to finish handling distfiles formats a consistent way: + + USES=tar[:[xz|bzip2|Z|tgz]] handles distributions files in format: + - plain tar + - tar.xz + - tar.bz2 + - tar.Z + - tgz + + USES=lha handles distributions files info LHA format + 20140307: AUTHOR: rene@FreeBSD.org -- cgit v1.2.3