diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-01 16:29:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-01 16:29:04 +0000 |
commit | 99d30605119b332cf69ad1d68165bcdeab385f5e (patch) | |
tree | b8fce26552aa8e22f3a9a1ad12ed9e1dc018dadd /misc/sloccount | |
parent | d181ec99d9a9204606039968357104f3e5a335b4 (diff) | |
download | ports-99d30605119b332cf69ad1d68165bcdeab385f5e.tar.gz ports-99d30605119b332cf69ad1d68165bcdeab385f5e.zip |
upgrade to 2.13
PR: 38797
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=60432
Diffstat (limited to 'misc/sloccount')
-rw-r--r-- | misc/sloccount/Makefile | 4 | ||||
-rw-r--r-- | misc/sloccount/distinfo | 2 | ||||
-rw-r--r-- | misc/sloccount/files/patch-makefile | 23 |
3 files changed, 16 insertions, 13 deletions
diff --git a/misc/sloccount/Makefile b/misc/sloccount/Makefile index 28d92eee6b4c..0987df9f30a5 100644 --- a/misc/sloccount/Makefile +++ b/misc/sloccount/Makefile @@ -7,12 +7,14 @@ # PORTNAME= sloccount -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= misc MASTER_SITES= http://www.dwheeler.com/sloccount/ MAINTAINER= freaky@aagh.net +USE_PERL5= yes + MAKEFILE= makefile INSTALL_TARGET= install_programs install_man diff --git a/misc/sloccount/distinfo b/misc/sloccount/distinfo index 6b26ff8b9435..7e15e1a75205 100644 --- a/misc/sloccount/distinfo +++ b/misc/sloccount/distinfo @@ -1 +1 @@ -MD5 (sloccount-2.12.tar.gz) = ed8c8893d32e12fde25d39efe53af796 +MD5 (sloccount-2.13.tar.gz) = a3ae89b09a68bf6576c78b3b1ca1bc70 diff --git a/misc/sloccount/files/patch-makefile b/misc/sloccount/files/patch-makefile index 778f17ef4a47..6c6e8d22a861 100644 --- a/misc/sloccount/files/patch-makefile +++ b/misc/sloccount/files/patch-makefile @@ -1,6 +1,6 @@ ---- makefile.orig Thu Feb 28 12:44:12 2002 -+++ makefile Wed Mar 13 11:50:31 2002 -@@ -10,14 +10,12 @@ +--- makefile.orig Fri May 31 05:31:34 2002 ++++ makefile Sat Jun 1 13:33:20 2002 +@@ -10,7 +10,6 @@ # Set this for where to store the man pages and executables. # If you want to store this as part of an official distribution, # change this to "/usr": @@ -8,14 +8,15 @@ # Set "EXE_SUFFIX" to ".exe" if you're running on Windows, like this: # EXE_SUFFIX=.exe - EXE_SUFFIX= - - # Set this to your C compiler, if it's not "gcc"; a likely alternative is "cc": --CC=gcc +@@ -19,7 +18,6 @@ + # Set this to your C compiler, if it's not "gcc"; a likely alternative is "cc". + # The "-Wall" option turns on warnings in gcc. gcc users might also want + # to consider using "-Werror", which turns warnings into errors. +-CC=gcc -Wall # Set this to the name of your "install" program. On some systems, # "install -C" would be useful (so unchanged files won't be modified), -@@ -41,7 +39,7 @@ +@@ -47,7 +45,7 @@ ARCH=i386 VERSIONEDNAME=$(NAME)-$(VERSION) INSTALL_DIR=$(PREFIX)/bin @@ -24,7 +25,7 @@ MAN_DIR_MAN1=$(MAN_DIR)/man1 DOC_DIR=$(PREFIX)/share/doc/$(VERSIONEDNAME)-$(RPM_VERSION) POSTED_DIR=/home/dwheeler/dwheeler.com/sloccount -@@ -86,7 +84,7 @@ +@@ -92,7 +90,7 @@ sql_count \ tcl_count @@ -33,7 +34,7 @@ MYDOCS=sloccount.html README TODO ChangeLog -@@ -94,13 +92,13 @@ +@@ -100,13 +98,13 @@ all: lexcount1$(EXE_SUFFIX) c_count$(EXE_SUFFIX) java_count$(EXE_SUFFIX) php_count$(EXE_SUFFIX) lexcount1$(EXE_SUFFIX): lexcount1.c @@ -50,7 +51,7 @@ sloccount.1.gz: sloccount.1 gzip -c sloccount.1 > sloccount.1.gz -@@ -111,25 +109,23 @@ +@@ -117,25 +115,23 @@ # This is USC's code counter, not built by default: c_lines: C_LINES.C |