[Midnightbsd-cvs] mports [20128] trunk/devel/ctags: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 29 15:54:19 EDT 2015


Revision: 20128
          http://svnweb.midnightbsd.org/mports/?rev=20128
Author:   laffer1
Date:     2015-08-29 15:54:18 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/devel/ctags/Makefile
    trunk/devel/ctags/distinfo
    trunk/devel/ctags/pkg-plist

Added Paths:
-----------
    trunk/devel/ctags/files/patch-ctags.1

Removed Paths:
-------------
    trunk/devel/ctags/files/patch-aa

Modified: trunk/devel/ctags/Makefile
===================================================================
--- trunk/devel/ctags/Makefile	2015-08-29 19:52:54 UTC (rev 20127)
+++ trunk/devel/ctags/Makefile	2015-08-29 19:54:18 UTC (rev 20128)
@@ -2,18 +2,18 @@
 
 PORTNAME=	ctags
 PORTVERSION=	5.8
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A feature-filled tagfile generator for vi and emacs clones
+COMMENT=	Feature-filled tagfile generator for vi and emacs clones
+
 LICENSE=	gpl2
 
-MAKE_JOBS_SAFE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-macro-patterns --with-readlib
+CONFIGURE_ARGS+=	--enable-macro-patterns --with-readlib
 
-MAN1=		exctags.1
 SUB_FILES+=	pkg-message
 FAKE_OPTS=	prefixhack
 

Modified: trunk/devel/ctags/distinfo
===================================================================
--- trunk/devel/ctags/distinfo	2015-08-29 19:52:54 UTC (rev 20127)
+++ trunk/devel/ctags/distinfo	2015-08-29 19:54:18 UTC (rev 20128)
@@ -1,4 +1,2 @@
-MD5 (ctags-5.8.tar.gz) = c00f82ecdcc357434731913e5b48630d
 SHA256 (ctags-5.8.tar.gz) = 0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
-RMD160 (ctags-5.8.tar.gz) = 191495869fbfa2f77a9619a4920eba26d02eface
 SIZE (ctags-5.8.tar.gz) = 479927

Deleted: trunk/devel/ctags/files/patch-aa
===================================================================
--- trunk/devel/ctags/files/patch-aa	2015-08-29 19:52:54 UTC (rev 20127)
+++ trunk/devel/ctags/files/patch-aa	2015-08-29 19:54:18 UTC (rev 20128)
@@ -1,26 +0,0 @@
---- ctags.1.orig	Mon Mar 19 10:21:32 2001
-+++ ctags.1	Wed Mar 21 11:23:43 2001
-@@ -1,19 +1,19 @@
--.TH CTAGS 1 "Version 5.0" "Darren Hiebert"
-+.TH EXCTAGS 1 "Version 5.0" "Darren Hiebert"
- 
- 
- .SH "NAME"
--ctags \- Generate tag files for source code
-+exctags \- Generate tag files for source code
- 
- 
- .SH SYNOPSIS
- .TP 6
--\fBctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
-+\fBexctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
- .TP 6
- \fBetags\fP [\fBoptions\fP] [\fIfile(s)\fP]
- 
- 
- .SH "DESCRIPTION"
--The \fBctags\fP and \fBetags\fP programs (hereinafter collectively referred to
-+The \fBexctags\fP and \fBetags\fP programs (hereinafter collectively referred to
- as \fBctags\fP, except where distinguished) generate an index (or "tag") file
- for a variety of language objects found in \fIfile(s)\fP.
- This tag file allows these items to be quickly and easily located by a text

Copied: trunk/devel/ctags/files/patch-ctags.1 (from rev 19810, trunk/devel/ctags/files/patch-aa)
===================================================================
--- trunk/devel/ctags/files/patch-ctags.1	                        (rev 0)
+++ trunk/devel/ctags/files/patch-ctags.1	2015-08-29 19:54:18 UTC (rev 20128)
@@ -0,0 +1,26 @@
+--- ctags.1.orig	Mon Mar 19 10:21:32 2001
++++ ctags.1	Wed Mar 21 11:23:43 2001
+@@ -1,19 +1,19 @@
+-.TH CTAGS 1 "Version 5.0" "Darren Hiebert"
++.TH EXCTAGS 1 "Version 5.0" "Darren Hiebert"
+ 
+ 
+ .SH "NAME"
+-ctags \- Generate tag files for source code
++exctags \- Generate tag files for source code
+ 
+ 
+ .SH SYNOPSIS
+ .TP 6
+-\fBctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
++\fBexctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
+ .TP 6
+ \fBetags\fP [\fBoptions\fP] [\fIfile(s)\fP]
+ 
+ 
+ .SH "DESCRIPTION"
+-The \fBctags\fP and \fBetags\fP programs (hereinafter collectively referred to
++The \fBexctags\fP and \fBetags\fP programs (hereinafter collectively referred to
+ as \fBctags\fP, except where distinguished) generate an index (or "tag") file
+ for a variety of language objects found in \fIfile(s)\fP.
+ This tag file allows these items to be quickly and easily located by a text

Modified: trunk/devel/ctags/pkg-plist
===================================================================
--- trunk/devel/ctags/pkg-plist	2015-08-29 19:52:54 UTC (rev 20127)
+++ trunk/devel/ctags/pkg-plist	2015-08-29 19:54:18 UTC (rev 20128)
@@ -1,3 +1,4 @@
 bin/exctags
 include/readtags.h
 lib/readtags.o
+man/man1/exctags.1.gz



More information about the Midnightbsd-cvs mailing list