aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-15 22:13:42 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-15 22:13:42 +0000
commitfec6874307dc267ad8b58542a78b1c3b472af656 (patch)
treec06e8176833cbcd0eb571a083b23290140b3afa6 /CHANGES
parent89dfa5b15991cd1c08a2dc966343aaf4d8201e9e (diff)
downloadports-fec6874307dc267ad8b58542a78b1c3b472af656.tar.gz
ports-fec6874307dc267ad8b58542a78b1c3b472af656.zip
Document USES=qmail
Notes
Notes: svn path=/head/; revision=314326
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 080c36b60cbd..989b31d90d98 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,17 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20130315:
+AUTHOR: bdrewery@FreeBSD.org
+
+ * USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL have been removed
+ and converted into the qmail USE feature
+
+ USES= qmail:run will add qmail into RUN_DEPENDS
+ USES= qmail:build will add qmail into BUILD_DEPENDS
+ USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
+ USES= qmail:vars will set QMAIL_PREFIX
+
+20130315:
AUTHOR: bapt@FreeBSD.org
* Add new Keywords directory and first info.yaml keyword (@info).