pkgsrc-WIP-changes archive

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

detab, docviewer, fbsd2pkg, spcm: Use github as home page



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Apr 15 09:12:51 2024 -0500
Changeset:	31260a5852ea0e28887c21a537c3016c00fdf2cc

Modified Files:
	detab/Makefile
	docviewer/Makefile
	fbsd2pkg/Makefile
	spcm/Makefile

Log Message:
detab, docviewer, fbsd2pkg, spcm: Use github as home page

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31260a5852ea0e28887c21a537c3016c00fdf2cc

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

diffstat:
 detab/Makefile     | 2 +-
 docviewer/Makefile | 2 +-
 fbsd2pkg/Makefile  | 2 +-
 spcm/Makefile      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/detab/Makefile b/detab/Makefile
index aa59920a4d..fc27f3d49a 100644
--- a/detab/Makefile
+++ b/detab/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	http://acadix.biz/Ports/distfiles/
+HOMEPAGE=	https://github.com/outpaddling/detab
 COMMENT=	Replace tabs with spaces in a text file
 LICENSE=	2-clause-bsd
 
diff --git a/docviewer/Makefile b/docviewer/Makefile
index bf91c510f7..0d06b7b8d8 100644
--- a/docviewer/Makefile
+++ b/docviewer/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_TAG=	3bb75e957ebe00cf99d3893bc1f2ed9e647112da
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	http://acadix.biz/Ports/distfiles/
+HOMEPAGE=	https://github.com/outpaddling/docviewer
 COMMENT=	Generic command to automatically select a document viewer
 LICENSE=	2-clause-bsd
 
diff --git a/fbsd2pkg/Makefile b/fbsd2pkg/Makefile
index cefe89e695..868af167f5 100644
--- a/fbsd2pkg/Makefile
+++ b/fbsd2pkg/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 GITHUB_TAG=	3ebb8af9252a4437b3b9c4cdd7377f1a401689a4
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	http://acadix.biz/Ports/distfiles/
+HOMEPAGE=	https://github.com/outpaddling/fbsd2pkg
 COMMENT=	Convert a FreeBSD port framework to a pkgsrc package
 LICENSE=	2-clause-bsd
 
diff --git a/spcm/Makefile b/spcm/Makefile
index ee0fb5d107..7f34e61aa2 100644
--- a/spcm/Makefile
+++ b/spcm/Makefile
@@ -7,7 +7,7 @@ GITHUB_PROJECT=	SPCM
 GITHUB_TAG=	924bc14e0f2918802e3e38d17ff3396df89a3164
 
 OWNER=		bacon%NetBSD.org@localhost
-HOMEPAGE=	http://acadix.biz/spcm.php
+HOMEPAGE=	https://github.com/outpaddling/SPCM
 COMMENT=	Simple, portable cluster management
 LICENSE=	2-clause-bsd
 


Home | Main Index | Thread Index | Old Index