diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-03-08 01:17:54 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-03-08 01:17:54 +0000 |
commit | 1646dbaf3d2539c3fc1f0cf65a297a6f0003ebad (patch) | |
tree | 54cd3b96d89c2f6bde4ef02947d3fdd527ac3632 /lang/php-mode.el | |
parent | net/onedrive: update to 2.4.10 (diff) |
lang/php-mode.el: Update to 1.24.0
Changes: https://github.com/emacs-php/php-mode/releases/tag/v1.24.0
PR: 254108
Submitted by: Yasuhiro Kimura <yasu AT utahime DOT org> (maintainer)
Diffstat (limited to 'lang/php-mode.el')
-rw-r--r-- | lang/php-mode.el/Makefile | 27 | ||||
-rw-r--r-- | lang/php-mode.el/distinfo | 6 | ||||
-rw-r--r-- | lang/php-mode.el/pkg-plist | 2 |
3 files changed, 20 insertions, 15 deletions
diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index a193a4507fd0..9abef92a7695 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php-mode.el -PORTVERSION= 1.23.0 +PORTVERSION= 1.24.0 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -19,19 +19,22 @@ GH_PROJECT= ${PORTNAME:S/.el$//} NO_ARCH= yes +LISP_FILES= lisp/php-align.el \ + lisp/php-align.elc \ + lisp/php-face.el \ + lisp/php-face.elc \ + lisp/php-mode-debug.el \ + lisp/php-mode-debug.elc \ + lisp/php-mode.el \ + lisp/php-mode.elc \ + lisp/php-project.el \ + lisp/php-project.elc \ + lisp/php.el \ + lisp/php.elc + do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} - ${INSTALL_DATA} \ - ${WRKSRC}/php-face.el \ - ${WRKSRC}/php-face.elc \ - ${WRKSRC}/php-mode-debug.el \ - ${WRKSRC}/php-mode-debug.elc \ - ${WRKSRC}/php-mode.el \ - ${WRKSRC}/php-mode.elc \ - ${WRKSRC}/php-project.el \ - ${WRKSRC}/php-project.elc \ - ${WRKSRC}/php.el \ - ${WRKSRC}/php.elc \ + ${INSTALL_DATA} ${LISP_FILES:C/^/${WRKSRC}\//g} \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} .include <bsd.port.mk> diff --git a/lang/php-mode.el/distinfo b/lang/php-mode.el/distinfo index 38ef158bd4ab..6b6df54e2094 100644 --- a/lang/php-mode.el/distinfo +++ b/lang/php-mode.el/distinfo @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1615133263 +SHA256 (emacs-php-php-mode-v1.24.0_GH0.tar.gz) = e8b59a4f34755c18ef7cbcae089f2fad03d4763e3d7e179b18ad2af596af5e64 +SIZE (emacs-php-php-mode-v1.24.0_GH0.tar.gz) = 94715 diff --git a/lang/php-mode.el/pkg-plist b/lang/php-mode.el/pkg-plist index eb38c5c560f1..e95adf956f03 100644 --- a/lang/php-mode.el/pkg-plist +++ b/lang/php-mode.el/pkg-plist @@ -1,3 +1,5 @@ +%%EMACS_VERSION_SITE_LISPDIR%%/php-align.el +%%EMACS_VERSION_SITE_LISPDIR%%/php-align.elc %%EMACS_VERSION_SITE_LISPDIR%%/php-face.el %%EMACS_VERSION_SITE_LISPDIR%%/php-face.elc %%EMACS_VERSION_SITE_LISPDIR%%/php-mode-debug.el |