lang/php-mode.el: Update to 1.23.0
PR: 248510 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
This commit is contained in:
parent
fcdc5b3ded
commit
f5762a9ce3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544916
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= php-mode.el
|
||||
PORTVERSION= 1.22.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.23.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1577473335
|
||||
SHA256 (emacs-php-php-mode-v1.22.2_GH0.tar.gz) = d757823a1ad03aa9f3166a26d8428436c1d75007011d2041349c6ca51ba219cd
|
||||
SIZE (emacs-php-php-mode-v1.22.2_GH0.tar.gz) = 92848
|
||||
TIMESTAMP = 1589422255
|
||||
SHA256 (emacs-php-php-mode-v1.23.0_GH0.tar.gz) = d5211c187acc7f4a044b89eeed560a0e7d53345c1d05a99a3993fabfdd404f8f
|
||||
SIZE (emacs-php-php-mode-v1.23.0_GH0.tar.gz) = 94451
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.orig 2018-07-26 10:19:39 UTC
|
||||
--- Makefile.orig 2020-05-06 11:22:27 UTC
|
||||
+++ Makefile
|
||||
@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
|
||||
%.elc: %.el
|
||||
$(EMACS) -Q -batch -L . -f batch-byte-compile $<
|
||||
|
||||
-all: autoloads $(ELCS)
|
||||
+all: $(ELCS)
|
||||
-all: autoloads $(ELCS) authors
|
||||
+all: $(ELCS) authors
|
||||
|
||||
autoloads: $(AUTOLOADS)
|
||||
authors: AUTHORS.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user