Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 10:06:44 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@hotpop.com>
Subject:   ports/83763: [maintainer] devel/xtla: update to 1.1
Message-ID:  <20050720020730.345B01465FC1@smtp-2.hotpop.com>
Resent-Message-ID: <200507200210.j6K2AGYh014230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83763
>Category:       ports
>Synopsis:       [maintainer] devel/xtla: update to 1.1
>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:   Wed Jul 20 02:10:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #5: Fri Jul 1 19:39:07 CST 2005


	
>Description:
	Update to 1.1
>How-To-Repeat:
	
>Fix:

	

--- xtla.diff begins here ---
diff -ruN xtla.old/Makefile xtla/Makefile
--- xtla.old/Makefile	Wed May 25 12:15:31 2005
+++ xtla/Makefile	Wed Jul 20 09:47:44 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xtla
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 PORTEPOCH=	1
 CATEGORIES=	devel elisp
 MASTER_SITES=	http://download.gna.org/xtla-el/ \
diff -ruN xtla.old/distinfo xtla/distinfo
--- xtla.old/distinfo	Wed May 25 08:50:01 2005
+++ xtla/distinfo	Wed Jul 20 09:47:43 2005
@@ -1,2 +1,2 @@
-MD5 (xtla-1.0.tar.gz) = 86f302583d3ca3abbe2c945e4e245d95
-SIZE (xtla-1.0.tar.gz) = 230778
+MD5 (xtla-1.1.tar.gz) = 14ca6654acf407243038b0c919fdb781
+SIZE (xtla-1.1.tar.gz) = 263519
diff -ruN xtla.old/files/patch-lisp-xtla-defs.el xtla/files/patch-lisp-xtla-defs.el
--- xtla.old/files/patch-lisp-xtla-defs.el	Thu Nov 11 16:13:15 2004
+++ xtla/files/patch-lisp-xtla-defs.el	Wed Jul 20 09:47:42 2005
@@ -1,18 +1,19 @@
---- lisp/xtla-defs.el.orig	Sun Nov  7 17:53:03 2004
-+++ lisp/xtla-defs.el	Thu Nov 11 09:15:52 2004
-@@ -1605,13 +1605,13 @@
-   :group 'xtla)
+--- lisp/xtla-defs.el.orig	Sat Jul  9 04:01:48 2005
++++ lisp/xtla-defs.el	Wed Jul 20 09:43:15 2005
+@@ -1758,14 +1758,14 @@
  
- ;;;###autoload
--(defcustom tla-diff-executable "diff"
-+(defcustom tla-diff-executable "gdiff"
+ (defcustom tla-diff-executable (tla--first-set
+                                 tla-site-diff-executable
+-                                "diff")
++                                "gdiff")
    "*The name of the diff executable."
    :type 'string
    :group 'xtla)
  
- ;;;###autoload
--(defcustom tla-patch-executable "patch"
-+(defcustom tla-patch-executable "gpatch"
+ (defcustom tla-patch-executable (tla--first-set
+                                  tla-site-patch-executable
+-                                 "patch")
++                                 "gpatch")
    "*The name of the patch executable."
    :type 'string
    :group 'xtla)
diff -ruN xtla.old/pkg-plist xtla/pkg-plist
--- xtla.old/pkg-plist	Fri Apr 22 03:02:38 2005
+++ xtla/pkg-plist	Wed Jul 20 10:05:47 2005
@@ -1,5 +1,11 @@
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-autoconf.el
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-autoconf.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-autoloads.el
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-autoloads.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-baz.el
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-baz.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-bconfig.el
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-bconfig.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-browse.el
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-browse.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-build.el
@@ -9,6 +15,10 @@
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-defs.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-emacs.el
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-emacs.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-lisp.el
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-lisp.elc
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-site.el
+%%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-site.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-tests.el
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-tests.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/xtla/xtla-tips.el
--- xtla.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050720020730.345B01465FC1>