Bug 77660

Summary: net/tramp update to 2.1.3
Product: Ports & Packages Reporter: NAKAJI Hiroyuki <nakaji>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description NAKAJI Hiroyuki 2005-02-18 01:10:15 UTC
1. Tramp's download site moved to ftp.gnu.org (MASTER_SITE_GNU).
2. The latest version is 2.1.3. 2.0.47 is also available.
3. password.el is removed from tramp.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-02-19 19:44:58 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Note that password.el is still being installed by tramp.
Comment 2 nakaji 2005-02-21 02:08:52 UTC
Oops. tramp-2.1.3 does not fit for Emacs-20.7. Please reopen the PR.

Index: Makefile
===================================================================
RCS file: /net/boggy/home/ncvs/ports/net/tramp/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	19 Feb 2005 19:44:49 -0000	1.24
+++ Makefile	21 Feb 2005 02:07:23 -0000
@@ -37,6 +37,7 @@
 .endif
 
 .if ${EMACS_PORT_NAME} == emacs20
+BROKEN=		Tramp ${PORTVERSION} is not fit for GNU Emacs 20.7
 PLIST_SUB+=	EMACS20_ONLY=""
 .else
 PLIST_SUB+=	EMACS20_ONLY="@comment "
-- 
NAKAJI Hiroyuki