svn commit: r302115 - head

Beat Gaetzi beat at FreeBSD.org
Sun Aug 5 17:06:50 UTC 2012


Author: beat
Date: Sun Aug  5 17:06:49 2012
New Revision: 302115
URL: http://svn.freebsd.org/changeset/ports/302115

Log:
  - Don't use SVN variable in 'git svn rebase' as setting the SVN variable to
    a non-default value will break git.
  
  Submitted by:	bf@, melifaro@

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sun Aug  5 16:58:59 2012	(r302114)
+++ head/Makefile	Sun Aug  5 17:06:49 2012	(r302115)
@@ -181,7 +181,7 @@ update:
 	@echo "--------------------------------------------------------------"
 	@echo ">>> Updating ${.CURDIR} from git+svn repository"
 	@echo "--------------------------------------------------------------"
-	cd ${.CURDIR}; ${GIT} ${SVN} rebase
+	cd ${.CURDIR}; ${GIT} svn rebase
 .else
 	@echo "--------------------------------------------------------------"
 	@echo ">>> Running ${PORTSNAP}"



More information about the svn-ports-all mailing list