• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revision580e0f031665a4608ed2bc389be8ae9e85454122 (tree)
Time2009-03-25 19:52:35
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

Change Summary

Incremental Difference

--- a/devel/ctags/Portfile
+++ b/devel/ctags/Portfile
@@ -1,11 +1,11 @@
11 # $Id: Portfile 23082 2007-03-24 19:10:14Z pipping@macports.org $
22
33 PortSystem 1.0
4+
45 name ctags
5-version 5.6j1
6-revision 1
6+version 5.7j1
77 categories devel
8-maintainers nomaintainer@macports.org
8+maintainers nomaintainer
99 description Reimplementation of ctags(1)
1010 long_description \
1111 Exuberant Ctags generates an index (or tag) file of source language \
@@ -20,7 +20,7 @@ long_description \
2020 homepage http://hp.vector.co.jp/authors/VA025040/ctags/
2121 platforms darwin freebsd
2222 master_sites http://hp.vector.co.jp/authors/VA025040/ctags/downloads/
23-checksums md5 801f533e5f25f74c13cbef6353c92e27
23+checksums md5 076ffb2fefd52e3d19e59d27f7b16120
2424 patchfiles patch-Makefile.in.diff \
2525 patch-ctags.1.diff
2626 configure.type gnu
@@ -28,4 +28,5 @@ configure.args --enable-macro-patterns \
2828 --mandir=\\\${prefix}/share/man \
2929 --with-readlib
3030
31+worksrcdir ${name}-5.7
3132 destroot.destdir prefix=${destroot}${prefix}
--- a/devel/ctags/files/patch-Makefile.in.diff
+++ b/devel/ctags/files/patch-Makefile.in.diff
@@ -1,5 +1,5 @@
1---- Makefile.in.orig 2006-06-06 08:24:24.000000000 +0900
2-+++ Makefile.in 2007-07-23 21:18:32.000000000 +0900
1+--- Makefile.in.orig 2007-12-12 23:02:24.000000000 +0900
2++++ Makefile.in 2007-12-12 23:02:51.000000000 +0900
33 @@ -6,7 +6,7 @@
44 # These are the names of the installed programs, in case you wish to change
55 # them.
--- a/devel/ctags/files/patch-ctags.1.diff
+++ b/devel/ctags/files/patch-ctags.1.diff
@@ -1,8 +1,8 @@
1---- ctags.1.orig 2006-06-12 12:47:51.000000000 +0900
2-+++ ctags.1 2007-07-23 21:20:36.000000000 +0900
1+--- ctags.1.orig 2007-12-12 23:03:14.000000000 +0900
2++++ ctags.1 2007-12-12 23:04:46.000000000 +0900
33 @@ -1,19 +1,19 @@
4--.TH CTAGS 1 "Version 5.6" "Darren Hiebert" "Exuberant Ctags"
5-+.TH JEXCTAGS 1 "Version 5.6" "Darren Hiebert" "Exuberant Ctags"
4+-.TH CTAGS 1 "Version 5.7" "Darren Hiebert" "Exuberant Ctags"
5++.TH JEXCTAGS 1 "Version 5.7" "Darren Hiebert" "Exuberant Ctags"
66
77
88 .SH "NAME"
Show on old repository browser