From owner-svn-ports-all@freebsd.org Sun Nov 13 12:01:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6ABFC3F4EF; Sun, 13 Nov 2016 12:01:10 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 637911CFD; Sun, 13 Nov 2016 12:01:10 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uADC19BL079396; Sun, 13 Nov 2016 12:01:09 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uADC19EX079393; Sun, 13 Nov 2016 12:01:09 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201611131201.uADC19EX079393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 13 Nov 2016 12:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426037 - head/lang/csharp-mode.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2016 12:01:10 -0000 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 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