mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/php-mode.el: Update to 1.27.0
This update fixes byte-compile errors with Emacs 30.1. See https://github.com/emacs-php/php-mode/pull/792 for details. Upstream switched to building with Eask, so byte compile in a do-build target. Release-notes: https://github.com/emacs-php/php-mode/releases/tag/v1.27.0 Approved by: marc@bumblingdork.com (maintainer, timeout) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48433
This commit is contained in:
parent
12940d868a
commit
3ad9e98532
2 changed files with 8 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= php-mode.el
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.25.0
|
||||
PORTREVISION= 6
|
||||
DISTVERSION= 1.27.0
|
||||
CATEGORIES= lang elisp
|
||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||
|
||||
|
@ -11,7 +10,7 @@ WWW= https://github.com/emacs-php/php-mode
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= emacs gmake
|
||||
USES= emacs
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= emacs-php
|
||||
GH_PROJECT= ${PORTNAME:S/.el$//}
|
||||
|
@ -47,6 +46,9 @@ LISP_FILES= lisp/php-align.el \
|
|||
lisp/php.el \
|
||||
lisp/php.elc
|
||||
|
||||
do-build:
|
||||
${EMACS_CMD} -q --batch -L ${WRKSRC}/lisp/ -f batch-byte-compile ${WRKSRC}/lisp/*.el
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
|
||||
${INSTALL_DATA} ${LISP_FILES:C/^/${WRKSRC}\//g} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1690218024
|
||||
SHA256 (emacs-php-php-mode-v1.25.0_GH0.tar.gz) = e0ac3ae16ac524006188e453243416c92fdd67f4cdebda92ff35cfc3ce0f32bc
|
||||
SIZE (emacs-php-php-mode-v1.25.0_GH0.tar.gz) = 139596
|
||||
TIMESTAMP = 1736631607
|
||||
SHA256 (emacs-php-php-mode-v1.27.0_GH0.tar.gz) = 2ac03fe0e553d2df630b267f51069a815e430e3b73bf14f6844244ccfbb4778f
|
||||
SIZE (emacs-php-php-mode-v1.27.0_GH0.tar.gz) = 133871
|
||||
|
|
Loading…
Add table
Reference in a new issue