aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-05-25 00:09:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-05-25 00:09:37 +0000
commit942838f1d5788567cd972456ef75252d52a654f1 (patch)
treee66f7014adbdbc9afbc6a95d44647943e61b0f12 /CHANGES
parent586bee0412abbcc764e5380bc513711100947dbd (diff)
downloadports-942838f1d5788567cd972456ef75252d52a654f1.tar.gz
ports-942838f1d5788567cd972456ef75252d52a654f1.zip
* Make 'make-deinstall-all' check for moved ports. [1]
* Defined the installation directories PORTEXAMPLES and PORTDATA. [2] * Add USE_MAKESELF knob is added for ports that use the makeself archiver. [3] * Update the description of fetch-list; add targets fetch-required-list, fetch-url-list, and fetch-urlall-list. [4] * Make 'make search' also search in ports/MOVED. [5] * Move several Makevar definitions to the pre-makefile section: DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR. [6] * The target 'ignorelist-verbose' was added for portsmon. [7] PR: 69965 [1], 78490 [2], 79398 [3], 86776 [4], 104161 [5], 110781 [6] Submitted by: Dancho Penev <dpenev at mnet dot bg> [1], mnag [2], jylefort [3], edwin [4], Lars Engels <lars dot engels at 0x20 dot net> [5], Alexander Logvinov <ports at logvinov dot com> [6], linimon [7]
Notes
Notes: svn path=/head/; revision=191668
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 15bb5b5e40ee..b5f97aab3857 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,28 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070524:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+ * The 'make-deinstall-all' target now checks for moved ports.
+
+ * The installation directories PORTEXAMPLES and PORTDATA are now defined.
+
+ * The USE_MAKESELF knob is added for ports that use the makeself archiver.
+
+ * The description of fetch-list was updated. The targets fetch-required-list,
+ fetch-url-list, and fetch-urlall-list were added.
+
+ * 'make search' will also now search in ports/MOVED.
+
+ * The default method for 'make update' is now portsnap. Previously,
+ you had to manually select one of 3 methods: SUP_UPDATE, CVS_UPDATE,
+ or PORTSNAP_UPDATE. The latter is now obsolete.
+
+ * Several Makevar definitions have been moved to the pre-makefile section:
+ DATADIR, DOCSDIR, ETCDIR, EXAMPLESDIR, WWWDIR.
+
20070403:
AUTHOR: portmgr@FreeBSD.org
The following changes were made to the ports infrastructure: