Index: head/lang/csharp-mode.el/Makefile =================================================================== --- head/lang/csharp-mode.el/Makefile (revision 426036) +++ head/lang/csharp-mode.el/Makefile (revision 426037) @@ -1,37 +1,27 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= csharp-mode.el -PORTVERSION= 0.8.5 -PORTREVISION= 9 +PORTVERSION= 0.9.0 +DISTVERSIONPREFIX= v CATEGORIES= lang elisp -MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}.el -EXTRACT_SUFX= # none MAINTAINER= mva@FreeBSD.org COMMENT= Emacs/XEmacs major mode for editing C\# source code LICENSE= GPLv2 -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= josteink +GH_PROJECT= csharp-mode -PROJECTHOST= csharpmode -NO_WRKSUBDIR= yes NO_BUILD= yes -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= # none -EXTRACT_AFTER_ARGS= . - USE_EMACS= yes PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el -post-patch: - @${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el - do-install: - ${INSTALL_DATA} ${WRKSRC}/csharp-mode.* \ + ${INSTALL_DATA} ${WRKSRC}/csharp-mode.el \ ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} .include Index: head/lang/csharp-mode.el/distinfo =================================================================== --- head/lang/csharp-mode.el/distinfo (revision 426036) +++ head/lang/csharp-mode.el/distinfo (revision 426037) @@ -1,2 +1,3 @@ -SHA256 (csharp-mode-0.8.5.el) = f91081c916781453c87660ef385e8b33dbaea854b41756580707f3f79752c7ce -SIZE (csharp-mode-0.8.5.el) = 225700 +TIMESTAMP = 1479037651 +SHA256 (josteink-csharp-mode-v0.9.0_GH0.tar.gz) = 4232fe0fc4528be543ca1e338ce3e839814f2a5b43e480c16b7b4f1ea1bca3c5 +SIZE (josteink-csharp-mode-v0.9.0_GH0.tar.gz) = 50453 Index: head/lang/csharp-mode.el/pkg-descr =================================================================== --- head/lang/csharp-mode.el/pkg-descr (revision 426036) +++ head/lang/csharp-mode.el/pkg-descr (revision 426037) @@ -1,11 +1,11 @@ After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode. -WWW: http://code.google.com/p/csharpmode/ +WWW: https://github.com/josteink/csharp-mode