git remote add origin git://${GITHOST}/pkgsrcv2.git
cd ${.CURDIR}/pkgsrc && git fetch origin
cd ${.CURDIR}/pkgsrc && git branch master origin/master
- cd ${.CURDIR}/pkgsrc && git branch pkgsrc-2012Q2 origin/pkgsrc-2012Q2
+ cd ${.CURDIR}/pkgsrc && git branch pkgsrc-2011Q4 origin/pkgsrc-2011Q4
cd ${.CURDIR}/pkgsrc && git gc --aggressive
pkgsrc-create: pkgsrc-create-repo
- cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2012Q2
+ cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q4
cd ${.CURDIR}/pkgsrc && git pull
pkgsrc-checkout:
- cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2012Q2
+ cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q4
pkgsrc-update:
cd ${.CURDIR}/pkgsrc && git pull