summaryrefslogtreecommitdiff
path: root/net/tramp
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-04-11 13:31:15 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-04-11 13:31:15 +0000
commite7b505997bb9741aabba9b7ad30b4c635878d2fb (patch)
tree179eca7325a52b9849b69f987e78e7402ad0f18e /net/tramp
parentUpdate the download site and URL. (diff)
Update to 20020411.
Remove the patch (already applied in original distribution).
Notes
Notes: svn path=/head/; revision=57574
Diffstat (limited to 'net/tramp')
-rw-r--r--net/tramp/Makefile4
-rw-r--r--net/tramp/distinfo2
-rw-r--r--net/tramp/files/patch-lisp:tramp-util.el10
3 files changed, 3 insertions, 13 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index e3395414fa16..2061e211b758 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tramp
-PORTVERSION= 0.0.20020218
+PORTVERSION= 0.0.20020411
CATEGORIES= net elisp
MASTER_SITES= http://tramp.sourceforge.net/download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -47,7 +47,7 @@ pre-build:
.endif
post-build:
.if !defined(NOPORTDOCS)
- (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=makeinfo tramp.info)
+# (cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=makeinfo tramp.info)
.if defined(JAPANESE_INFO)
(cd ${WRKSRC}/texi; ${GMAKE} EMACS=${EMACS_CMD} MAKEINFO=jmakeinfo tramp_ja.info)
.endif
diff --git a/net/tramp/distinfo b/net/tramp/distinfo
index b9a9a7873b97..cb0a69b87558 100644
--- a/net/tramp/distinfo
+++ b/net/tramp/distinfo
@@ -1 +1 @@
-MD5 (tramp.tar.gz) = cc2f2a416afe6192af80786e001b3246
+MD5 (tramp.tar.gz) = 4914b7f82c3914a9dbcfecd6504c75b3
diff --git a/net/tramp/files/patch-lisp:tramp-util.el b/net/tramp/files/patch-lisp:tramp-util.el
deleted file mode 100644
index f394b82531b7..000000000000
--- a/net/tramp/files/patch-lisp:tramp-util.el
+++ /dev/null
@@ -1,10 +0,0 @@
---- lisp/tramp-util.el.orig Sun Dec 30 06:56:58 2001
-+++ lisp/tramp-util.el Tue Mar 26 23:12:09 2002
-@@ -27,6 +27,7 @@
-
- ;;; Code:
-
-+(eval-when-compile (require 'cl))
- (require 'compile)
- (require 'tramp)
-