Skip to content

Commit

Permalink
lang/php-mode.el: Update to 1.27.0
Browse files Browse the repository at this point in the history
This update fixes byte-compile errors with Emacs 30.1.  See
emacs-php/php-mode#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:	[email protected] (maintainer, timeout)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D48433
  • Loading branch information
Jehops committed Feb 24, 2025
1 parent 12940d8 commit 3ad9e98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions lang/php-mode.el/Makefile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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$//}
Expand Down Expand Up @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions lang/php-mode.el/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ad9e98

Please sign in to comment.