]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/xz/FREEBSD-upgrade
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / xz / FREEBSD-upgrade
1 $FreeBSD$
2
3 xz
4
5 The source code is pulled with git:
6
7         git clone --branch=v5.0 http://git.tukaani.org/xz.git xz
8
9 ChangeLog is generated with:
10         
11         git log > ChangeLog
12
13 For the import files and directories were pruned by:
14         
15 sh -c 'for F in `cat FREEBSD-Xlist | grep -v FreeBSD`; do rm -rf ./$F ; done'
16
17 You may check if there are any new files that we don't need.
18
19 The instructions for importing new release and merging to HEAD can be found
20 at FreeBSD wiki:
21
22         http://wiki.freebsd.org/SubversionPrimer/VendorImports
23
24 To make local changes to xz, simply patch and commit to the trunk
25 branch (aka HEAD).  Never make local changes on the vendor branch.
26
27 mm@FreeBSD.org
28 11-July-2011