aboutsummaryrefslogtreecommitdiffstats
path: root/lang/csharp-mode.el
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2011-07-06 14:19:39 +0800
committermva <mva@FreeBSD.org>2011-07-06 14:19:39 +0800
commit5d6346d2fad053611484f1ed4f665ddc56861749 (patch)
tree70a0e6e43fcbb3c80eca9065439fbef957a2d56f /lang/csharp-mode.el
parent6136320a4e5288aa3b174f48565aab725fb17e1c (diff)
downloadfreebsd-ports-gnome-5d6346d2fad053611484f1ed4f665ddc56861749.tar.gz
freebsd-ports-gnome-5d6346d2fad053611484f1ed4f665ddc56861749.tar.zst
freebsd-ports-gnome-5d6346d2fad053611484f1ed4f665ddc56861749.zip
- Update to 0.8.5
Diffstat (limited to 'lang/csharp-mode.el')
-rw-r--r--lang/csharp-mode.el/Makefile22
-rw-r--r--lang/csharp-mode.el/distinfo4
-rw-r--r--lang/csharp-mode.el/pkg-descr2
3 files changed, 13 insertions, 15 deletions
diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile
index 973037ae828c..eb2b772a5278 100644
--- a/lang/csharp-mode.el/Makefile
+++ b/lang/csharp-mode.el/Makefile
@@ -6,31 +6,29 @@
#
PORTNAME= csharp-mode.el
-PORTVERSION= 0.7.0
-PORTREVISION= 4
+PORTVERSION= 0.8.5
CATEGORIES= lang elisp
-MASTER_SITES= http://mfgames.com/releases/csharp-mode/ \
- http://gentoo.kiev.ua/ftp/distfiles/ \
- http://unix.miet.ru/pub/linux/gentoo/distfiles/
-DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}
+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
-USE_BZIP2= yes
+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 \
- ${EMACS_SITE_LISPDIR}/csharp-mode.elc
+PLIST_FILES= ${EMACS_SITE_LISPDIR}/csharp-mode.el
post-patch:
@${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:
${INSTALL_DATA} ${WRKSRC}/csharp-mode.* ${PREFIX}/${EMACS_SITE_LISPDIR}
diff --git a/lang/csharp-mode.el/distinfo b/lang/csharp-mode.el/distinfo
index dc6aa2441245..7b43f711940f 100644
--- a/lang/csharp-mode.el/distinfo
+++ b/lang/csharp-mode.el/distinfo
@@ -1,2 +1,2 @@
-SHA256 (csharp-mode-0.7.0.tar.bz2) = e72a17972283691c33080aaa60d8060576d2951f1e374da223cf76468bd2eeec
-SIZE (csharp-mode-0.7.0.tar.bz2) = 6254
+SHA256 (csharp-mode-0.8.5.el) = f91081c916781453c87660ef385e8b33dbaea854b41756580707f3f79752c7ce
+SIZE (csharp-mode-0.8.5.el) = 225700
diff --git a/lang/csharp-mode.el/pkg-descr b/lang/csharp-mode.el/pkg-descr
index a89af0a8d225..94d20d1fcf8b 100644
--- a/lang/csharp-mode.el/pkg-descr
+++ b/lang/csharp-mode.el/pkg-descr
@@ -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
the C# mode.
-WWW: http://mfgames.com/linux/csharp-mode
+WWW: http://code.google.com/p/csharpmode/
- Jean-Yves Lefort
jylefort@FreeBSD.org