Sat Jun 21 16:01:17 2014 UTC ()
Fix two typos.


(alnsn)
diff -r1.10 -r1.11 pkgsrc/doc/NEWS

cvs diff -r1.10 -r1.11 pkgsrc/doc/NEWS (expand / switch to unified diff)

--- pkgsrc/doc/NEWS 2014/05/09 06:29:57 1.10
+++ pkgsrc/doc/NEWS 2014/06/21 16:01:17 1.11
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: NEWS,v 1.10 2014/05/09 06:29:57 obache Exp $ 1# $NetBSD: NEWS,v 1.11 2014/06/21 16:01:17 alnsn Exp $
2 2
3PKGSRC NEWS 3PKGSRC NEWS
4=========== 4===========
5 5
6 This file contains information about important infrastructural changes in 6 This file contains information about important infrastructural changes in
7 pkgsrc. The intended readers are the pkgsrc developers as well as anyone 7 pkgsrc. The intended readers are the pkgsrc developers as well as anyone
8 tracking pkgsrc-current. 8 tracking pkgsrc-current.
9 9
10Lua multiversion supoort [alnsn 2014-05-03] 10Lua multiversion support [alnsn 2014-05-03]
11 Lua packages lang/lua51 and lang/lua52 have been modified 11 Lua packages lang/lua51 and lang/lua52 have been modified
12 to coexist without conflicts, infrastructure for supporting 12 to coexist without conflicts, infrastructure for supporting
13 multiple versions of Lua has been put in place and all 13 multiple versions of Lua has been put in place and all
14 dependent packages has been adapted to the new infrastructure. 14 dependent packages have been adapted to the new infrastructure.
15 15
16SMF support is introduced [jperkin 2014-03-11] 16SMF support is introduced [jperkin 2014-03-11]
17 17
18Unprivileged staged installation is default [asau 2012-08-14] 18Unprivileged staged installation is default [asau 2012-08-14]
19 pkgsrc has changed to use unprivileged staged installation by default. 19 pkgsrc has changed to use unprivileged staged installation by default.
20 This makes it possible to prevent some installation mistakes. 20 This makes it possible to prevent some installation mistakes.
21 It also makes detection of package conflicts easier. 21 It also makes detection of package conflicts easier.
22 Previously you had to set PKG_DESTDIR_SUPPORT to "user-destdir" 22 Previously you had to set PKG_DESTDIR_SUPPORT to "user-destdir"
23 to invoke this functionality. Set PKG_DESTDIR_SUPPORT to "none" 23 to invoke this functionality. Set PKG_DESTDIR_SUPPORT to "none"
24 to revert to direct installation. 24 to revert to direct installation.
25 25
26buildlink3.mk layout changed [joerg 2009-03-20] 26buildlink3.mk layout changed [joerg 2009-03-20]
27 The buildlink3.mk files have been reorganized to reduce 27 The buildlink3.mk files have been reorganized to reduce