summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-09-03 08:02:07 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-09-03 08:02:07 +0000
commitb4c0068ad4e2e2f8ad68c565b70257c627490770 (patch)
tree85ade75bb7701864a073c38727d45f501d7aa485 /net
parentUpdate to 200209 version. (diff)
Update to 2.0.15.
Master site has moved to savannah.
Notes
Notes: svn path=/head/; revision=65542
Diffstat (limited to 'net')
-rw-r--r--net/tramp/Makefile9
-rw-r--r--net/tramp/distinfo2
-rw-r--r--net/tramp/pkg-descr2
-rw-r--r--net/tramp/pkg-plist7
4 files changed, 10 insertions, 10 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 2061e211b758..efb6fdcd3e68 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= tramp
-PORTVERSION= 0.0.20020411
+PORTVERSION= 2.0.15
CATEGORIES= net elisp
-MASTER_SITES= http://tramp.sourceforge.net/download/
+MASTER_SITES= http://freesoftware.fsf.org/download/tramp/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-DISTNAME= ${PORTNAME}
MAINTAINER= yoichi@FreeBSD.org
@@ -58,8 +57,8 @@ do-install:
${INSTALL_DATA} ${BUILD_WRKSRC}/*.el ${BUILD_WRKSRC}/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/tramp2/*.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKSRC}/texi/tramp.info ${PREFIX}/info
- install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/tramp.info ${PREFIX}/info/dir
+ ${INSTALL_DATA} ${WRKSRC}/info/tramp ${PREFIX}/info
+ install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/tramp ${PREFIX}/info/dir
.if defined(JAPANESE_INFO)
${INSTALL_DATA} ${WRKSRC}/texi/tramp_ja.info ${PREFIX}/info
install-info --section=${DIRSECTION} --entry=${INFOENTRY_JA} ${PREFIX}/info/tramp_ja.info ${PREFIX}/info/dir
diff --git a/net/tramp/distinfo b/net/tramp/distinfo
index cb0a69b87558..6612f3f35fd2 100644
--- a/net/tramp/distinfo
+++ b/net/tramp/distinfo
@@ -1 +1 @@
-MD5 (tramp.tar.gz) = 4914b7f82c3914a9dbcfecd6504c75b3
+MD5 (tramp-2.0.15.tar.gz) = 14668f426de4357e9e5d4ed02f66f4a2
diff --git a/net/tramp/pkg-descr b/net/tramp/pkg-descr
index e6bbbe601168..778975107005 100644
--- a/net/tramp/pkg-descr
+++ b/net/tramp/pkg-descr
@@ -1,4 +1,4 @@
TRAMP stands for `Transparent Remote (file) Access, Multiple Protocol'.
This package provides remote file editing, similar to ange-ftp and EFS.
-WWW: http://tramp.sourceforge.net/
+WWW: http://www.freesoftware.fsf.org/tramp/
diff --git a/net/tramp/pkg-plist b/net/tramp/pkg-plist
index a62a2c9225f5..497d5373b314 100644
--- a/net/tramp/pkg-plist
+++ b/net/tramp/pkg-plist
@@ -2,6 +2,7 @@
%%EMACS20_ONLY%%%%TRAMP_LISPDIR%%/format-spec.elc
%%TRAMP_LISPDIR%%/tramp-util.el
%%TRAMP_LISPDIR%%/tramp-util.elc
+%%TRAMP_LISPDIR%%/tramp-uu.el
%%TRAMP_LISPDIR%%/tramp-vc.el
%%TRAMP_LISPDIR%%/tramp-vc.elc
%%TRAMP_LISPDIR%%/tramp.el
@@ -15,9 +16,9 @@
%%TRAMP_LISPDIR%%/tramp2-util.el
%%TRAMP_LISPDIR%%/tramp2.el
@dirrm %%TRAMP_LISPDIR%%
-%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/tramp.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/tramp %D/info/dir
%%PORTDOCS%%%%JAPANESE_INFO%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY_JA%%" %D/info/tramp_ja.info %D/info/dir
-%%PORTDOCS%%info/tramp.info
+%%PORTDOCS%%info/tramp
%%PORTDOCS%%%%JAPANESE_INFO%%info/tramp_ja.info
-%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/tramp.info %D/info/dir
+%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/tramp %D/info/dir
%%PORTDOCS%%%%JAPANESE_INFO%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY_JA%%" %D/info/tramp_ja.info %D/info/dir