diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2002-01-03 05:18:14 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2002-01-03 05:18:14 +0000 |
commit | 2cc286898337058ff1e1a532e44fa6cfe616ba86 (patch) | |
tree | fbd3136654d7ee8dd4a7886bfb299108cd081f1c | |
parent | 10efbbed853900e045a73308b1ac9fa9f5b18b18 (diff) | |
download | FreeBSD-ports-2cc286898337058ff1e1a532e44fa6cfe616ba86.zip FreeBSD-ports-2cc286898337058ff1e1a532e44fa6cfe616ba86.tar.gz |
Update to v5.2.
-rw-r--r-- | devel/ctags/Makefile | 2 | ||||
-rw-r--r-- | devel/ctags/distinfo | 2 | ||||
-rw-r--r-- | devel/ctags/files/patch-ab | 10 | ||||
-rw-r--r-- | devel/ctags/pkg-descr | 4 |
4 files changed, 4 insertions, 14 deletions
diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile index ee1c408..bd33868 100644 --- a/devel/ctags/Makefile +++ b/devel/ctags/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ctags -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_LOCAL} diff --git a/devel/ctags/distinfo b/devel/ctags/distinfo index 5e27b3d..0c898da 100644 --- a/devel/ctags/distinfo +++ b/devel/ctags/distinfo @@ -1 +1 @@ -MD5 (ctags-5.1.tar.gz) = 4bbdf77f89060876be0d7e06580c4761 +MD5 (ctags-5.2.tar.gz) = b3b777e133db430b9628c9f55b6a7fa3 diff --git a/devel/ctags/files/patch-ab b/devel/ctags/files/patch-ab deleted file mode 100644 index 16cdfc7..0000000 --- a/devel/ctags/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- readtags.c.old Wed Nov 7 19:06:22 2001 -+++ readtags.c Wed Nov 7 19:06:29 2001 -@@ -12,6 +12,7 @@ - * INCLUDE FILES - */ - #include "general.h" /* must always come first */ -+#include <sys/types.h> - #include <stdlib.h> - #include <string.h> - #include <ctype.h> diff --git a/devel/ctags/pkg-descr b/devel/ctags/pkg-descr index fb4ef6f..b7fe057 100644 --- a/devel/ctags/pkg-descr +++ b/devel/ctags/pkg-descr @@ -6,8 +6,8 @@ Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. -Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh -Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Make, Pascal, Perl, +Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh +Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc. WWW: http://ctags.sourceforge.net/ |