devel/cvsgraph: update to 1.7.2
Chase to new upstream. Submitter becomes maintainer. Changelog: https://www.vagrearg.org/content/cvsgraph#changes PR: 271463
This commit is contained in:
parent
c4740264c7
commit
84a22954d2
3 changed files with 8 additions and 21 deletions
|
@ -1,12 +1,11 @@
|
|||
PORTNAME= cvsgraph
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 8
|
||||
DISTVERSION= 1.7.2
|
||||
CATEGORIES= devel graphics
|
||||
MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/
|
||||
MASTER_SITES= https://www.vagrearg.org/cvsgraph/release/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= terry-freebsd@glaver.org
|
||||
COMMENT= Graph the life story of a file under CVS or RCS
|
||||
WWW= https://web.archive.org/web/20181111235708/http://www.akhphd.au.dk/~bertho/cvsgraph/
|
||||
WWW= https://www.vagrearg.org/content/cvsgraph
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -18,7 +17,7 @@ LIB_DEPENDS= libgd.so:graphics/gd \
|
|||
libfreetype.so:print/freetype2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
|
||||
USES= localbase:ldflags jpeg
|
||||
USES= localbase:ldflags jpeg pkgconfig
|
||||
SUB_FILES= pkg-message
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -lm
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (cvsgraph-1.7.0.tar.gz) = 74438faaefd325c7a8ed289ea5d1657befe1d1859d55f8fbbcc7452f4efd435f
|
||||
SIZE (cvsgraph-1.7.0.tar.gz) = 202678
|
||||
TIMESTAMP = 1684288884
|
||||
SHA256 (cvsgraph-1.7.2.tar.gz) = 8f25beaa586ee374a8effc9c1693e4457ae4e227a719f192858d6ae242bb007f
|
||||
SIZE (cvsgraph-1.7.2.tar.gz) = 229325
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- cvsgraph.c.orig 2008-05-21 12:21:32 UTC
|
||||
+++ cvsgraph.c
|
||||
@@ -190,8 +190,8 @@ static void dump_dtext(char *p, dtext_t
|
||||
{
|
||||
printf("%sdtext.rev : ", p);
|
||||
dump_rev("", d->rev);
|
||||
- printf("%sdtext.log : %d bytes\n", p, d->log ? strlen(d->log) : -1);
|
||||
- printf("%sdtext.text : %d bytes\n", p, d->text ? strlen(d->text) : -1);
|
||||
+ printf("%sdtext.log : %ld bytes\n", p, d->log ? (long) strlen(d->log) : -1);
|
||||
+ printf("%sdtext.text : %ld bytes\n", p, d->text ? (long) strlen(d->text) : -1);
|
||||
printf("\n");
|
||||
}
|
||||
|
Loading…
Reference in a new issue