aboutsummaryrefslogtreecommitdiff
path: root/misc/sloccount
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-28 22:03:40 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-28 22:03:40 +0000
commit6f3a1e0e9d72d5d40efbb73d677ffa041413d97e (patch)
tree15971f8af1031a0138b825c6f94fea10f243bdce /misc/sloccount
parent4642cedfedfae72388c36b5268555c22650f74ad (diff)
downloadports-6f3a1e0e9d72d5d40efbb73d677ffa041413d97e.tar.gz
ports-6f3a1e0e9d72d5d40efbb73d677ffa041413d97e.zip
Update to 2.10
PR: 35405 Submitted by: Thomas Hurst <freaky@aagh.net>
Notes
Notes: svn path=/head/; revision=55355
Diffstat (limited to 'misc/sloccount')
-rw-r--r--misc/sloccount/Makefile2
-rw-r--r--misc/sloccount/distinfo2
-rw-r--r--misc/sloccount/files/patch-break_filelist6
-rw-r--r--misc/sloccount/files/patch-makefile10
-rw-r--r--misc/sloccount/pkg-plist1
5 files changed, 11 insertions, 10 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile
index d22b7eaf6f26..8ff9efdb6e9a 100644
--- a/misc/sloccount/Makefile
+++ b/misc/sloccount/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= sloccount
-PORTVERSION= 2.09
+PORTVERSION= 2.10
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/
diff --git a/misc/sloccount/distinfo b/misc/sloccount/distinfo
index 0a96126a69a6..1c149d765143 100644
--- a/misc/sloccount/distinfo
+++ b/misc/sloccount/distinfo
@@ -1 +1 @@
-MD5 (sloccount-2.09.tar.gz) = fe915e1eda358983e4b2d65bbaf7cf5a
+MD5 (sloccount-2.10.tar.gz) = 1326a0a013fd36497cb44870627963ad
diff --git a/misc/sloccount/files/patch-break_filelist b/misc/sloccount/files/patch-break_filelist
index 01b55be261d3..193d36f23369 100644
--- a/misc/sloccount/files/patch-break_filelist
+++ b/misc/sloccount/files/patch-break_filelist
@@ -1,6 +1,6 @@
---- break_filelist.org Sat Jan 19 22:42:44 2002
-+++ break_filelist Sat Jan 19 22:42:20 2002
-@@ -558,7 +558,7 @@
+--- break_filelist.orig Wed Feb 27 00:39:24 2002
++++ break_filelist Thu Feb 28 14:42:14 2002
+@@ -562,7 +562,7 @@
return $cached_digest; # We did, so here's what it was.
}
diff --git a/misc/sloccount/files/patch-makefile b/misc/sloccount/files/patch-makefile
index 668f554f7531..947d51ddb2ef 100644
--- a/misc/sloccount/files/patch-makefile
+++ b/misc/sloccount/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig Wed Jan 9 21:38:33 2002
-+++ makefile Sat Jan 19 22:40:15 2002
+--- makefile.orig Wed Feb 27 17:58:44 2002
++++ makefile Thu Feb 28 14:45:44 2002
@@ -10,14 +10,12 @@
# Set this for where to store the man pages and executables.
# If you want to store this as part of an official distribution,
@@ -24,7 +24,7 @@
MAN_DIR_MAN1=$(MAN_DIR)/man1
DOC_DIR=$(PREFIX)/share/doc/$(VERSIONEDNAME)-$(RPM_VERSION)
POSTED_DIR=/home/dwheeler/dwheeler.com/sloccount
-@@ -84,7 +82,7 @@
+@@ -85,7 +83,7 @@
sql_count \
tcl_count
@@ -33,7 +33,7 @@
MYDOCS=sloccount.html README TODO ChangeLog
-@@ -92,13 +90,13 @@
+@@ -93,13 +91,13 @@
all: lexcount1$(EXE_SUFFIX) c_count$(EXE_SUFFIX) java_count$(EXE_SUFFIX) php_count$(EXE_SUFFIX)
lexcount1$(EXE_SUFFIX): lexcount1.c
@@ -50,7 +50,7 @@
sloccount.1.gz: sloccount.1
gzip -c sloccount.1 > sloccount.1.gz
-@@ -109,18 +107,17 @@
+@@ -110,18 +108,17 @@
# This is USC's code counter, not built by default:
c_lines: C_LINES.C
diff --git a/misc/sloccount/pkg-plist b/misc/sloccount/pkg-plist
index a0ef4c916506..bcd5739c34de 100644
--- a/misc/sloccount/pkg-plist
+++ b/misc/sloccount/pkg-plist
@@ -3,6 +3,7 @@ bin/asm_count
bin/awk_count
bin/break_filelist
bin/c_count
+bin/cobol_count
bin/compute_all
bin/compute_sloc_lang
bin/count_extensions