diff options
author | zeising <zeising@FreeBSD.org> | 2019-01-04 08:02:36 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2019-01-04 08:02:36 +0800 |
commit | a4bee6311c87089e1e3e3333b8da8e784a42ecce (patch) | |
tree | abda05ba058e26a6dc26e6558c7ff09b816aa9ac /lang/php-mode.el | |
parent | 83af2579ca5927fca29b8f1d4a4f0c5539f8e206 (diff) | |
download | freebsd-ports-gnome-a4bee6311c87089e1e3e3333b8da8e784a42ecce.tar.gz freebsd-ports-gnome-a4bee6311c87089e1e3e3333b8da8e784a42ecce.tar.zst freebsd-ports-gnome-a4bee6311c87089e1e3e3333b8da8e784a42ecce.zip |
lang/php-mode.el: Update to 1.20.0
Update to 1.20.0
Fix install directory
PR: 233868
Submitted by: Yasuhiro KIMURA (maintainer)
Diffstat (limited to 'lang/php-mode.el')
-rw-r--r-- | lang/php-mode.el/Makefile | 14 | ||||
-rw-r--r-- | lang/php-mode.el/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index 48637a92df27..e9e0dbebaee0 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= php-mode.el -PORTVERSION= 1.19.1 +PORTVERSION= 1.20.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -19,17 +18,18 @@ GH_ACCOUNT= emacs-php GH_PROJECT= ${PORTNAME:S/.el$//} NO_ARCH= yes -PLIST_FILES= share/emacs/site-lisp/php-mode.el \ - share/emacs/site-lisp/php-mode.elc \ - share/emacs/site-lisp/php-project.el \ - share/emacs/site-lisp/php-project.elc +PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/php-mode.el \ + ${EMACS_VERSION_SITE_LISPDIR}/php-mode.elc \ + ${EMACS_VERSION_SITE_LISPDIR}/php-project.el \ + ${EMACS_VERSION_SITE_LISPDIR}/php-project.elc do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${INSTALL_DATA} \ ${WRKSRC}/php-mode.el \ ${WRKSRC}/php-mode.elc \ ${WRKSRC}/php-project.el \ ${WRKSRC}/php-project.elc \ - ${STAGEDIR}${PREFIX}/share/emacs/site-lisp/ + ${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 4cc768692cf9..7f0a86289f15 100644 --- a/lang/php-mode.el/distinfo +++ b/lang/php-mode.el/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532599720 -SHA256 (emacs-php-php-mode-v1.19.1_GH0.tar.gz) = 23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9 -SIZE (emacs-php-php-mode-v1.19.1_GH0.tar.gz) = 94857 +TIMESTAMP = 1544278118 +SHA256 (emacs-php-php-mode-v1.20.0_GH0.tar.gz) = 033bf7dc6691798bdc29478d24b8a7db3de673f837bbf4395a7e5c7d18119916 +SIZE (emacs-php-php-mode-v1.20.0_GH0.tar.gz) = 97142 |