ports/103351: Update port: textproc/rst.el (upgrade to r4747)

Denis Shaposhnikov dsh at vlink.ru
Mon Sep 18 13:03:45 UTC 2006


>Number:         103351
>Category:       ports
>Synopsis:       Update port: textproc/rst.el (upgrade to r4747)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 18 13:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #12: Tue Jun 27 16:19:50 MSD 2006 dsh at neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386


	
>Description:

Upgrade to svn revision 4747 and unbroke.

>How-To-Repeat:
	
>Fix:

diff -Nru --exclude=.svn rst.el.orig/Makefile rst.el/Makefile
--- rst.el.orig/Makefile	Mon Sep 18 16:47:57 2006
+++ rst.el/Makefile	Mon Sep 18 15:50:22 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	rst.el
-PORTVERSION=	4655
+PORTVERSION=	4747
 CATEGORIES=	textproc elisp
 MASTER_SITES=	http://svn.berlios.de/viewcvs/*checkout*/docutils/trunk/docutils/tools/editors/emacs/
 PKGNAMESUFFIX=	-${EMACS_NAME}
@@ -15,8 +15,6 @@
 
 MAINTAINER=	dsh at vlink.ru
 COMMENT=	ReStructuredText Support for Emacs
-
-BROKEN=		Incomplete pkg-plist
 
 USE_EMACS=	yes
 EMACS_PORT_NAME?=	xemacs21-mule
diff -Nru --exclude=.svn rst.el.orig/distinfo rst.el/distinfo
--- rst.el.orig/distinfo	Mon Sep 18 16:46:34 2006
+++ rst.el/distinfo	Mon Sep 18 15:50:42 2006
@@ -1,3 +1,3 @@
-MD5 (rst.el?rev=4655) = 825b249a63351fd76450427a30a0c5ab
-SHA256 (rst.el?rev=4655) = eef04f0b37b6b26c6ab028184e94784cee5e28f8e83ac01f1f03d3d01b2442cf
-SIZE (rst.el?rev=4655) = 112401
+MD5 (rst.el?rev=4747) = e71e386fa42dc26d31b0cf7812524221
+SHA256 (rst.el?rev=4747) = c0c6fc3f5f9918076f66e1bf3d3e8e1872785208835e61558e74c694785a6371
+SIZE (rst.el?rev=4747) = 114309
diff -Nru --exclude=.svn rst.el.orig/files/patch-rst.el rst.el/files/patch-rst.el
--- rst.el.orig/files/patch-rst.el	Mon Sep 18 16:46:34 2006
+++ rst.el/files/patch-rst.el	Thu Jan  1 03:00:00 1970
@@ -1,26 +0,0 @@
---- rst.el.orig	Sun Aug 20 18:19:59 2006
-+++ rst.el	Sun Aug 20 17:41:37 2006
-@@ -930,7 +930,9 @@
-          (toggle-style
-           (and current-prefix-arg (not reverse-direction))))
- 
--    (if (and transient-mark-mode mark-active)
-+    (if (or
-+	 (and (fboundp 'region-active-p) (region-active-p) (region-exists-p))
-+	 (and (boundp 'transient-mark-mode) transient-mark-mode mark-active))
-         ;; Adjust decorations within region.
-         (rst-promote-region current-prefix-arg)
-       ;; Adjust decoration around point.
-@@ -1988,7 +1990,11 @@
-     (error "Cannot mark zero sections"))
-   (cond ((and allow-extend
- 	      (or (and (eq last-command this-command) (mark t))
--		  (and transient-mark-mode mark-active)))
-+		  (or
-+		   (and (fboundp 'region-active-p)
-+			(region-active-p) (region-exists-p))
-+		   (and (boundp 'transient-mark-mode)
-+			transient-mark-mode mark-active))))
- 	 (set-mark
- 	  (save-excursion
- 	    (goto-char (mark))
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list