summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-09-03 08:02:07 +0000
committeryoichi <yoichi@FreeBSD.org>2002-09-03 08:02:07 +0000
commitd4bd4e74f0b5cffc1bb289c9a12fdbe77c50560f (patch)
tree4f6fcc839f96bb2dae8dfd87a6fecfdec13bb382 /net
parent56c260271c7508d5b5daa877e2832ae84d634f2d (diff)
downloadFreeBSD-ports-d4bd4e74f0b5cffc1bb289c9a12fdbe77c50560f.zip
FreeBSD-ports-d4bd4e74f0b5cffc1bb289c9a12fdbe77c50560f.tar.gz
Update to 2.0.15.
Master site has moved to savannah.
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 2061e21..efb6fdc 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 cb0a69b..6612f3f 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 e6bbbe6..7789751 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 a62a2c9..497d537 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
OpenPOWER on IntegriCloud