FreeBSD Bugzilla – Attachment 195482 Details for
Bug 230063
lang/php-mode.el: Chase change of upstream site and etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
lang_php-mode.el.patch (text/plain), 2.63 KB, created by
Yasuhiro Kimura
on 2018-07-26 16:45:39 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2018-07-26 16:45:39 UTC
Size:
2.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 475343) >+++ Makefile (working copy) >@@ -4,7 +4,9 @@ > PORTNAME= php-mode.el > PORTVERSION= 1.19.1 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= lang elisp >+PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} > > MAINTAINER= knu@FreeBSD.org > COMMENT= PHP mode for GNU Emacs >@@ -11,19 +13,23 @@ > > 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> >Index: distinfo >=================================================================== >--- distinfo (revision 475343) >+++ distinfo (working copy) >@@ -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 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (nonexistent) >+++ files/patch-Makefile (working copy) >@@ -0,0 +1,11 @@ >+--- Makefile.orig 2018-07-26 10:19:39 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) >+ >+ autoloads: $(AUTOLOADS) >+ >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 475343) >+++ pkg-descr (working copy) >@@ -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 >Index: pkg-message >=================================================================== >--- pkg-message (revision 475343) >+++ pkg-message (working copy) >@@ -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))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230063
:
195482
|
195938