diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-12-27 09:31:15 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-12-27 09:32:24 +0100 |
commit | 55406b318ab17760e47635ebdf3e9b0f90f56f67 (patch) | |
tree | 934a74decd2b898b52d252d0b51572e852925dc0 | |
parent | shells/carapace: update to 1.1.1 (diff) |
print/indexinfo: upstream now lives in https://codeberg.org
-rw-r--r-- | print/indexinfo/Makefile | 6 | ||||
-rw-r--r-- | print/indexinfo/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile index 75c86d5df984..ef43ae4b0efb 100644 --- a/print/indexinfo/Makefile +++ b/print/indexinfo/Makefile @@ -1,19 +1,19 @@ PORTNAME= indexinfo PORTVERSION= 0.3.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://github.com/bapt/indexinfo +WWW= https://codeberg.org.org/bapt/indexinfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_CSTD= gnu99 -USE_GITHUB= yes -GH_ACCOUNT= bapt INSTALL_TARGET= install-strip PLIST_FILES= bin/indexinfo +WRKSRC= ${WRKDIR}/${PORTNAME} .if exists(/usr/include/sys/capsicum.h) CFLAGS+= -DHAVE_CAPSICUM diff --git a/print/indexinfo/distinfo b/print/indexinfo/distinfo index dad317f30f1d..a72c53da10f8 100644 --- a/print/indexinfo/distinfo +++ b/print/indexinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509914370 -SHA256 (bapt-indexinfo-0.3.1_GH0.tar.gz) = 3d79b33698fe15a4588616fa95d02691af0d2ad6dc27493f3a74560f9b0496cd -SIZE (bapt-indexinfo-0.3.1_GH0.tar.gz) = 3860 +TIMESTAMP = 1735288237 +SHA256 (indexinfo-0.3.1.tar.gz) = be55b2dc281f8168625075404cd62211f988112bccf9967d02a7ef0dedc5516b +SIZE (indexinfo-0.3.1.tar.gz) = 3853 |