pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lcov



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Fri Mar  3 07:38:22 UTC 2023

Modified Files:
        pkgsrc/devel/lcov: Makefile

Log Message:
lcov: update MASTER_SITES and HOMEPAGE, project moved to GitHub.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/lcov/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lcov/Makefile
diff -u pkgsrc/devel/lcov/Makefile:1.18 pkgsrc/devel/lcov/Makefile:1.19
--- pkgsrc/devel/lcov/Makefile:1.18     Tue Jun 28 11:31:46 2022
+++ pkgsrc/devel/lcov/Makefile  Fri Mar  3 07:38:22 2023
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.18 2022/06/28 11:31:46 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/03/03 07:38:22 fcambus Exp $
 #
 
 DISTNAME=      lcov-1.13
 PKGREVISION=   5
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ltp/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=linux-test-project/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    reed%reedmedia.net@localhost
-HOMEPAGE=      http://ltp.sourceforge.net/coverage/lcov.php
+HOMEPAGE=      https://github.com/linux-test-project/lcov
 COMMENT=       Front-end for GCC's coverage testing tool gcov
 
 NO_BUILD=              yes



Home | Main Index | Thread Index | Old Index