From eb83a3ea4fa962ce88f23a0afacece6889f8e71a Mon Sep 17 00:00:00 2001 From: "Justin C. Sherrill" Date: Sun, 22 Jan 2012 17:35:37 -0500 Subject: [PATCH] Switch to pkgsrc-2011Q4. --- etc/Makefile.usr | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile.usr b/etc/Makefile.usr index 2f38c74..1efa7e2 100644 --- a/etc/Makefile.usr +++ b/etc/Makefile.usr @@ -59,14 +59,14 @@ 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-2011Q3 origin/pkgsrc-2011Q3 + cd ${.CURDIR}/pkgsrc && git branch pkgsrc-2011Q4 origin/pkgsrc-2011Q4 pkgsrc-create: pkgsrc-create-repo - cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q3 + cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q4 cd ${.CURDIR}/pkgsrc && git pull pkgsrc-checkout: - cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q3 + cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2011Q4 pkgsrc-update: cd ${.CURDIR}/pkgsrc && git pull -- 1.7.7.2