diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2021-10-23 12:11:31 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-11-15 11:19:58 -0400 |
commit | 061afcca16999e2e4e791d4517a918d0d606d692 (patch) | |
tree | 7a09d24beecd7c9b7381886c89755b1fe49a47ca /lang/php-mode.el | |
parent | UPDATING: Document removal of emacs version from package names (diff) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613
Diffstat (limited to 'lang/php-mode.el')
-rw-r--r-- | lang/php-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile index f0a4975988d0..507c896b86f8 100644 --- a/lang/php-mode.el/Makefile +++ b/lang/php-mode.el/Makefile @@ -2,7 +2,7 @@ PORTNAME= php-mode.el PORTVERSION= 1.24.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= lang elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |