mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50. Ports that may depend on editors/emacs-devel must chase this update with a PORTREVISION bump. Submitted by: ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D23012
This commit is contained in:
parent
670d33426b
commit
ced1e88d5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522315
@ -103,7 +103,7 @@ EMACS_FLAVOR= full
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:Mdevel*}
|
||||
EMACS_VER= 27.0.50
|
||||
EMACS_VER= 28.0.50
|
||||
EMACS_PORTDIR= editors/emacs-devel
|
||||
.else
|
||||
EMACS_VER= 26.3
|
||||
|
13
UPDATING
13
UPDATING
@ -5,6 +5,19 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20200107:
|
||||
AFFECTS: Users of *-emacs27-* packages
|
||||
AUTHOR: ashish@FreeBSD.org
|
||||
|
||||
There is a major version bump in 28.0.50, therefore to upgrade all the
|
||||
packages dependent on editors/emacs-devel, please use the following commands:
|
||||
|
||||
# sh
|
||||
# for i in $(pkg query -g %n '*-emacs27*'); do \
|
||||
nn=$(echo "$i" | sed -e 's/emacs27/emacs28/'); \
|
||||
pkg set -yn "$i":"$nn"; done;
|
||||
# pkg upgrade
|
||||
|
||||
20200106:
|
||||
AFFECTS: users of net/gnatsd
|
||||
AUTHOR: olgeni@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= emms
|
||||
DISTVERSION= 5.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio elisp
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dinotrace
|
||||
PORTVERSION= 9.4c
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.veripool.org/ftp/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= verilog-mode.el
|
||||
PORTVERSION= 801
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= cad elisp
|
||||
MASTER_SITES= http://www.veripool.org/ftp/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= bbdb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= howm
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://howm.sourceforge.jp/a/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= cask
|
||||
PORTVERSION= 0.8.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= clojure-cider
|
||||
PORTVERSION= 0.23.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= dash.el
|
||||
PORTVERSION= 2.16.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= distel
|
||||
PORTVERSION= 4.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= epl.el
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= ghub
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= git-modes
|
||||
DISTVERSION= 1.2.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= graphql.el
|
||||
DISTVERSION= 0.1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= magit-popup
|
||||
PORTVERSION= 2.13.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= magit
|
||||
PORTVERSION= 2.90.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel elisp
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Sepia
|
||||
PORTVERSION= 0.992
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= pkg-info.el
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= psvn
|
||||
PORTVERSION= 20150720.214200
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel elisp
|
||||
MASTER_SITES= http://www.xsteve.at/prg/emacs/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= Pymacs
|
||||
PORTVERSION= 0.25
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel editors python elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
PORTNAME= tablist
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= treepy.el
|
||||
DISTVERSION= 0.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= apel
|
||||
PORTVERSION= 10.8.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= emacs
|
||||
DISTVERSION= 27.0.50.20191215
|
||||
DISTVERSION= 28.0.50.20200106
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= editors
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -28,7 +28,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig
|
||||
CPE_VENDOR= gnu
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= emacs-mirror
|
||||
GH_TAGNAME= 9ee5af3
|
||||
GH_TAGNAME= 4f2b415
|
||||
.if ${FLAVOR:U} != nox
|
||||
USES+= desktop-file-utils gnome xorg
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1576430847
|
||||
SHA256 (emacs-mirror-emacs-27.0.50.20191215-9ee5af3_GH0.tar.gz) = 40a4d63881504ff22b1fe8bcc5a6e89bfa90424132f31170175fe5ea58928e5a
|
||||
SIZE (emacs-mirror-emacs-27.0.50.20191215-9ee5af3_GH0.tar.gz) = 40984055
|
||||
TIMESTAMP = 1578364844
|
||||
SHA256 (emacs-mirror-emacs-28.0.50.20200106-4f2b415_GH0.tar.gz) = 20d967fb8f093b6f451e95f9c8d30e63e3a7c6b752562a7b08148bd6de779425
|
||||
SIZE (emacs-mirror-emacs-28.0.50.20200106-4f2b415_GH0.tar.gz) = 40996936
|
||||
|
@ -46,6 +46,7 @@ share/metainfo/emacs.appdata.xml
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.24
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.25
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.26
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.27
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/NEXTSTEP
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/NXML-NEWS
|
||||
%%DATADIR%%/%%EMACS_VER%%/etc/ORG-NEWS
|
||||
@ -4043,6 +4044,7 @@ share/metainfo/emacs.appdata.xml
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-25.h
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-26.h
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-27.h
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/module-env-28.h
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.c
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.h
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsgui.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= flim
|
||||
PORTVERSION= 1.14.9.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= paredit-mode.el
|
||||
PORTVERSION= 24
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= editors elisp
|
||||
MASTER_SITES= http://mumble.net/~campbell/emacs/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= psgml
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= editors elisp
|
||||
MASTER_SITES= SF/${PORTNAME}/ALPHA%20${PORTNAME}/1.3.2
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= semi
|
||||
PORTVERSION= ${SEMI_VER}.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= slime
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.23
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= web-mode
|
||||
PORTVERSION= 15.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
PORTNAME= with-editor
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= riece
|
||||
PORTVERSION= 9.0.0
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= irc elisp
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= boiled-mozc
|
||||
PORTVERSION= 0.7
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= japanese editors elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= cp5022x
|
||||
PORTVERSION= 0.0.20120324
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese elisp
|
||||
PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ddskk
|
||||
DISTVERSION= 16.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= japanese elisp
|
||||
MASTER_SITES= ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \
|
||||
http://www.ring.gr.jp/archives/elisp/skk/maintrunk/ \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lookup
|
||||
PORTVERSION= 1.99.96.20180209
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= japanese elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= migemo.el
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
# Created by: TAKANO, Yuji
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -el${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
COMMENT= Emacs input method for Mozc
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= mozc
|
||||
PORTVERSION= 2.23.2815.102.00
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 5
|
||||
PORTREVISION?= 5
|
||||
CATEGORIES= japanese
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= navi2ch
|
||||
PORTVERSION= 2.0.0.d
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= japanese www elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= alchemist.el
|
||||
PORTVERSION= 1.8.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= clojure-mode.el
|
||||
PORTVERSION= 5.11.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= csharp-mode.el
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= elixir-mode.el
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= haskell-mode
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 16.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= php-mode.el
|
||||
PORTVERSION= 1.22.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tuareg-mode
|
||||
PORTVERSION= 2.0.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= c-sig
|
||||
PORTVERSION= 3.8.0.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= mailest
|
||||
PORTVERSION= 0.9.24
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mew
|
||||
PORTVERSION= 6.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail elisp
|
||||
MASTER_SITES= http://www.mew.org/Release/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= mu4e-maildirs
|
||||
PORTVERSION= 0.8.20180606
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= mu4e
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= notmuch
|
||||
PORTVERSION= 0.29.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= mail
|
||||
MASTER_SITES= https://notmuchmail.org/releases/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= wanderlust
|
||||
PORTVERSION= 2.15.9.b.${SNAPDATE}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= x-face-e21
|
||||
PORTVERSION= 20070306
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= mail elisp
|
||||
MASTER_SITES= http://www.jpl.org/elips/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xcite
|
||||
PORTVERSION= 1.60
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= mail elisp
|
||||
MASTER_SITES= https://www.gentei.org/~yuuji/software/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= coq
|
||||
PORTVERSION= 8.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://coq.inria.fr/distrib/V${PORTVERSION}/files/ \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ess
|
||||
DISTVERSION= 18.10.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://ess.r-project.org/downloads/ess/ \
|
||||
http://stat.ethz.ch/ESS/downloads/ess/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= proofgeneral
|
||||
PORTVERSION= 4.1
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= math elisp
|
||||
MASTER_SITES= http://proofgeneral.inf.ed.ac.uk/releases/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= elscreen
|
||||
PORTVERSION= 1.4.6.20180320
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= jabber.el
|
||||
PORTVERSION= 0.8.92
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= net-im elisp
|
||||
MASTER_SITES= SF/emacs-jabber/emacs-jabber%20beta%20versions/${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tramp
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net elisp
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= auctex
|
||||
PORTVERSION= 11.90
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= print elisp
|
||||
MASTER_SITES= GNU
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Hyperlatex
|
||||
DISTVERSION= 2.9a
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/2.9a
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -4,7 +4,7 @@ PORTNAME= pdf-tools
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.90-34
|
||||
DISTVERSIONSUFFIX= -g29d9f4f
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= starttls
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 18
|
||||
PORTREVISION= 19
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.opaopa.org/pub/elisp/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= puppet-mode.el
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= sysutils elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dictem
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= textproc net elisp
|
||||
MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= dictionary
|
||||
PORTVERSION= 1.8.7
|
||||
PORTREVISION= 23
|
||||
PORTREVISION= 24
|
||||
CATEGORIES= textproc net elisp
|
||||
MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ \
|
||||
http://bsdchat.com/dist/dryice/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= doc-mode.el
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 17
|
||||
CATEGORIES= textproc elisp
|
||||
MASTER_SITES= SF/xpt/doc-mode/doc-mode-${PORTVERSION}
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ibus-el
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= textproc elisp
|
||||
MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= markdown-mode.el
|
||||
PORTVERSION= 2.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://jblevins.org/projects/markdown-mode/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= muse
|
||||
PORTVERSION= 3.20
|
||||
PORTREVISION= 14
|
||||
PORTREVISION= 15
|
||||
CATEGORIES= textproc elisp
|
||||
MASTER_SITES= http://download.gna.org/muse-el/ \
|
||||
LOCAL/dryice \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= uim-el
|
||||
PORTVERSION= 1.8.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://github.com/uim/uim/releases/download/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xml-lite.el
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= textproc elisp
|
||||
MASTER_SITES= http://dogbiscuit.org/mdub/software/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= yaml-mode.el
|
||||
PORTVERSION= 0.0.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= emacs-w3m
|
||||
PORTVERSION= 1.4.632.b.${SNAPDATE}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user