diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-04-11 21:31:15 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-04-11 21:31:15 +0800 |
commit | 09588c282bf32cd8083fc0fe668a1e06aa7971f8 (patch) | |
tree | 559b110805a721a720eeefc15e5dda0d4dc8d6dc /net | |
parent | 57a86891689535e262cf757ae67215f5c10f04f3 (diff) | |
download | freebsd-ports-gnome-09588c282bf32cd8083fc0fe668a1e06aa7971f8.tar.gz freebsd-ports-gnome-09588c282bf32cd8083fc0fe668a1e06aa7971f8.tar.zst freebsd-ports-gnome-09588c282bf32cd8083fc0fe668a1e06aa7971f8.zip |
Update to 20020411.
Remove the patch (already applied in original distribution).
Diffstat (limited to 'net')
-rw-r--r-- | net/tramp/Makefile | 4 | ||||
-rw-r--r-- | net/tramp/distinfo | 2 | ||||
-rw-r--r-- | net/tramp/files/patch-lisp:tramp-util.el | 10 |
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) - |