summaryrefslogtreecommitdiff
path: root/net/tramp
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-26 14:21:45 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-03-26 14:21:45 +0000
commit2591f7a811f670a67cad5ab4a92617fc919f385c (patch)
treefb2a60d861fec79d73a909b83c634d80dab77b18 /net/tramp
parentUpgrade to 1.0.0. (diff)
Update to 20020218.
Notes
Notes: svn path=/head/; revision=56698
Diffstat (limited to 'net/tramp')
-rw-r--r--net/tramp/Makefile6
-rw-r--r--net/tramp/distinfo2
-rw-r--r--net/tramp/files/patch-lisp:tramp-util.el10
3 files changed, 14 insertions, 4 deletions
diff --git a/net/tramp/Makefile b/net/tramp/Makefile
index 479d236f587b..e3395414fa16 100644
--- a/net/tramp/Makefile
+++ b/net/tramp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tramp
-PORTVERSION= 0.0.20020130
+PORTVERSION= 0.0.20020218
CATEGORIES= net elisp
MASTER_SITES= http://tramp.sourceforge.net/download/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
@@ -43,11 +43,11 @@ PLIST_SUB+= EMACS20_ONLY="@comment "
pre-build:
.if ${EMACS_PORT_NAME} == emacs20
(cd ${WRKSRC}/contrib; ${GMAKE} EMACS=${EMACS_CMD} format-spec.elc)
- (${CP} ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
+ (${CP} -p ${WRKSRC}/contrib/format-spec.el ${WRKSRC}/contrib/format-spec.elc ${BUILD_WRKSRC})
.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 53d7b55c06ba..b9a9a7873b97 100644
--- a/net/tramp/distinfo
+++ b/net/tramp/distinfo
@@ -1 +1 @@
-MD5 (tramp.tar.gz) = f284bfd2856f394d7e76b19e6fdcb236
+MD5 (tramp.tar.gz) = cc2f2a416afe6192af80786e001b3246
diff --git a/net/tramp/files/patch-lisp:tramp-util.el b/net/tramp/files/patch-lisp:tramp-util.el
new file mode 100644
index 000000000000..f394b82531b7
--- /dev/null
+++ b/net/tramp/files/patch-lisp:tramp-util.el
@@ -0,0 +1,10 @@
+--- 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)
+