From 061afcca16999e2e4e791d4517a918d0d606d692 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Sat, 23 Oct 2021 12:11:31 -0300 Subject: [PATCH] USES=emacs: Chase package name changes PR: 259259 Differential Revision: https://reviews.freebsd.org/D32613 --- audio/emms/Makefile | 2 +- cad/dinotrace/Makefile | 2 +- cad/verilog-mode.el/Makefile | 2 +- databases/bbdb/Makefile | 2 +- databases/closql/Makefile | 1 + databases/emacsql/Makefile | 2 +- databases/pg.el/Makefile | 2 +- deskutils/howm/Makefile | 1 + devel/cask/Makefile | 2 +- devel/clojure-cider/Makefile | 2 +- devel/dash.el/Makefile | 2 +- devel/distel/Makefile | 2 +- devel/epl.el/Makefile | 2 +- devel/forge-devel/Makefile | 1 + devel/forge/Makefile | 1 + devel/ghub/Makefile | 1 + devel/git-modes/Makefile | 1 + devel/libegit2/Makefile | 2 +- devel/magit-devel/Makefile | 1 + devel/magit/Makefile | 1 + devel/p5-Sepia/Makefile | 2 +- devel/pkg-info.el/Makefile | 2 +- devel/psvn/Makefile | 2 +- devel/tablist/Makefile | 2 +- devel/transient/Makefile | 1 + devel/treepy.el/Makefile | 2 +- editors/apel/Makefile | 2 +- editors/flim/Makefile | 2 +- editors/paredit-mode.el/Makefile | 2 +- editors/psgml/Makefile | 2 +- editors/semi/Makefile | 2 +- editors/slime/Makefile | 2 +- editors/sly-asdf/Makefile | 2 +- editors/sly-named-readtables/Makefile | 2 +- editors/sly-quicklisp/Makefile | 2 +- editors/sly/Makefile | 2 +- editors/web-mode/Makefile | 2 +- editors/with-editor/Makefile | 1 + graphics/xface.el/Makefile | 2 +- irc/riece/Makefile | 2 +- japanese/boiled-mozc/Makefile | 2 +- japanese/cp5022x-el/Makefile | 2 +- japanese/ddskk/Makefile | 2 +- japanese/lookup/Makefile | 2 +- japanese/migemo.el/Makefile | 2 +- japanese/mozc-el/Makefile | 1 + japanese/navi2ch/Makefile | 2 +- japanese/yc.el/Makefile | 2 +- lang/alchemist.el/Makefile | 2 +- lang/clojure-mode.el/Makefile | 2 +- lang/csharp-mode.el/Makefile | 2 +- lang/elixir-mode.el/Makefile | 2 +- lang/haskell-mode.el/Makefile | 2 +- lang/php-mode.el/Makefile | 2 +- lang/tuareg-mode.el/Makefile | 2 +- mail/c-sig/Makefile | 2 +- mail/mailest/Makefile | 2 +- mail/mew-devel/Makefile | 2 +- mail/mew/Makefile | 2 +- mail/mu4e-maildirs/Makefile | 2 +- mail/mu4e/Makefile | 2 +- mail/notmuch-emacs/Makefile | 1 + mail/wanderlust/Makefile | 2 +- mail/x-face-e21/Makefile | 2 +- mail/xcite/Makefile | 2 +- math/coq/Makefile | 2 +- math/ess/Makefile | 2 +- misc/elscreen/Makefile | 2 +- net-im/jabber.el/Makefile | 2 +- net/tramp/Makefile | 2 +- print/auctex/Makefile | 2 +- print/hyperlatex/Makefile | 2 +- print/pdf-tools/Makefile | 2 +- print/yatex/Makefile | 2 +- security/starttls/Makefile | 2 +- sysutils/puppet-mode.el/Makefile | 2 +- textproc/dictem/Makefile | 2 +- textproc/dictionary/Makefile | 2 +- textproc/doc-mode.el/Makefile | 2 +- textproc/markdown-mode.el/Makefile | 2 +- textproc/muse/Makefile | 2 +- textproc/uim-el/Makefile | 2 +- textproc/xml-lite.el/Makefile | 2 +- textproc/yaml-mode.el/Makefile | 2 +- textproc/yaml.el/Makefile | 2 +- www/emacs-w3m/Makefile | 2 +- 86 files changed, 86 insertions(+), 74 deletions(-) diff --git a/audio/emms/Makefile b/audio/emms/Makefile index 511af428dd4f6..94548e202c73b 100644 --- a/audio/emms/Makefile +++ b/audio/emms/Makefile @@ -2,7 +2,7 @@ PORTNAME= emms DISTVERSION= 5.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index b491eccd57d25..2b93f5811120e 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -2,7 +2,7 @@ PORTNAME= dinotrace PORTVERSION= 9.4c -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= cad MASTER_SITES= http://www.veripool.org/ftp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/cad/verilog-mode.el/Makefile b/cad/verilog-mode.el/Makefile index c3dec665e0ebf..daf70aeb47218 100644 --- a/cad/verilog-mode.el/Makefile +++ b/cad/verilog-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= verilog-mode.el PORTVERSION= 801 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= cad elisp MASTER_SITES= http://www.veripool.org/ftp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index d6c59b3c188eb..dd36fa74e3707 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= bbdb DISTVERSIONPREFIX= v DISTVERSION= 3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/closql/Makefile b/databases/closql/Makefile index 69129dbca049e..0e466c9b07c9b 100644 --- a/databases/closql/Makefile +++ b/databases/closql/Makefile @@ -1,6 +1,7 @@ PORTNAME= closql DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/emacsql/Makefile b/databases/emacsql/Makefile index 43de111da0539..53399e81cb54e 100644 --- a/databases/emacsql/Makefile +++ b/databases/emacsql/Makefile @@ -1,6 +1,6 @@ PORTNAME= emacsql DISTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/databases/pg.el/Makefile b/databases/pg.el/Makefile index a3f6d69e2e264..1a52d333effe2 100644 --- a/databases/pg.el/Makefile +++ b/databases/pg.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= pg.el DISTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index e6295306722d2..020e413f86573 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -1,5 +1,6 @@ PORTNAME= howm PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/cask/Makefile b/devel/cask/Makefile index bb89527fa1b97..a6030f2c19476 100644 --- a/devel/cask/Makefile +++ b/devel/cask/Makefile @@ -1,7 +1,7 @@ PORTNAME= cask PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/clojure-cider/Makefile b/devel/clojure-cider/Makefile index 15611dae16fe7..911abe62ff76e 100644 --- a/devel/clojure-cider/Makefile +++ b/devel/clojure-cider/Makefile @@ -1,6 +1,6 @@ PORTNAME= clojure-cider PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/dash.el/Makefile b/devel/dash.el/Makefile index 88fff5df804ed..d881bf07b877c 100644 --- a/devel/dash.el/Makefile +++ b/devel/dash.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= dash.el DISTVERSION= 2.19.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/distel/Makefile b/devel/distel/Makefile index 0537b86f27d78..2fedb1658c6a9 100644 --- a/devel/distel/Makefile +++ b/devel/distel/Makefile @@ -1,6 +1,6 @@ PORTNAME= distel PORTVERSION= 4.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/epl.el/Makefile b/devel/epl.el/Makefile index 6d05c494a4b11..d93a74ea38c02 100644 --- a/devel/epl.el/Makefile +++ b/devel/epl.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= epl.el PORTVERSION= 0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/forge-devel/Makefile b/devel/forge-devel/Makefile index 4cf3cc9be9cbf..39b39ddbe27b5 100644 --- a/devel/forge-devel/Makefile +++ b/devel/forge-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= forge DISTVERSIONPREFIX= v DISTVERSION= 0.3.0-2 DISTVERSIONSUFFIX= -g72b29bd +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/devel/forge/Makefile b/devel/forge/Makefile index 3d12da9626c37..9ea2a30281386 100644 --- a/devel/forge/Makefile +++ b/devel/forge/Makefile @@ -1,6 +1,7 @@ PORTNAME= forge DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/ghub/Makefile b/devel/ghub/Makefile index a4f96fa27d208..8de00940916f4 100644 --- a/devel/ghub/Makefile +++ b/devel/ghub/Makefile @@ -1,6 +1,7 @@ PORTNAME= ghub DISTVERSIONPREFIX= v DISTVERSION= 3.5.4 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/git-modes/Makefile b/devel/git-modes/Makefile index 64faca1fd85c3..2152de9526ecd 100644 --- a/devel/git-modes/Makefile +++ b/devel/git-modes/Makefile @@ -2,6 +2,7 @@ PORTNAME= git-modes DISTVERSION= 1.4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile index d897ea103cf53..b0aef6d6c56db 100644 --- a/devel/libegit2/Makefile +++ b/devel/libegit2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libegit2 DISTVERSION= g20200515 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/magit-devel/Makefile b/devel/magit-devel/Makefile index 309eb99702758..227df5953e3ed 100644 --- a/devel/magit-devel/Makefile +++ b/devel/magit-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= magit DISTVERSIONPREFIX= v DISTVERSION= 3.3.0-26 DISTVERSIONSUFFIX= -gaba0a596 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 0e8e9be02b6af..d21ebb15cafad 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -3,6 +3,7 @@ PORTNAME= magit DISTVERSIONPREFIX= v DISTVERSION= 3.3.0 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/p5-Sepia/Makefile b/devel/p5-Sepia/Makefile index c9ff3349fbaa1..a069cec87b055 100644 --- a/devel/p5-Sepia/Makefile +++ b/devel/p5-Sepia/Makefile @@ -2,7 +2,7 @@ PORTNAME= Sepia PORTVERSION= 0.992 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/pkg-info.el/Makefile b/devel/pkg-info.el/Makefile index 02772ff9db6bb..e7376ebd93de0 100644 --- a/devel/pkg-info.el/Makefile +++ b/devel/pkg-info.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkg-info.el PORTVERSION= 0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/psvn/Makefile b/devel/psvn/Makefile index b92b4ff76ba5a..0fc6e9c20a3be 100644 --- a/devel/psvn/Makefile +++ b/devel/psvn/Makefile @@ -2,7 +2,7 @@ PORTNAME= psvn PORTVERSION= 20150720.214200 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel elisp MASTER_SITES= http://www.xsteve.at/prg/emacs/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/tablist/Makefile b/devel/tablist/Makefile index b7ad2551e0cec..dd1d7dd5db39f 100644 --- a/devel/tablist/Makefile +++ b/devel/tablist/Makefile @@ -1,7 +1,7 @@ PORTNAME= tablist DISTVERSIONPREFIX= v DISTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/transient/Makefile b/devel/transient/Makefile index 401d1385dd838..b55944b9ee4a9 100644 --- a/devel/transient/Makefile +++ b/devel/transient/Makefile @@ -1,6 +1,7 @@ PORTNAME= transient DISTVERSIONPREFIX= v DISTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/devel/treepy.el/Makefile b/devel/treepy.el/Makefile index f54d3ebade02a..6a376da97c49e 100644 --- a/devel/treepy.el/Makefile +++ b/devel/treepy.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= treepy.el DISTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 90b593fca434e..480b2ad3e0f1a 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -2,7 +2,7 @@ PORTNAME= apel PORTVERSION= 10.8.${SNAPDATE} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 26f27878224ef..7c340a6ea7190 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -2,7 +2,7 @@ PORTNAME= flim PORTVERSION= 1.14.9.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile index 26f9775123a46..578c3b3936fa1 100644 --- a/editors/paredit-mode.el/Makefile +++ b/editors/paredit-mode.el/Makefile @@ -1,6 +1,6 @@ PORTNAME= paredit-mode.el PORTVERSION= 24 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors elisp MASTER_SITES= http://mumble.net/~campbell/emacs/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index a1366ea6c2583..14988f5a9b32b 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -2,7 +2,7 @@ PORTNAME= psgml PORTVERSION= 1.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors elisp MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/1.3.2 PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/semi/Makefile b/editors/semi/Makefile index b47775c29f08d..f47b7990d44b3 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -2,7 +2,7 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER}.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/slime/Makefile b/editors/slime/Makefile index a96a8d9a6dfea..5857ad53b05e0 100644 --- a/editors/slime/Makefile +++ b/editors/slime/Makefile @@ -3,7 +3,7 @@ PORTNAME= slime DISTVERSIONPREFIX= v DISTVERSION= 2.26.1-9 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -gf368e22a CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly-asdf/Makefile b/editors/sly-asdf/Makefile index 4232301ad3ac7..0b380c36869f3 100644 --- a/editors/sly-asdf/Makefile +++ b/editors/sly-asdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly-asdf PORTVERSION= 20210308 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly-named-readtables/Makefile b/editors/sly-named-readtables/Makefile index dc804da0e3b24..6f730dcd9c09d 100644 --- a/editors/sly-named-readtables/Makefile +++ b/editors/sly-named-readtables/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly-named-readtables PORTVERSION= 20191013 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly-quicklisp/Makefile b/editors/sly-quicklisp/Makefile index a3f0df8e98fc5..e20c60085facf 100644 --- a/editors/sly-quicklisp/Makefile +++ b/editors/sly-quicklisp/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly-quicklisp PORTVERSION= 20200707 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/sly/Makefile b/editors/sly/Makefile index 89778f4e63a02..a2ff3d90b2c89 100644 --- a/editors/sly/Makefile +++ b/editors/sly/Makefile @@ -1,6 +1,6 @@ PORTNAME= sly DISTVERSION= 1.0.43 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/web-mode/Makefile b/editors/web-mode/Makefile index 147a5cd4ba577..c2df7079f76a2 100644 --- a/editors/web-mode/Makefile +++ b/editors/web-mode/Makefile @@ -1,7 +1,7 @@ PORTNAME= web-mode PORTVERSION= 15.1 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index 428d3d5af8aec..dc418be67a037 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -3,6 +3,7 @@ PORTNAME= with-editor DISTVERSIONPREFIX= v DISTVERSION= 3.0.5 +PORTREVISION= 1 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile index 84855f3427235..fdc412935d6b6 100644 --- a/graphics/xface.el/Makefile +++ b/graphics/xface.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= xface.el PORTVERSION= 1.3.6.24 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics elisp MASTER_SITES= http://www.jpl.org/ftp/pub/elisp/ \ ftp://ftp.jpl.org/pub/elisp/ diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 9d2340b817144..4b9f27d4be909 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -2,7 +2,7 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH diff --git a/japanese/boiled-mozc/Makefile b/japanese/boiled-mozc/Makefile index 12c6144299507..59ff0bcf3f0c1 100644 --- a/japanese/boiled-mozc/Makefile +++ b/japanese/boiled-mozc/Makefile @@ -1,7 +1,7 @@ PORTNAME= boiled-mozc PORTVERSION= 0.7 DISTVERSIONPREFIX=v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= japanese editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/cp5022x-el/Makefile b/japanese/cp5022x-el/Makefile index 6e836b5476306..bd61faad45b38 100644 --- a/japanese/cp5022x-el/Makefile +++ b/japanese/cp5022x-el/Makefile @@ -1,6 +1,6 @@ PORTNAME= cp5022x PORTVERSION= 0.0.20120324 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese elisp PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX} diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile index 5393135725b2f..114139747a27c 100644 --- a/japanese/ddskk/Makefile +++ b/japanese/ddskk/Makefile @@ -2,7 +2,7 @@ PORTNAME= ddskk DISTVERSION= 16.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese elisp MASTER_SITES= ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \ http://www.ring.gr.jp/archives/elisp/skk/maintrunk/ \ diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 1862927bb6fa2..bf30bcf51ff03 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -2,7 +2,7 @@ PORTNAME= lookup PORTVERSION= 1.99.96.20180209 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/migemo.el/Makefile b/japanese/migemo.el/Makefile index 7d43797a77672..ceeb6ff4830e4 100644 --- a/japanese/migemo.el/Makefile +++ b/japanese/migemo.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= migemo.el PORTVERSION= 1.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/mozc-el/Makefile b/japanese/mozc-el/Makefile index d924cf78e37e4..069d92842f876 100644 --- a/japanese/mozc-el/Makefile +++ b/japanese/mozc-el/Makefile @@ -1,5 +1,6 @@ # Created by: TAKANO, Yuji +PORTREVISION= 1 PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX} COMMENT= Emacs input method for Mozc diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile index 152d7765c440d..bb81e88276abe 100644 --- a/japanese/navi2ch/Makefile +++ b/japanese/navi2ch/Makefile @@ -2,7 +2,7 @@ PORTNAME= navi2ch PORTVERSION= 2.0.0.d -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= japanese www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile index 2295b162b133d..b904380f8fc0f 100644 --- a/japanese/yc.el/Makefile +++ b/japanese/yc.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= yc.el PORTVERSION= 5.2.1 -PORTREVISION= 18 +PORTREVISION= 19 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://www.ceres.dti.ne.jp/~knak/ diff --git a/lang/alchemist.el/Makefile b/lang/alchemist.el/Makefile index 64751a675fec4..214ac956207bd 100644 --- a/lang/alchemist.el/Makefile +++ b/lang/alchemist.el/Makefile @@ -1,7 +1,7 @@ PORTNAME= alchemist.el PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/clojure-mode.el/Makefile b/lang/clojure-mode.el/Makefile index 9c4390a408fbf..45f8d51a3bbd8 100644 --- a/lang/clojure-mode.el/Makefile +++ b/lang/clojure-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= clojure-mode.el PORTVERSION= 5.11.0 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/csharp-mode.el/Makefile b/lang/csharp-mode.el/Makefile index c56696b56fb38..7396590b70e27 100644 --- a/lang/csharp-mode.el/Makefile +++ b/lang/csharp-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= csharp-mode.el PORTVERSION= 0.9.2 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/elixir-mode.el/Makefile b/lang/elixir-mode.el/Makefile index be755f616c417..6d7cfe30bab90 100644 --- a/lang/elixir-mode.el/Makefile +++ b/lang/elixir-mode.el/Makefile @@ -1,7 +1,7 @@ PORTNAME= elixir-mode.el DISTVERSIONPREFIX= v PORTVERSION= 2.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 6b882371dc0c1..6222e9f17097b 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= haskell-mode DISTVERSION= 17.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index f0a4975988d0b..507c896b86f80 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= php-mode.el PORTVERSION= 1.24.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/lang/tuareg-mode.el/Makefile b/lang/tuareg-mode.el/Makefile index 3a5b5b4285f2f..36e620895b752 100644 --- a/lang/tuareg-mode.el/Makefile +++ b/lang/tuareg-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= tuareg-mode PORTVERSION= 2.0.8 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile index 8986dfb765d1f..c1ef046d61a58 100644 --- a/mail/c-sig/Makefile +++ b/mail/c-sig/Makefile @@ -2,7 +2,7 @@ PORTNAME= c-sig PORTVERSION= 3.8.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 6a8b3ddb03fff..431c4a4727f99 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -1,7 +1,7 @@ PORTNAME= mailest PORTVERSION= 0.9.24 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew-devel/Makefile b/mail/mew-devel/Makefile index fe0dacc0ec9d7..d2563a8b71792 100644 --- a/mail/mew-devel/Makefile +++ b/mail/mew-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= mew DISTVERSIONPREFIX= v DISTVERSION= 6.8-72 DISTVERSIONSUFFIX= -gfc4bca6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail elisp PKGNAMESUFFIX= -devel${EMACS_PKGNAMESUFFIX} diff --git a/mail/mew/Makefile b/mail/mew/Makefile index bb4387d3c5b02..78e9219d0b5d9 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -2,7 +2,7 @@ PORTNAME= mew PORTVERSION= 6.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mu4e-maildirs/Makefile b/mail/mu4e-maildirs/Makefile index e45186983f584..d9ac78c82327c 100644 --- a/mail/mu4e-maildirs/Makefile +++ b/mail/mu4e-maildirs/Makefile @@ -1,6 +1,6 @@ PORTNAME= mu4e-maildirs PORTVERSION= 0.8.20201028 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile index 8562f031774dd..b43c6ee2ddb53 100644 --- a/mail/mu4e/Makefile +++ b/mail/mu4e/Makefile @@ -1,6 +1,6 @@ PORTNAME= mu4e PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/notmuch-emacs/Makefile b/mail/notmuch-emacs/Makefile index fb977ccd35860..01444bfe874cc 100644 --- a/mail/notmuch-emacs/Makefile +++ b/mail/notmuch-emacs/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index 425bb15c1879b..5d5c10a2debd0 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -2,7 +2,7 @@ PORTNAME= wanderlust PORTVERSION= 2.15.9.b.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/x-face-e21/Makefile b/mail/x-face-e21/Makefile index a13fb41a6b8c2..388649a64d117 100644 --- a/mail/x-face-e21/Makefile +++ b/mail/x-face-e21/Makefile @@ -2,7 +2,7 @@ PORTNAME= x-face-e21 PORTVERSION= 20070306 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= mail elisp MASTER_SITES= http://www.jpl.org/elips/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/xcite/Makefile b/mail/xcite/Makefile index ae836e6ae1218..622d2a1eaaa98 100644 --- a/mail/xcite/Makefile +++ b/mail/xcite/Makefile @@ -2,7 +2,7 @@ PORTNAME= xcite PORTVERSION= 1.60 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= mail elisp MASTER_SITES= https://www.gentei.org/~yuuji/software/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/math/coq/Makefile b/math/coq/Makefile index 70d559f4004fe..0c236a0a76a79 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.6 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 3 CATEGORIES= math MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \ diff --git a/math/ess/Makefile b/math/ess/Makefile index 70003d156c522..9853367c4716b 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -2,7 +2,7 @@ PORTNAME= ess DISTVERSION= 18.10.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ \ http://stat.ethz.ch/ESS/downloads/ess/ diff --git a/misc/elscreen/Makefile b/misc/elscreen/Makefile index 76d1192a90a43..2a79a2f4d3fa0 100644 --- a/misc/elscreen/Makefile +++ b/misc/elscreen/Makefile @@ -2,7 +2,7 @@ PORTNAME= elscreen PORTVERSION= 1.4.6.20180320 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/net-im/jabber.el/Makefile b/net-im/jabber.el/Makefile index b2493d1e83528..6c27127dfe21a 100644 --- a/net-im/jabber.el/Makefile +++ b/net-im/jabber.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= jabber.el PORTVERSION= 0.8.92 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-im elisp MASTER_SITES= SF/emacs-jabber/emacs-jabber%20beta%20versions/${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/net/tramp/Makefile b/net/tramp/Makefile index b65956e6b78f6..ce80038bfab9c 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -2,7 +2,7 @@ PORTNAME= tramp PORTVERSION= 2.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 672d2b68f3624..edafc5e76750a 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -2,7 +2,7 @@ PORTNAME= auctex PORTVERSION= 12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print elisp MASTER_SITES= GNU PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index dd660a2d27280..3151ffcd212f6 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= Hyperlatex DISTVERSION= 2.9a -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/2.9a PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index 844f45c149142..7ce60d6151f18 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-84 DISTVERSIONSUFFIX= -g5f77dae -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 36cdcf2f929a2..c5b2c28765613 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= yatex PORTVERSION= 1.82 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= print elisp MASTER_SITES= http://www.yatex.org/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/security/starttls/Makefile b/security/starttls/Makefile index fc87408d85387..86702aed892f8 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -1,6 +1,6 @@ PORTNAME= starttls PORTVERSION= 0.10 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= security MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/sysutils/puppet-mode.el/Makefile b/sysutils/puppet-mode.el/Makefile index 69db1140eb046..311520eb51679 100644 --- a/sysutils/puppet-mode.el/Makefile +++ b/sysutils/puppet-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= puppet-mode.el PORTVERSION= 0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 64ce296dc83ca..60303362af139 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -2,7 +2,7 @@ PORTNAME= dictem PORTVERSION= 1.0.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index fa7eee8c4d05a..3567b0e3ca97a 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -2,7 +2,7 @@ PORTNAME= dictionary PORTVERSION= 1.8.7 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \ http://bsdchat.com/dist/dryice/ diff --git a/textproc/doc-mode.el/Makefile b/textproc/doc-mode.el/Makefile index c55fe2474944f..cef7f4265d97b 100644 --- a/textproc/doc-mode.el/Makefile +++ b/textproc/doc-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= doc-mode.el PORTVERSION= 1.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc elisp MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile index 17e2c47ab0e55..ff2b99b8c6ba7 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= markdown-mode.el DISTVERSIONPREFIX= v DISTVERSION= 2.4 CATEGORIES= textproc elisp -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= olgeni@FreeBSD.org diff --git a/textproc/muse/Makefile b/textproc/muse/Makefile index 64865dc7857eb..4a348db4e1f6a 100644 --- a/textproc/muse/Makefile +++ b/textproc/muse/Makefile @@ -2,7 +2,7 @@ PORTNAME= muse PORTVERSION= 3.20 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc elisp MASTER_SITES= http://download.gna.org/muse-el/ \ LOCAL/dryice \ diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index c6e63bf6d8240..431e1c71337f5 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -2,7 +2,7 @@ PORTNAME= uim-el PORTVERSION= 1.8.9.b.20210104 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} #DISTNAME= uim-${PORTVERSION} diff --git a/textproc/xml-lite.el/Makefile b/textproc/xml-lite.el/Makefile index a37c662948e88..5a3217ef68d60 100644 --- a/textproc/xml-lite.el/Makefile +++ b/textproc/xml-lite.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= xml-lite.el PORTVERSION= 1.1 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= textproc elisp MASTER_SITES= http://dogbiscuit.org/mdub/software/ diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile index 7ba434cfc7ac5..66a40af38b816 100644 --- a/textproc/yaml-mode.el/Makefile +++ b/textproc/yaml-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= yaml-mode.el PORTVERSION= 0.0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/textproc/yaml.el/Makefile b/textproc/yaml.el/Makefile index 0f595b8568e09..c11c14ceaa055 100644 --- a/textproc/yaml.el/Makefile +++ b/textproc/yaml.el/Makefile @@ -1,7 +1,7 @@ PORTNAME= yaml.el DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 261dcc26674d8..d7a4efe55b423 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -2,7 +2,7 @@ PORTNAME= emacs-w3m PORTVERSION= 1.4.632.b.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}