From dryice@hotpop.com  Wed Jul 20 02:07:43 2005
Return-Path: <dryice@hotpop.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1294916A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 02:07:43 +0000 (GMT)
	(envelope-from dryice@hotpop.com)
Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B4B843D45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 02:07:42 +0000 (GMT)
	(envelope-from dryice@hotpop.com)
Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103])
	by smtp-out.hotpop.com (Postfix) with SMTP id 1F29A1465FA5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Jul 2005 02:07:37 +0000 (UTC)
Received: from hotpop.com (unknown [221.0.238.163])
	by smtp-2.hotpop.com (Postfix) with ESMTP
	id 345B01465FC1; Wed, 20 Jul 2005 02:07:30 +0000 (UTC)
Received: by hotpop.com (sSMTP sendmail emulation); Wed, 20 Jul 2005 10:06:44 +0800
Message-Id: <20050720020730.345B01465FC1@smtp-2.hotpop.com>
Date: Wed, 20 Jul 2005 10:06:44 +0800
From: Dryice Liu <dryice@hotpop.com>
Reply-To: Dryice Liu <dryice@hotpop.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Dryice Liu <dryice@hotpop.com>
Subject: [maintainer] devel/xtla: update to 1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83763
>Category:       ports
>Synopsis:       [maintainer] devel/xtla: update to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 20 02:10:15 GMT 2005
>Closed-Date:    Wed Jul 20 08:54:03 GMT 2005
>Last-Modified:  Wed Jul 20 08:54:03 GMT 2005
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jul 20 08:53:56 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=83763 
>Unformatted:
