[PATCH] Makefile.usr - switch pkgsrc-create and pkgsrc-checkout to pkgsrc-2010Q4.

Max Herrgard herrgard at gmail.com
Fri Mar 4 07:45:29 PST 2011


---
 etc/Makefile.usr |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/Makefile.usr b/etc/Makefile.usr
index 8b7c43d..c00327c 100644
--- a/etc/Makefile.usr
+++ b/etc/Makefile.usr
@@ -56,12 +56,12 @@ pkgsrc-create:
 		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-2010Q3 origin/pkgsrc-2010Q3
-	cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2010Q3
+	cd ${.CURDIR}/pkgsrc && git branch pkgsrc-2010Q4 origin/pkgsrc-2010Q4
+	cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2010Q4
 	cd ${.CURDIR}/pkgsrc && git pull
 
 pkgsrc-checkout:
-	cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2010Q3
+	cd ${.CURDIR}/pkgsrc && git checkout pkgsrc-2010Q4
 
 pkgsrc-update:
 	cd ${.CURDIR}/pkgsrc && git pull
-- 
1.7.3.5


--------------040303000209040607040005--





More information about the Submit mailing list