Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2016 12:01:09 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426037 - head/lang/csharp-mode.el
Message-ID:  <201611131201.uADC19EX079393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sun Nov 13 12:01:09 2016
New Revision: 426037
URL: https://svnweb.freebsd.org/changeset/ports/426037

Log:
  - Update to version 0.9.0
  - Unbreak by moving to the new project location
  
  Reported by:	josteink@kjonigsen.net (upstream maintainer)

Modified:
  head/lang/csharp-mode.el/Makefile
  head/lang/csharp-mode.el/distinfo
  head/lang/csharp-mode.el/pkg-descr

Modified: head/lang/csharp-mode.el/Makefile
==============================================================================
--- head/lang/csharp-mode.el/Makefile	Sun Nov 13 11:27:10 2016	(r426036)
+++ head/lang/csharp-mode.el/Makefile	Sun Nov 13 12:01:09 2016	(r426037)
@@ -2,36 +2,26 @@
 # $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 <bsd.port.mk>

Modified: head/lang/csharp-mode.el/distinfo
==============================================================================
--- head/lang/csharp-mode.el/distinfo	Sun Nov 13 11:27:10 2016	(r426036)
+++ head/lang/csharp-mode.el/distinfo	Sun Nov 13 12:01:09 2016	(r426037)
@@ -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

Modified: head/lang/csharp-mode.el/pkg-descr
==============================================================================
--- head/lang/csharp-mode.el/pkg-descr	Sun Nov 13 11:27:10 2016	(r426036)
+++ head/lang/csharp-mode.el/pkg-descr	Sun Nov 13 12:01:09 2016	(r426037)
@@ -8,4 +8,4 @@ decided to follow the rules and create o
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611131201.uADC19EX079393>