From f22a9489615d510c36982f39cd47f93d42a1c0aa Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Sun, 30 Sep 2012 01:40:23 +0200 Subject: [PATCH] Makefile.usr - Switch to pkgsrc-2012Q2. --- etc/Makefile.usr | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile.usr b/etc/Makefile.usr index 0e0c1b3..7a1b949 100644 --- a/etc/Makefile.usr +++ b/etc/Makefile.usr @@ -62,15 +62,15 @@ pkgsrc-create-repo: 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-2011Q4 origin/pkgsrc-2011Q4 + cd ${.CURDIR}/pkgsrc && git branch pkgsrc-2012Q2 origin/pkgsrc-2012Q2 cd ${.CURDIR}/pkgsrc && git gc --aggressive pkgsrc-create: pkgsrc-create-repo - cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q4 + cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2012Q2 cd ${.CURDIR}/pkgsrc && git pull pkgsrc-checkout: - cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q4 + cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2012Q2 pkgsrc-update: cd ${.CURDIR}/pkgsrc && git pull -- 1.7.7.2