diff options
author | pat <pat@FreeBSD.org> | 2002-03-01 06:03:40 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-01 06:03:40 +0800 |
commit | fa3255e037b9a655a27e3a523796955f38b9d1a1 (patch) | |
tree | 8660fb0140b12d831dec08ae1345482878af00dc /misc/sloccount/files | |
parent | f69a056b2e6e860c3bbf68fe1fa160428251822e (diff) | |
download | freebsd-ports-gnome-fa3255e037b9a655a27e3a523796955f38b9d1a1.tar.gz freebsd-ports-gnome-fa3255e037b9a655a27e3a523796955f38b9d1a1.tar.zst freebsd-ports-gnome-fa3255e037b9a655a27e3a523796955f38b9d1a1.zip |
Update to 2.10
PR: 35405
Submitted by: Thomas Hurst <freaky@aagh.net>
Diffstat (limited to 'misc/sloccount/files')
-rw-r--r-- | misc/sloccount/files/patch-break_filelist | 6 | ||||
-rw-r--r-- | misc/sloccount/files/patch-makefile | 10 |
2 files changed, 8 insertions, 8 deletions
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 |