- Update to 0.8.5

This commit is contained in:
Marcus von Appen 2011-07-06 06:19:39 +00:00
parent 57bbb2c994
commit 0bbb049bd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277164
3 changed files with 13 additions and 15 deletions

View file

@ -6,31 +6,29 @@
# #
PORTNAME= csharp-mode.el PORTNAME= csharp-mode.el
PORTVERSION= 0.7.0 PORTVERSION= 0.8.5
PORTREVISION= 4
CATEGORIES= lang elisp CATEGORIES= lang elisp
MASTER_SITES= http://mfgames.com/releases/csharp-mode/ \ MASTER_SITES= GOOGLE_CODE
http://gentoo.kiev.ua/ftp/distfiles/ \ DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}.el
http://unix.miet.ru/pub/linux/gentoo/distfiles/ EXTRACT_SUFX= # none
DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org MAINTAINER= mva@FreeBSD.org
COMMENT= Emacs/XEmacs major mode for editing C\# source code COMMENT= Emacs/XEmacs major mode for editing C\# source code
USE_BZIP2= yes PROJECTHOST= csharpmode
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
NO_BUILD= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= # none
EXTRACT_AFTER_ARGS= .
USE_EMACS= yes USE_EMACS= yes
PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el \ PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el
${EMACS_SITE_LISPDIR}/csharp-mode.elc
post-patch: post-patch:
@${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el @${MV} ${WRKSRC}/csharp-mode-${PORTVERSION}.el ${WRKSRC}/csharp-mode.el
do-build:
cd ${WRKSRC} && ${EMACS_CMD} -batch -q -f batch-byte-compile csharp-mode.el
do-install: do-install:
${INSTALL_DATA} ${WRKSRC}/csharp-mode.* ${PREFIX}/${EMACS_SITE_LISPDIR} ${INSTALL_DATA} ${WRKSRC}/csharp-mode.* ${PREFIX}/${EMACS_SITE_LISPDIR}

View file

@ -1,2 +1,2 @@
SHA256 (csharp-mode-0.7.0.tar.bz2) = e72a17972283691c33080aaa60d8060576d2951f1e374da223cf76468bd2eeec SHA256 (csharp-mode-0.8.5.el) = f91081c916781453c87660ef385e8b33dbaea854b41756580707f3f79752c7ce
SIZE (csharp-mode-0.7.0.tar.bz2) = 6254 SIZE (csharp-mode-0.8.5.el) = 225700

View file

@ -8,7 +8,7 @@ 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 modification to the core cc-mode engine (which is a good thing). So, this is
the C# mode. the C# mode.
WWW: http://mfgames.com/linux/csharp-mode WWW: http://code.google.com/p/csharpmode/
- Jean-Yves Lefort - Jean-Yves Lefort
jylefort@FreeBSD.org jylefort@FreeBSD.org