- Update to 1.1
PR: ports/83763 Submitted by: Dryice Liu <dryice@hotpop.com> (maintainer)
This commit is contained in:
parent
6ea758b758
commit
f44bb76cdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139662
4 changed files with 24 additions and 13 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue