Bug 88302 - [patch] net/tramp: new version 2.1.4 is released
Summary: [patch] net/tramp: new version 2.1.4 is released
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-10-31 22:30 UTC by Boris B.Samorodov
Modified: 2005-11-02 21:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-10-31 22:30:10 UTC
	The new version 2.1.4 of net/tramp is released:
	http://www.gnu.org/software/tramp/
	New features and bugfixes since 2005-01-25 (2.1.3 release)
	are described at ChangeLog (many).

Fix: The patch should be applied to the port:
	# cd /usr/ports/net
	# patch -p0 < _the_patch_
	<delete net/tramp/*.orig files>



WBR
-- 
bsam--t6vs5Aj8V7c4TLH1RE0JrDtO4iGeQ9djWoDjBKQ6M9UuTA3Y
Content-Type: text/plain; name="tramp.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="tramp.patch"

diff -ruN tramp.orig/Makefile tramp/Makefile
--- tramp.orig/Makefile	Tue Nov  1 00:58:38 2005
+++ tramp/Makefile	Tue Nov  1 00:58:55 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tramp
-PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTVERSION=	2.1.4
 CATEGORIES=	net elisp
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN tramp.orig/distinfo tramp/distinfo
--- tramp.orig/distinfo	Tue Nov  1 00:58:38 2005
+++ tramp/distinfo	Tue Nov  1 00:59:50 2005
@@ -1,2 +1,2 @@
-MD5 (tramp-2.1.3.tar.gz) = 8c41fd80b383e05125a4ac99c896ea99
-SIZE (tramp-2.1.3.tar.gz) = 294223
+MD5 (tramp-2.1.4.tar.gz) = 748a8e287a4bc6e6dfb66dd2b6da974a
+SIZE (tramp-2.1.4.tar.gz) = 305356
diff -ruN tramp.orig/pkg-plist tramp/pkg-plist
--- tramp.orig/pkg-plist	Tue Nov  1 00:58:38 2005
+++ tramp/pkg-plist	Tue Nov  1 01:04:43 2005
@@ -22,8 +22,8 @@
 %%TRAMP_LISPDIR%%/tramp-vc.elc
 %%TRAMP_LISPDIR%%/tramp.el
 %%TRAMP_LISPDIR%%/tramp.elc
-%%TRAMP_LISPDIR%%/trampcache.el
-%%TRAMP_LISPDIR%%/trampcache.elc
+%%TRAMP_LISPDIR%%/tramp-cache.el
+%%TRAMP_LISPDIR%%/tramp-cache.elc
 %%TRAMP_LISPDIR%%/trampver.el
 %%TRAMP_LISPDIR%%/trampver.elc
 @dirrm %%TRAMP_LISPDIR%%
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-02 21:42:41 UTC
State Changed
From-To: open->closed

Committed, thanks!