summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-02-17 19:17:55 +0000
committerdholland <dholland@pkgsrc.org>2013-02-17 19:17:55 +0000
commit9570ccfb1327c7a8ce0307f7dae5486fb06e756c (patch)
treec42160973d2e056113897cf8c0cb9b923831f95b /textproc
parent98e69edc182261383b1f6a27d57cb1d7ee46bdfb (diff)
downloadpkgsrc-9570ccfb1327c7a8ce0307f7dae5486fb06e756c.tar.gz
Revbump all elisp packages after emacs changes.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dictem/Makefile3
-rw-r--r--textproc/emacs-dict-client/Makefile4
-rw-r--r--textproc/emacs-muse/Makefile4
-rw-r--r--textproc/flyspell/Makefile4
-rw-r--r--textproc/ispell-emacs/Makefile4
-rw-r--r--textproc/markdown-mode/Makefile3
-rw-r--r--textproc/migemo-elisp/Makefile4
-rw-r--r--textproc/nxml-mode/Makefile4
-rw-r--r--textproc/po-mode/Makefile3
-rw-r--r--textproc/psgml-mode/Makefile4
-rw-r--r--textproc/suikyo-elisp/Makefile4
-rw-r--r--textproc/suikyo/Makefile4
-rw-r--r--textproc/xslide/Makefile4
13 files changed, 27 insertions, 22 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile
index e40bd115241..00bbdfb442b 100644
--- a/textproc/dictem/Makefile
+++ b/textproc/dictem/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2012/10/25 06:55:46 asau Exp $
+# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:08 dholland Exp $
DISTNAME= dictem-1.0.4
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dictem/} \
http://www.mova.org/~cheusov/pub/dictem/
diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile
index 4e32d08d4da..d9f645059c6 100644
--- a/textproc/emacs-dict-client/Makefile
+++ b/textproc/emacs-dict-client/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2012/10/25 06:55:49 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/02/17 19:18:08 dholland Exp $
DISTNAME= dictionary-1.8.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/dictionary/emacs-dict-client/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${HOMEPAGE}
diff --git a/textproc/emacs-muse/Makefile b/textproc/emacs-muse/Makefile
index a4d1ba35cb3..e425cc39bd8 100644
--- a/textproc/emacs-muse/Makefile
+++ b/textproc/emacs-muse/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2012/10/25 06:55:49 asau Exp $
+# $NetBSD: Makefile,v 1.7 2013/02/17 19:18:08 dholland Exp $
#
DISTNAME= muse-3.11
PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc editors
MASTER_SITES= http://download.gna.org/muse-el/
diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile
index aadf4aea160..0a89d0896b5 100644
--- a/textproc/flyspell/Makefile
+++ b/textproc/flyspell/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2012/10/25 06:55:50 asau Exp $
+# $NetBSD: Makefile,v 1.21 2013/02/17 19:18:08 dholland Exp $
#
DISTNAME= flyspell-1.7m.el
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/.el//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/
EXTRACT_SUFX= # empty
diff --git a/textproc/ispell-emacs/Makefile b/textproc/ispell-emacs/Makefile
index c297b315c27..84b66c77264 100644
--- a/textproc/ispell-emacs/Makefile
+++ b/textproc/ispell-emacs/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2012/10/25 06:55:58 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/02/17 19:18:09 dholland Exp $
#
DISTNAME= ispell.el
PKGNAME= ${EMACS_PKGNAME_PREFIX}ispell-emacs-3.6
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ftp://kdstevens.com/pub/stevens/
EXTRACT_SUFX= .gz
diff --git a/textproc/markdown-mode/Makefile b/textproc/markdown-mode/Makefile
index c9a98215df0..7af52bf0cea 100644
--- a/textproc/markdown-mode/Makefile
+++ b/textproc/markdown-mode/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:06 asau Exp $
+# $NetBSD: Makefile,v 1.6 2013/02/17 19:18:09 dholland Exp $
DISTNAME= markdown-mode
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}-1.8.1
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://jblevins.org/projects/markdown-mode/
DIST_SUBDIR= ${DISTNAME}-1.8.1
diff --git a/textproc/migemo-elisp/Makefile b/textproc/migemo-elisp/Makefile
index 4ba84dc8596..fd1d4c6ba01 100644
--- a/textproc/migemo-elisp/Makefile
+++ b/textproc/migemo-elisp/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2012/10/25 06:56:08 asau Exp $
+# $NetBSD: Makefile,v 1.7 2013/02/17 19:18:09 dholland Exp $
.include "../../textproc/migemo/Makefile.common"
PKGNAME= ${EMACS_PKGNAME_PREFIX}migemo-elisp-${MIGEMO_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Elisp for migemo
diff --git a/textproc/nxml-mode/Makefile b/textproc/nxml-mode/Makefile
index d4f2f00cdd2..355c3a9ca61 100644
--- a/textproc/nxml-mode/Makefile
+++ b/textproc/nxml-mode/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/10/25 06:56:09 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/02/17 19:18:09 dholland Exp $
DISTNAME= nxml-mode-20041004
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc editors
MASTER_SITES= http://www.thaiopensource.com/download/
diff --git a/textproc/po-mode/Makefile b/textproc/po-mode/Makefile
index d2ba2f118ee..b00aa640f7f 100644
--- a/textproc/po-mode/Makefile
+++ b/textproc/po-mode/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:46 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/02/17 19:18:09 dholland Exp $
DISTNAME= gettext-0.18.1.1
PKGNAME= po-mode-2.2
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
EXTRACT_ELEMENTS= ${DISTNAME}/gettext-tools/misc
diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile
index 52865835fd1..abdd10500e2 100644
--- a/textproc/psgml-mode/Makefile
+++ b/textproc/psgml-mode/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2012/10/25 06:56:46 asau Exp $
+# $NetBSD: Makefile,v 1.23 2013/02/17 19:18:09 dholland Exp $
DISTNAME= psgml-1.3.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-mode-/}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psgml/}
diff --git a/textproc/suikyo-elisp/Makefile b/textproc/suikyo-elisp/Makefile
index 28594a7aa69..986f7229a47 100644
--- a/textproc/suikyo-elisp/Makefile
+++ b/textproc/suikyo-elisp/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2012/10/25 06:57:02 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/02/17 19:18:10 dholland Exp $
#
.include "../../textproc/suikyo/Makefile.common"
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/-/-elisp-/}
-PKGREVISION= 1
+PKGREVISION= 2
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
diff --git a/textproc/suikyo/Makefile b/textproc/suikyo/Makefile
index 1f00feee4d9..9ca3db169f9 100644
--- a/textproc/suikyo/Makefile
+++ b/textproc/suikyo/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2012/10/25 06:57:02 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/02/17 19:18:10 dholland Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
+
MAINTAINER= obache@NetBSD.org
COMMENT= Romaji-Kana conversion library
diff --git a/textproc/xslide/Makefile b/textproc/xslide/Makefile
index bd7e2e6bb07..d7828a10c7d 100644
--- a/textproc/xslide/Makefile
+++ b/textproc/xslide/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2012/10/25 06:57:09 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/02/17 19:18:10 dholland Exp $
#
DISTNAME= xslide-0.2.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xslide/}