diff options
author | knu <knu@FreeBSD.org> | 2002-09-13 18:49:15 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-13 18:49:15 +0800 |
commit | 859bd131abf78e965bb5e4411471eb55d37fb253 (patch) | |
tree | 63d1f06ea70db11e749b3d5a0e4852ad69ef56b4 | |
parent | 5dfa259faa30a1c9fdc101b26eaba8e85c38239b (diff) | |
download | freebsd-ports-gnome-859bd131abf78e965bb5e4411471eb55d37fb253.tar.gz freebsd-ports-gnome-859bd131abf78e965bb5e4411471eb55d37fb253.tar.zst freebsd-ports-gnome-859bd131abf78e965bb5e4411471eb55d37fb253.zip |
Update to 10.1. The site moved to SourceForge.
-rw-r--r-- | devel/p4.el/Makefile | 10 | ||||
-rw-r--r-- | devel/p4.el/distinfo | 2 | ||||
-rw-r--r-- | devel/p4.el/pkg-comment | 2 | ||||
-rw-r--r-- | devel/p4.el/pkg-descr | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/devel/p4.el/Makefile b/devel/p4.el/Makefile index d723e9cb8eea..eae0671e94ff 100644 --- a/devel/p4.el/Makefile +++ b/devel/p4.el/Makefile @@ -6,11 +6,11 @@ # PORTNAME= p4.el -PORTVERSION= 8.5 +PORTVERSION= 10.1 CATEGORIES= devel elisp -MASTER_SITES= http://www.dsmit.com/p4/ -EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= p4el +EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org @@ -24,7 +24,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-install: ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/p4.el + ${INSTALL_DATA} ${WRKSRC}/p4.el ${EMACSLISPDIR}/ ${MKDIR} ${XEMACSLISPDIR} ${LN} -sf ${EMACSLISPDIR}/p4.el ${XEMACSLISPDIR} diff --git a/devel/p4.el/distinfo b/devel/p4.el/distinfo index d4858e9e8438..30d63e757a17 100644 --- a/devel/p4.el/distinfo +++ b/devel/p4.el/distinfo @@ -1 +1 @@ -MD5 (p4.el-8.5) = ebccdef11b595119e5c3fb42576e6daa +MD5 (p4.el-10.1.tgz) = fb6c35563617adefdd00d9a5c531ff33 diff --git a/devel/p4.el/pkg-comment b/devel/p4.el/pkg-comment index fd3c17bb0579..021752df8413 100644 --- a/devel/p4.el/pkg-comment +++ b/devel/p4.el/pkg-comment @@ -1 +1 @@ -Simple Perforce-Emacs Integration +Perforce-Emacs Integration diff --git a/devel/p4.el/pkg-descr b/devel/p4.el/pkg-descr index fa9c28f85624..2ac34f085975 100644 --- a/devel/p4.el/pkg-descr +++ b/devel/p4.el/pkg-descr @@ -1,4 +1,4 @@ -p4.el -- Simple Perforce-Emacs Integration +p4.el -- Perforce-Emacs Integration -WWW: http://www.dsmit.com/p4/ +WWW: http://p4el.sourceforge.net/ Author: Rajesh Vaidheeswarran <rv@dsmit.com> |