Bug 77660 - net/tramp update to 2.1.3
Summary: net/tramp update to 2.1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 01:10 UTC by NAKAJI Hiroyuki
Modified: 2005-02-21 02:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.57 KB, patch)
2005-02-18 01:10 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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