View | Details | Raw Unified | Return to bug 37735
Collapse All | Expand All

(-)cvsgraph/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	cvsgraph
8
PORTNAME=	cvsgraph
9
PORTVERSION=	1.1.2
9
PORTVERSION=	1.2.0
10
CATEGORIES=	devel graphics
10
CATEGORIES=	devel graphics
11
MASTER_SITES=	http://www.akhphd.au.dk/~bertho/cvsgraph/release/
11
MASTER_SITES=	http://www.akhphd.au.dk/~bertho/cvsgraph/release/
12
12
Lines 24-30 Link Here
24
USE_BISON=	yes
24
USE_BISON=	yes
25
ALL_TARGET=	cvsgraph
25
ALL_TARGET=	cvsgraph
26
DOCDIR=		share/doc/${PORTNAME}
26
DOCDIR=		share/doc/${PORTNAME}
27
DOCS=		ChangeLog LICENCE README
27
DOCS=		ChangeLog LICENSE README
28
EXAMPLES=	cvsgraphwrapper.php3 mkimage.php3
28
EXAMPLES=	cvsgraphwrapper.php3 mkimage.php3
29
PLIST=		${WRKDIR}/pkg-plist
29
PLIST=		${WRKDIR}/pkg-plist
30
USE_AUTOCONF=	yes
30
USE_AUTOCONF=	yes
(-)cvsgraph/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (cvsgraph-1.1.2.tar.gz) = 16cd4834aee1c635835b02d2d238e240
1
MD5 (cvsgraph-1.2.0.tar.gz) = ac1bc46e50df09106a210a878ee94452
(-)cvsgraph/files/patch-cvsgraph.c (-10 lines)
Lines 1-10 Link Here
1
--- cvsgraph.c.orig	Wed Mar 14 20:12:02 2001
2
+++ cvsgraph.c	Wed Mar 14 20:11:38 2001
3
@@ -30,7 +30,6 @@
4
 #include <fcntl.h>
5
 #include <regex.h>
6
 #include <errno.h>
7
-#include <getopt.h>
8
 #include <ctype.h>
9
 #include <time.h>
10
 

Return to bug 37735