1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Update to 2.10

PR:		35405
Submitted by:	Thomas Hurst <freaky@aagh.net>
This commit is contained in:
Patrick Li 2002-02-28 22:03:40 +00:00
parent 4642cedfed
commit 6f3a1e0e9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55355
5 changed files with 11 additions and 10 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= sloccount
PORTVERSION= 2.09
PORTVERSION= 2.10
CATEGORIES= misc
MASTER_SITES= http://www.dwheeler.com/sloccount/

View File

@ -1 +1 @@
MD5 (sloccount-2.09.tar.gz) = fe915e1eda358983e4b2d65bbaf7cf5a
MD5 (sloccount-2.10.tar.gz) = 1326a0a013fd36497cb44870627963ad

View File

@ -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.
}

View File

@ -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

View File

@ -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