pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

auctex-current: Switch from CVS to git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 23:49:52 2016 +0200
Changeset:	52799dca1a9d7307bb969cdd8321fad6aea51171

Modified Files:
	auctex-current/Makefile

Log Message:
auctex-current: Switch from CVS to git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52799dca1a9d7307bb969cdd8321fad6aea51171

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 auctex-current/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/auctex-current/Makefile b/auctex-current/Makefile
index 21ea249..44a0376 100644
--- a/auctex-current/Makefile
+++ b/auctex-current/Makefile
@@ -30,8 +30,8 @@ INFO_FILES=		YES
 CONFIGURE_ARGS.emacs=	--with-lispdir=${EMACS_LISPPREFIX}
 CONFIGURE_ARGS.xemacs=	--with-packagedir=${EMACS_LISPPREFIX:C|/lisp||}
 
-CVS_ROOT.auctex=	:pserver:anonymous:@cvs.savannah.gnu.org:/sources/auctex
-CVS_REPOSITORIES=	auctex
+GIT_REPOSITORIES=	auctex
+GIT_REPO.auctex=	git://git.sv.gnu.org/auctex.git
 
 # separate TeX dependency.
 .include "options.mk"
@@ -40,5 +40,5 @@ pre-configure:
 			(cd ${WRKSRC} && ./autogen.sh)
 
 .include "../../editors/emacs/modules.mk"
-.include "../../wip/mk/cvs-package.mk"
+.include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index