From owner-svn-ports-all@FreeBSD.ORG Tue Sep 4 17:05:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D91F41065673; Tue, 4 Sep 2012 17:05:45 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C10808FC18; Tue, 4 Sep 2012 17:05:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q84H5j9c089565; Tue, 4 Sep 2012 17:05:45 GMT (envelope-from ashish@svn.freebsd.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q84H5iVc089492; Tue, 4 Sep 2012 17:05:44 GMT (envelope-from ashish@svn.freebsd.org) Message-Id: <201209041705.q84H5iVc089492@svn.freebsd.org> From: Ashish SHUKLA Date: Tue, 4 Sep 2012 17:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303664 - in head: Mk audio/emms cad/dinotrace cad/verilog-mode.el databases/bbdb databases/lsdb deskutils/howm deskutils/org-mode.el deskutils/planner.el deskutils/remember.el devel/ce... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 04 Sep 2012 17:05:46 -0000 Author: ashish Date: Tue Sep 4 17:05:43 2012 New Revision: 303664 URL: http://svn.freebsd.org/changeset/ports/303664 Log: Chase Emacs updates Modified: head/Mk/bsd.emacs.mk head/audio/emms/Makefile head/cad/dinotrace/Makefile head/cad/verilog-mode.el/Makefile head/databases/bbdb/Makefile head/databases/lsdb/Makefile head/deskutils/howm/Makefile head/deskutils/org-mode.el/Makefile head/deskutils/planner.el/Makefile head/deskutils/remember.el/Makefile head/devel/cedet/Makefile head/devel/distel/Makefile head/devel/ecb/Makefile head/devel/elib/Makefile head/devel/magit/Makefile head/devel/p5-Sepia/Makefile head/devel/psvn/Makefile head/devel/xtla/Makefile head/editors/apel/Makefile head/editors/flim/Makefile head/editors/gnuserv/Makefile head/editors/mode-info/Makefile head/editors/nxml/Makefile head/editors/paredit-mode.el/Makefile head/editors/psgml/Makefile head/editors/semi/Makefile head/editors/slime/Makefile head/editors/tamago/Makefile head/editors/tree-widget/Makefile head/editors/yasnippet/Makefile head/irc/irchat-jp/Makefile head/irc/riece/Makefile head/japanese/ddskk/Makefile head/japanese/egg-canna/Makefile head/japanese/lookup/Makefile head/japanese/navi2ch/Makefile head/japanese/yc.el/Makefile head/lang/bigloo/Makefile head/lang/clojure-mode.el/Makefile head/lang/csharp-mode.el/Makefile head/lang/ocaml-mode.el/Makefile head/lang/tuareg-mode.el/Makefile head/mail/c-sig/Makefile head/mail/emh/Makefile head/mail/mailcrypt/Makefile head/mail/mew/Makefile head/mail/vm/Makefile head/mail/wanderlust-devel/Makefile head/mail/wanderlust/Makefile head/mail/x-face-e21/Makefile head/mail/xcite/Makefile head/math/ess/Makefile head/math/proofgeneral/Makefile head/misc/color-theme.el/Makefile head/misc/elscreen/Makefile head/net-im/jabber.el/Makefile head/net/tramp/Makefile head/print/auctex/Makefile head/security/easypg/Makefile head/security/starttls/Makefile head/textproc/dictem/Makefile head/textproc/dictionary/Makefile head/textproc/doc-mode.el/Makefile head/textproc/ibus-el/Makefile head/textproc/markdown-mode.el/Makefile head/textproc/muse/Makefile head/textproc/rst.el/Makefile head/textproc/uim-el/Makefile head/textproc/yaml-mode.el/Makefile head/www/emacs-w3m/Makefile Modified: head/Mk/bsd.emacs.mk ============================================================================== --- head/Mk/bsd.emacs.mk Tue Sep 4 16:43:52 2012 (r303663) +++ head/Mk/bsd.emacs.mk Tue Sep 4 17:05:43 2012 (r303664) @@ -117,7 +117,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PO # Emacs-24.x .elif (${EMACS_PORT_NAME} == "emacs24") EMACS_NAME= emacs -EMACS_VER= 24.1 +EMACS_VER= 24.2 EMACS_MAJOR_VER= 24 EMACS_LIBDIR?= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} Modified: head/audio/emms/Makefile ============================================================================== --- head/audio/emms/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/audio/emms/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= emms PORTVERSION= 3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio elisp MASTER_SITES= GNU Modified: head/cad/dinotrace/Makefile ============================================================================== --- head/cad/dinotrace/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/cad/dinotrace/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,6 +7,7 @@ PORTNAME= dinotrace PORTVERSION= 9.4c +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.veripool.org/ftp/ EXTRACT_SUFX= .tgz Modified: head/cad/verilog-mode.el/Makefile ============================================================================== --- head/cad/verilog-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/cad/verilog-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,6 +7,7 @@ PORTNAME= verilog-mode.el PORTVERSION= 801 +PORTREVISION= 1 CATEGORIES= cad elisp MASTER_SITES= http://www.veripool.org/ftp/ DISTNAME= ${PORTNAME:R}-${PORTVERSION}.${PORTNAME:E} Modified: head/databases/bbdb/Makefile ============================================================================== --- head/databases/bbdb/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/databases/bbdb/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= bbdb PORTVERSION= 2.35 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases elisp MASTER_SITES= SF PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/databases/lsdb/Makefile ============================================================================== --- head/databases/lsdb/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/databases/lsdb/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= lsdb PORTVERSION= 0.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases elisp MASTER_SITES= SFJP/${PORTNAME}/7488 PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/deskutils/howm/Makefile ============================================================================== --- head/deskutils/howm/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/deskutils/howm/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= howm PORTVERSION= 1.3.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ Modified: head/deskutils/org-mode.el/Makefile ============================================================================== --- head/deskutils/org-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/deskutils/org-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= org-mode.el PORTVERSION= 7.8.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils elisp MASTER_SITES= http://orgmode.org/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/deskutils/planner.el/Makefile ============================================================================== --- head/deskutils/planner.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/deskutils/planner.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= planner.el PORTVERSION= 3.42 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils elisp MASTER_SITES= http://download.gna.org/planner-el/ \ http://dryice.name/computer/FreeBSD/distfiles/ Modified: head/deskutils/remember.el/Makefile ============================================================================== --- head/deskutils/remember.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/deskutils/remember.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= remember.el PORTVERSION= 2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils elisp MASTER_SITES= http://download.gna.org/remember-el/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/devel/cedet/Makefile ============================================================================== --- head/devel/cedet/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/cedet/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= cedet PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel elisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/devel/distel/Makefile ============================================================================== --- head/devel/distel/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/distel/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= distel PORTVERSION= 2011.03.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= olgeni Modified: head/devel/ecb/Makefile ============================================================================== --- head/devel/ecb/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/ecb/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= ecb PORTVERSION= 2.40 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel elisp MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME:U}%20${PORTVERSION} Modified: head/devel/elib/Makefile ============================================================================== --- head/devel/elib/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/elib/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= elib PORTVERSION= 1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ../old-gnu/emacs Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/magit/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= magit PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://cloud.github.com/downloads/magit/magit/ Modified: head/devel/p5-Sepia/Makefile ============================================================================== --- head/devel/p5-Sepia/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/p5-Sepia/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= Sepia PORTVERSION= 0.992 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/psvn/Makefile ============================================================================== --- head/devel/psvn/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/psvn/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,6 +7,7 @@ PORTNAME= psvn PORTVERSION= 20120326.212349 +PORTREVISION= 1 CATEGORIES= devel elisp MASTER_SITES= http://www.xsteve.at/prg/emacs/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/devel/xtla/Makefile ============================================================================== --- head/devel/xtla/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/devel/xtla/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= xtla PORTVERSION= 1.2.1 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= devel elisp MASTER_SITES= http://download.gna.org/xtla-el/ \ Modified: head/editors/apel/Makefile ============================================================================== --- head/editors/apel/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/apel/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= apel PORTVERSION= ${APEL_VER} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors elisp MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/flim/Makefile ============================================================================== --- head/editors/flim/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/flim/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= flim PORTVERSION= ${FLIM_VER} -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= editors elisp MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/ Modified: head/editors/gnuserv/Makefile ============================================================================== --- head/editors/gnuserv/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/gnuserv/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= gnuserv PORTVERSION= 3.12.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors MASTER_SITES= http://meltin.net/hacks/emacs/src/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/mode-info/Makefile ============================================================================== --- head/editors/mode-info/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/mode-info/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= mode-info PORTVERSION= 0.8.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= http://namazu.org/~tsuchiya/elisp/ Modified: head/editors/nxml/Makefile ============================================================================== --- head/editors/nxml/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/nxml/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= nxml-mode PORTVERSION= ${NXML_VER} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors elisp MASTER_SITES= http://www.thaiopensource.com/download/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/paredit-mode.el/Makefile ============================================================================== --- head/editors/paredit-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/paredit-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= paredit-mode.el PORTVERSION= 22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp MASTER_SITES= http://mumble.net/~campbell/emacs/ DISTNAME= paredit-22.el Modified: head/editors/psgml/Makefile ============================================================================== --- head/editors/psgml/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/psgml/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= psgml PORTVERSION= 1.3.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/semi/Makefile ============================================================================== --- head/editors/semi/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/semi/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors elisp MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/comp/emacsen/lisp/semi/semi-1.14-for-flim-1.14/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/editors/slime/Makefile ============================================================================== --- head/editors/slime/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/slime/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= slime PORTVERSION= 20110714 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ Modified: head/editors/tamago/Makefile ============================================================================== --- head/editors/tamago/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/tamago/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,6 +7,7 @@ PORTNAME= tamago PORTVERSION= 4.0.6.0.20041122.19 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg Modified: head/editors/tree-widget/Makefile ============================================================================== --- head/editors/tree-widget/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/tree-widget/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= tree-widget PORTVERSION= 2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors elisp MASTER_SITES= SF/emhacks/${PORTNAME}/${PORTVERSION} \ http://dryice.name/computer/FreeBSD/distfiles/ Modified: head/editors/yasnippet/Makefile ============================================================================== --- head/editors/yasnippet/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/editors/yasnippet/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= yasnippet PORTVERSION= 0.6.1c -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: head/irc/irchat-jp/Makefile ============================================================================== --- head/irc/irchat-jp/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/irc/irchat-jp/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= irchat-jp PORTVERSION= 26.d -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= irc elisp MASTER_SITES= http://www.ircnet.jp/dist/irchat/:master \ ${MASTER_SITE_LOCAL:S/$/:backup/} Modified: head/irc/riece/Makefile ============================================================================== --- head/irc/riece/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/irc/riece/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -6,7 +6,7 @@ PORTNAME= riece PORTVERSION= 8.0.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= ${MASTER_SITE_SAVANNAH} Modified: head/japanese/ddskk/Makefile ============================================================================== --- head/japanese/ddskk/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/japanese/ddskk/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= ddskk PORTVERSION= 14.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \ ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \ Modified: head/japanese/egg-canna/Makefile ============================================================================== --- head/japanese/egg-canna/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/japanese/egg-canna/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= egg-canna PORTVERSION= 20011110 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese editors elisp MASTER_SITES= http://cgi18.plala.or.jp/nyy/canna/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/japanese/lookup/Makefile ============================================================================== --- head/japanese/lookup/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/japanese/lookup/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= lookup PORTVERSION= 1.4.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/japanese/navi2ch/Makefile ============================================================================== --- head/japanese/navi2ch/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/japanese/navi2ch/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= navi2ch PORTVERSION= 1.8.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= japanese www elisp MASTER_SITES= SF Modified: head/japanese/yc.el/Makefile ============================================================================== --- head/japanese/yc.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/japanese/yc.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= yc.el PORTVERSION= 5.2.1 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ Modified: head/lang/bigloo/Makefile ============================================================================== --- head/lang/bigloo/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/lang/bigloo/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= bigloo PORTVERSION= 3.8c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/indes/fp/Bigloo/ DISTNAME= ${PORTNAME}${PORTVERSION} Modified: head/lang/clojure-mode.el/Makefile ============================================================================== --- head/lang/clojure-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/lang/clojure-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= clojure-mode.el PORTVERSION= 20090718 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang elisp MASTER_SITES= http://distfiles.scode.org/ports/ DISTNAME= clojure-mode-${PORTVERSION} Modified: head/lang/csharp-mode.el/Makefile ============================================================================== --- head/lang/csharp-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/lang/csharp-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= csharp-mode.el PORTVERSION= 0.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang elisp MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME:S|.el$||}-${PORTVERSION}.el Modified: head/lang/ocaml-mode.el/Makefile ============================================================================== --- head/lang/ocaml-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/lang/ocaml-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= caml-mode PORTVERSION= 3.01 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= lang elisp MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ ${MASTER_SITE_LOCAL} Modified: head/lang/tuareg-mode.el/Makefile ============================================================================== --- head/lang/tuareg-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/lang/tuareg-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= tuareg-mode PORTVERSION= 1.45.6 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= lang elisp MASTER_SITES= http://www-rocq.inria.fr/~acohen/tuareg/mode/ Modified: head/mail/c-sig/Makefile ============================================================================== --- head/mail/c-sig/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/c-sig/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= c-sig PORTVERSION= 3.8 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= mail elisp MASTER_SITES= LOCAL MASTER_SITE_SUBDIR= tota/${PORTNAME} Modified: head/mail/emh/Makefile ============================================================================== --- head/mail/emh/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/emh/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= emh PORTVERSION= 1.14.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= mail elisp MASTER_SITES= ftp://ring.aist.go.jp/pub/elisp/semi/semi-1.14-for-flim-1.14/ \ http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/semi/semi-1.14-for-flim-1.14/ Modified: head/mail/mailcrypt/Makefile ============================================================================== --- head/mail/mailcrypt/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/mailcrypt/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= mailcrypt PORTVERSION= 3.5.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF Modified: head/mail/mew/Makefile ============================================================================== --- head/mail/mew/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/mew/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -8,7 +8,7 @@ PORTNAME= mew PORTVERSION= 6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/mail/vm/Makefile ============================================================================== --- head/mail/vm/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/vm/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= vm PORTVERSION= 8.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail elisp MASTER_SITES= https://launchpad.net/${PORTNAME}/8.1.x/${PORTVERSION}/+download/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/mail/wanderlust-devel/Makefile ============================================================================== --- head/mail/wanderlust-devel/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/wanderlust-devel/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= wanderlust PORTVERSION= 2.15.9.b.${SNAPDATE} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail elisp MASTER_SITES= http://www.jpl.org/elips/wl/snapshots/ \ ${MASTER_SITE_LOCAL} Modified: head/mail/wanderlust/Makefile ============================================================================== --- head/mail/wanderlust/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/wanderlust/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= wanderlust PORTVERSION= 2.14.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/elisp/wl/stable/&,} \ Modified: head/mail/x-face-e21/Makefile ============================================================================== --- head/mail/x-face-e21/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/x-face-e21/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= x-face-e21 PORTVERSION= 20070306 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail elisp MASTER_SITES= http://www.jpl.org/elips/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/mail/xcite/Makefile ============================================================================== --- head/mail/xcite/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/mail/xcite/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= xcite PORTVERSION= 1.60 -PORTREVISION= 7 +PORTREVISION= 13 PORTREVISION= 5 CATEGORIES= mail elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/ Modified: head/math/ess/Makefile ============================================================================== --- head/math/ess/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/math/ess/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= ess DISTVERSION= 12.04-4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz Modified: head/math/proofgeneral/Makefile ============================================================================== --- head/math/proofgeneral/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/math/proofgeneral/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= proofgeneral PORTVERSION= 4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math elisp MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/ PKGNAMESUFFIX= -${EMACS_NAME} Modified: head/misc/color-theme.el/Makefile ============================================================================== --- head/misc/color-theme.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/misc/color-theme.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= color-theme.el PORTVERSION= 6.6.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc elisp MASTER_SITES= http://download.gna.org/color-theme/ PKGNAMESUFFIX= -${EMACS_NAME} Modified: head/misc/elscreen/Makefile ============================================================================== --- head/misc/elscreen/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/misc/elscreen/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= elscreen PORTVERSION= 1.4.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc elisp MASTER_SITES= ftp://ftp.morishima.net/pub/morishima.net/naoto/ElScreen/%SUBDIR%/ MASTER_SITE_SUBDIR= . old Modified: head/net-im/jabber.el/Makefile ============================================================================== --- head/net-im/jabber.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/net-im/jabber.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -6,7 +6,7 @@ PORTNAME= jabber.el PORTVERSION= 0.8.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im elisp MASTER_SITES= SF/emacs-jabber/emacs-jabber/${PORTVERSION} DISTNAME= emacs-jabber-${PORTVERSION} Modified: head/net/tramp/Makefile ============================================================================== --- head/net/tramp/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/net/tramp/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= tramp PORTVERSION= 2.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/print/auctex/Makefile ============================================================================== --- head/print/auctex/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/print/auctex/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= auctex PORTVERSION= 11.86 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Modified: head/security/easypg/Makefile ============================================================================== --- head/security/easypg/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/security/easypg/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= easypg PORTVERSION= 0.0.16 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= epg/29289 Modified: head/security/starttls/Makefile ============================================================================== --- head/security/starttls/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/security/starttls/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= starttls PORTVERSION= 0.10 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ Modified: head/textproc/dictem/Makefile ============================================================================== --- head/textproc/dictem/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/dictem/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -6,7 +6,7 @@ PORTNAME= dictem PORTVERSION= 1.0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/dictionary/Makefile ============================================================================== --- head/textproc/dictionary/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/dictionary/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ Modified: head/textproc/doc-mode.el/Makefile ============================================================================== --- head/textproc/doc-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/doc-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= doc-mode.el PORTVERSION= 1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc elisp MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION} DISTNAME= doc-mode-${PORTVERSION} Modified: head/textproc/ibus-el/Makefile ============================================================================== --- head/textproc/ibus-el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/ibus-el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= ibus-el PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc elisp MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/markdown-mode.el/Makefile ============================================================================== --- head/textproc/markdown-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/markdown-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= markdown-mode.el PORTVERSION= 1.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ DISTNAME= markdown-mode.el Modified: head/textproc/muse/Makefile ============================================================================== --- head/textproc/muse/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/muse/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= muse PORTVERSION= 3.20 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc elisp MASTER_SITES= http://download.gna.org/muse-el/ \ ${MASTER_SITE_LOCAL} \ Modified: head/textproc/rst.el/Makefile ============================================================================== --- head/textproc/rst.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/rst.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= rst.el PORTVERSION= 6390 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc elisp MASTER_SITES= http://svn.berlios.de/viewcvs/docutils/trunk/docutils/tools/editors/emacs/ PKGNAMESUFFIX= -${EMACS_NAME} Modified: head/textproc/uim-el/Makefile ============================================================================== --- head/textproc/uim-el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/uim-el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,6 +7,7 @@ PORTNAME= uim-el PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/textproc/yaml-mode.el/Makefile ============================================================================== --- head/textproc/yaml-mode.el/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/textproc/yaml-mode.el/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,6 +7,7 @@ PORTNAME= yaml-mode.el PORTVERSION= 0.0.8 +PORTREVISION= 1 CATEGORIES= textproc elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} Modified: head/www/emacs-w3m/Makefile ============================================================================== --- head/www/emacs-w3m/Makefile Tue Sep 4 16:43:52 2012 (r303663) +++ head/www/emacs-w3m/Makefile Tue Sep 4 17:05:43 2012 (r303664) @@ -7,7 +7,7 @@ PORTNAME= emacs-w3m PORTVERSION= 1.4.471.b.${SNAPDATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www elisp MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nobutaka