From 0e6ff8502a31c3e7e5131a019b9fc905acb650b8 Mon Sep 17 00:00:00 2001 From: bsam Date: Sun, 20 Dec 2009 20:19:24 +0000 Subject: Changes to editors/emacs and Mk/bsd.emacs.mk were taken from PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA [1], bsam (me) [2] Exp-run by: miwi --- net/tramp/Makefile | 2 +- net/tramp/pkg-plist | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'net/tramp') diff --git a/net/tramp/Makefile b/net/tramp/Makefile index 883b1eb9e95c..122af8e181da 100644 --- a/net/tramp/Makefile +++ b/net/tramp/Makefile @@ -7,7 +7,7 @@ PORTNAME= tramp PORTVERSION= 2.1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/tramp/pkg-plist b/net/tramp/pkg-plist index d7793ddff932..3bcf73527085 100644 --- a/net/tramp/pkg-plist +++ b/net/tramp/pkg-plist @@ -18,16 +18,18 @@ %%TRAMP_LISPDIR%%/tramp-fish.elc %%TRAMP_LISPDIR%%/tramp-ftp.el %%TRAMP_LISPDIR%%/tramp-ftp.elc +%%TRAMP_LISPDIR%%/tramp-gvfs.el +%%TRAMP_LISPDIR%%/tramp-gvfs.elc %%TRAMP_LISPDIR%%/tramp-gw.el %%TRAMP_LISPDIR%%/tramp-gw.elc %%TRAMP_LISPDIR%%/tramp-smb.el %%TRAMP_LISPDIR%%/tramp-smb.elc -%%TRAMP_LISPDIR%%/tramp-util.el -%%TRAMP_LISPDIR%%/tramp-util.elc +@comment %%TRAMP_LISPDIR%%/tramp-util.el +@comment %%TRAMP_LISPDIR%%/tramp-util.elc %%TRAMP_LISPDIR%%/tramp-uu.el %%TRAMP_LISPDIR%%/tramp-uu.elc -%%TRAMP_LISPDIR%%/tramp-vc.el -%%TRAMP_LISPDIR%%/tramp-vc.elc +@comment %%TRAMP_LISPDIR%%/tramp-vc.el +@comment %%TRAMP_LISPDIR%%/tramp-vc.elc %%TRAMP_LISPDIR%%/tramp.el %%TRAMP_LISPDIR%%/tramp.elc %%TRAMP_LISPDIR%%/tramp-cache.el -- cgit