git: 9d3c491712bf - main - print/indexinfo: fix typo in WWW section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Feb 2025 07:37:01 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d3c491712bf70a043d92a7a00db3818f76ea6bb commit 9d3c491712bf70a043d92a7a00db3818f76ea6bb Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-02-26 07:35:53 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-02-26 07:35:53 +0000 print/indexinfo: fix typo in WWW section PR: 285046 Submitted by: Mel Pilgrim <ports.maintainer@evilphi.com> --- print/indexinfo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile index ef43ae4b0efb..ec46d5b9cd9c 100644 --- a/print/indexinfo/Makefile +++ b/print/indexinfo/Makefile @@ -1,11 +1,12 @@ PORTNAME= indexinfo PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= print ports-mgmt MASTER_SITES= https://codeberg.org/bapt/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to regenerate the GNU info page index -WWW= https://codeberg.org.org/bapt/indexinfo +WWW= https://codeberg.org/bapt/indexinfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING