From 6e99c40ba8555ef951fad047d30fa21b836ba5ab Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Thu, 2 Jan 2014 00:20:19 +0000 Subject: - Modernize and simplify the archivers/p7zip port's Makefile by getting rid of some sed calls, supporting staging. - Set LICENSE for the port. [1] - Get rid of the MINIMAL and MODULES options. They were not very useful and its handling was needlessly complicating the Makefile logic. We now always build as if MINIMAL was unset. - Stop installing the p7zip and Client7z wrappers. - Move the installation of the RAR decompression codec to archivers/p7zip-codec-rar, as its source code uses a more restrictive license than the LGPL21 used for the rest of the code base. PR: ports/185238 [1] Submitted by: Hardy Schumacher [1] --- UPDATING | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index df65ee46c7ab..8c5889aeee18 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140102: + AFFECTS: users of archivers/p7zip + AUTHOR: rakuco@FreeBSD.org + + The MINIMAL and MODULES options have been removed from archivers/p7zip, + which now unconditionally installs the 7z, 7za and 7zr, as if the MINIMAL + option was previously unset. + + The RAR decompression codec, whose source code has a more restrictive + license that forbids its use for creating RAR archives, has been moved to + a separate port, archivers/p7zip-codec-rar. + 20131230: AFFECTS: ports using Apache Software License 2.0 AUTHOR: ohauer@FreeBSD.org -- cgit v1.2.3