diff options
author | robak <robak@FreeBSD.org> | 2015-07-19 20:53:15 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-07-19 20:53:15 +0800 |
commit | 04aebe7b789bc0319760b934b92ba2467e256da4 (patch) | |
tree | 9356d5b1f863c456305048fda875e1006dcbfef8 /textproc | |
parent | 806b57f18012cc8bdd1764ab2d293c5afa655087 (diff) | |
download | freebsd-ports-gnome-04aebe7b789bc0319760b934b92ba2467e256da4.tar.gz freebsd-ports-gnome-04aebe7b789bc0319760b934b92ba2467e256da4.tar.zst freebsd-ports-gnome-04aebe7b789bc0319760b934b92ba2467e256da4.zip |
textproc/yaml-mode.el: update 0.0.9 -> 0.0.11
PR: 201688
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yaml-mode.el/Makefile | 5 | ||||
-rw-r--r-- | textproc/yaml-mode.el/distinfo | 4 | ||||
-rw-r--r-- | textproc/yaml-mode.el/files/patch-Makefile | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile index d099e7c97745..406d6aacaaeb 100644 --- a/textproc/yaml-mode.el/Makefile +++ b/textproc/yaml-mode.el/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= yaml-mode.el -PORTVERSION= 0.0.9 -DISTVERSIONPREFIX= release- -PORTREVISION= 2 +PORTVERSION= 0.0.11 +DISTVERSIONPREFIX= v CATEGORIES= textproc elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} diff --git a/textproc/yaml-mode.el/distinfo b/textproc/yaml-mode.el/distinfo index b626a8e46b02..1e80ffa27c58 100644 --- a/textproc/yaml-mode.el/distinfo +++ b/textproc/yaml-mode.el/distinfo @@ -1,2 +1,2 @@ -SHA256 (yoshiki-yaml-mode-release-0.0.9_GH0.tar.gz) = 5d65852d9d738fd1966125f8ae737760ae48e647030e1aa5a78fd703f54358fc -SIZE (yoshiki-yaml-mode-release-0.0.9_GH0.tar.gz) = 6498 +SHA256 (yoshiki-yaml-mode-v0.0.11_GH0.tar.gz) = 6d2226a4ecd5f3c2fd6ca8a469a2124c4888405a5f4e1552ca05bb1912e2506a +SIZE (yoshiki-yaml-mode-v0.0.11_GH0.tar.gz) = 6563 diff --git a/textproc/yaml-mode.el/files/patch-Makefile b/textproc/yaml-mode.el/files/patch-Makefile index b8e8cbee8b81..608606813079 100644 --- a/textproc/yaml-mode.el/files/patch-Makefile +++ b/textproc/yaml-mode.el/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile.orig Thu Jan 25 15:51:27 2007 -+++ Makefile Sat Jul 7 21:41:49 2007 +--- Makefile.orig 2014-11-25 08:37:49 UTC ++++ Makefile @@ -1,10 +1,10 @@ - VERSION=0.0.3 + VERSION=0.0.11 -EMACS = emacs -PREFIX = /usr/local -INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp |