git: 84a22954d227 - main - devel/cvsgraph: update to 1.7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 May 2023 08:20:48 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=84a22954d227395ef5a84b048d724351bc99dfbd commit 84a22954d227395ef5a84b048d724351bc99dfbd Author: Terry Kennedy <terry-freebsd@glaver.org> AuthorDate: 2023-05-17 14:32:05 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-18 08:19:51 +0000 devel/cvsgraph: update to 1.7.2 Chase to new upstream. Submitter becomes maintainer. Changelog: https://www.vagrearg.org/content/cvsgraph#changes PR: 271463 --- devel/cvsgraph/Makefile | 11 +++++------ devel/cvsgraph/distinfo | 5 +++-- devel/cvsgraph/files/patch-cvsgraph.c | 13 ------------- 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 3fda17491eae..0f338af99d10 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -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 diff --git a/devel/cvsgraph/distinfo b/devel/cvsgraph/distinfo index c3102b43c272..41c0dde41582 100644 --- a/devel/cvsgraph/distinfo +++ b/devel/cvsgraph/distinfo @@ -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 diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c deleted file mode 100644 index ccaa43544037..000000000000 --- a/devel/cvsgraph/files/patch-cvsgraph.c +++ /dev/null @@ -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"); - } -