diff options
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 3 | ||||
-rw-r--r-- | devel/cscope/distinfo | 2 | ||||
-rw-r--r-- | devel/cscope/files/patch-aa | 15 |
3 files changed, 5 insertions, 15 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index cda4392..44be11f 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -7,8 +7,7 @@ # PORTNAME= cscope -PORTVERSION= 15.3 -PORTREVISION= 1 +PORTVERSION= 15.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/cscope/distinfo b/devel/cscope/distinfo index 1a312b6..fd05b40 100644 --- a/devel/cscope/distinfo +++ b/devel/cscope/distinfo @@ -1 +1 @@ -MD5 (cscope-15.3.tar.gz) = 7540514aab8c0a3737ee8dd08a5422ba +MD5 (cscope-15.4.tar.gz) = d46d39f39e5f493161cb4c476a27cf8e diff --git a/devel/cscope/files/patch-aa b/devel/cscope/files/patch-aa index ede70b9..ad0f878 100644 --- a/devel/cscope/files/patch-aa +++ b/devel/cscope/files/patch-aa @@ -1,15 +1,6 @@ ---- src/constants.h.orig Fri Jun 1 08:43:24 2001 -+++ src/constants.h Mon Aug 6 22:35:45 2001 -@@ -43,7 +43,7 @@ - - /* database output macros that update its offset */ - #define dbputc(c) (++dboffset, (void) putc(c, newrefs)) --#if Linux || BSD && !sun -+#if Linux || __FreeBSD__ || BSD && !sun - #define dbfputs(s) (dboffset += strlen(s), fputs(s, newrefs)) - #else - #define dbfputs(s) (dboffset += fputs(s, newrefs)) -@@ -98,7 +98,7 @@ +--- src/constants.h.orig Sun Jul 28 09:22:38 2002 ++++ src/constants.h Mon Aug 5 12:07:50 2002 +@@ -95,7 +95,7 @@ #define INCLUDES 8 #define FIELDS 9 |