aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php-mode.el
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-03-10 18:38:22 +0800
committerlinimon <linimon@FreeBSD.org>2004-03-10 18:38:22 +0800
commitaa0d32f9b7336cfdf7d44ea0909ffe9756eb5dc0 (patch)
treeb38f2746aab7ac4f6087c9e75b9ab376b3736fc2 /lang/php-mode.el
parentdb8504b7fcec20e38744fad5f46b41c2d8743ff5 (diff)
downloadfreebsd-ports-gnome-aa0d32f9b7336cfdf7d44ea0909ffe9756eb5dc0.tar.gz
freebsd-ports-gnome-aa0d32f9b7336cfdf7d44ea0909ffe9756eb5dc0.tar.zst
freebsd-ports-gnome-aa0d32f9b7336cfdf7d44ea0909ffe9756eb5dc0.zip
Update to 1.1.0: added PHP5 support; better XEmacs compatibility; bugfixes.
PR: ports/63859 Submitted by: Toni Viemero <toni.viemero@iki.fi>
Diffstat (limited to 'lang/php-mode.el')
-rw-r--r--lang/php-mode.el/Makefile9
-rw-r--r--lang/php-mode.el/distinfo4
-rw-r--r--lang/php-mode.el/pkg-plist2
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile
index 003741175e39..d3caf87bf62c 100644
--- a/lang/php-mode.el/Makefile
+++ b/lang/php-mode.el/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= php-mode.el
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1.0
CATEGORIES= lang elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=php-mode
-DISTNAME= php-mode-102.el
-EXTRACT_SUFX= # empty
-EXTRACT_ONLY= # empty
+DISTNAME= php-mode-1.1.0
+EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs lisp module for the PHP language
@@ -26,7 +25,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
do-install:
${MKDIR} ${EMACSLISPDIR}
${MKDIR} ${XEMACSLISPDIR}
- ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/php-mode.el
+ ${INSTALL_DATA} ${WRKSRC}/php-mode.el ${EMACSLISPDIR}/php-mode.el
${LN} -sf ${EMACSLISPDIR}/php-mode.el ${XEMACSLISPDIR}
post-install:
diff --git a/lang/php-mode.el/distinfo b/lang/php-mode.el/distinfo
index 60aed1727aa4..67451f2ce10e 100644
--- a/lang/php-mode.el/distinfo
+++ b/lang/php-mode.el/distinfo
@@ -1,2 +1,2 @@
-MD5 (php-mode-102.el) = bbf006aec2f76f8bb609d4314df3a065
-SIZE (php-mode-102.el) = 39736
+MD5 (php-mode-1.1.0.tgz) = aad009f7cff4019aac9a466ec9b55aaf
+SIZE (php-mode-1.1.0.tgz) = 12940
diff --git a/lang/php-mode.el/pkg-plist b/lang/php-mode.el/pkg-plist
index 8794fe5c8d1c..4e0ea7cc320c 100644
--- a/lang/php-mode.el/pkg-plist
+++ b/lang/php-mode.el/pkg-plist
@@ -1,6 +1,6 @@
share/emacs/site-lisp/php-mode.el
@exec mkdir -p %D/lib/xemacs/site-lisp
@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/php-mode.el
-@unexec rm %D/lib/xemacs/site-lisp/php-mode.el
+@unexec rm %D/lib/xemacs/site-lisp/php-mode.el 2>/dev/null || true
@dirrm lib/xemacs/site-lisp
@dirrm lib/xemacs