svn commit: r476483 - head/lang/php-mode.el
Akinori MUSHA
knu at FreeBSD.org
Mon Aug 6 02:43:28 UTC 2018
Author: knu
Date: Mon Aug 6 02:43:26 2018
New Revision: 476483
URL: https://svnweb.freebsd.org/changeset/ports/476483
Log:
Update the upstream and the references
PR: 230063
Submitted by: Yasuhiro KIMURA
Modified:
head/lang/php-mode.el/Makefile
head/lang/php-mode.el/distinfo
head/lang/php-mode.el/pkg-descr
head/lang/php-mode.el/pkg-message
Modified: head/lang/php-mode.el/Makefile
==============================================================================
--- head/lang/php-mode.el/Makefile Sun Aug 5 23:21:19 2018 (r476482)
+++ head/lang/php-mode.el/Makefile Mon Aug 6 02:43:26 2018 (r476483)
@@ -4,26 +4,32 @@
PORTNAME= php-mode.el
PORTVERSION= 1.19.1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= lang elisp
+PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
MAINTAINER= knu at FreeBSD.org
COMMENT= PHP mode for GNU Emacs
LICENSE= GPLv3
+USES= emacs gmake
USE_GITHUB= yes
-GH_ACCOUNT= ejmr
+GH_ACCOUNT= emacs-php
GH_PROJECT= ${PORTNAME:S/.el$//}
-NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= share/emacs/site-lisp/php-mode.el \
- share/emacs/site-lisp/php-project.el
+ share/emacs/site-lisp/php-mode.elc \
+ share/emacs/site-lisp/php-project.el \
+ share/emacs/site-lisp/php-project.elc
do-install:
${INSTALL_DATA} \
${WRKSRC}/php-mode.el \
+ ${WRKSRC}/php-mode.elc \
${WRKSRC}/php-project.el \
+ ${WRKSRC}/php-project.elc \
${STAGEDIR}${PREFIX}/share/emacs/site-lisp/
.include <bsd.port.mk>
Modified: head/lang/php-mode.el/distinfo
==============================================================================
--- head/lang/php-mode.el/distinfo Sun Aug 5 23:21:19 2018 (r476482)
+++ head/lang/php-mode.el/distinfo Mon Aug 6 02:43:26 2018 (r476483)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526208224
-SHA256 (ejmr-php-mode-v1.19.1_GH0.tar.gz) = 23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9
-SIZE (ejmr-php-mode-v1.19.1_GH0.tar.gz) = 94857
+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
Modified: head/lang/php-mode.el/pkg-descr
==============================================================================
--- head/lang/php-mode.el/pkg-descr Sun Aug 5 23:21:19 2018 (r476482)
+++ head/lang/php-mode.el/pkg-descr Mon Aug 6 02:43:26 2018 (r476483)
@@ -1,3 +1,3 @@
This is a PHP mode for GNU Emacs.
-WWW: https://github.com/ejmr/php-mode
+WWW: https://github.com/emacs-php/php-mode
Modified: head/lang/php-mode.el/pkg-message
==============================================================================
--- head/lang/php-mode.el/pkg-message Sun Aug 5 23:21:19 2018 (r476482)
+++ head/lang/php-mode.el/pkg-message Mon Aug 6 02:43:26 2018 (r476483)
@@ -1,4 +1,4 @@
-To use php-mode in Emacs/XEmacs, add the following lines to your ~/.emacs:
+To use php-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'php-mode "php-mode" "Mode for editing PHP source files")
(add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode))
More information about the svn-ports-all
mailing list