diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile index ee1c40897549..bd33868a4861 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 5e27b3df1544..0c898da3186c 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 16cdfc70c9c9..000000000000 --- 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 - #include - #include - #include diff --git a/devel/ctags/pkg-descr b/devel/ctags/pkg-descr index fb4ef6f8d216..b7fe05736a4b 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/