diff options
author | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-01-26 17:30:40 +0000 |
commit | 0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch) | |
tree | d0a3f84c95c120b8b0804700a18681e739dece61 /filesystems | |
parent | 8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff) | |
download | pkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz |
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/openafs-devel/Makefile | 4 | ||||
-rw-r--r-- | filesystems/openafs/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/filesystems/openafs-devel/Makefile b/filesystems/openafs-devel/Makefile index dc6c59995cd..76e7d1f2316 100644 --- a/filesystems/openafs-devel/Makefile +++ b/filesystems/openafs-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/11/03 19:26:21 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:10 rillig Exp $ DISTNAME= openafs-1.7.11-src PKGNAME= ${DISTNAME:C/-src//} @@ -8,7 +8,7 @@ MASTER_SITES= http://www.openafs.org/dl/openafs/1.7.11/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gendalia@NetBSD.org -HOMEPAGE= http://www.openafs.org/ +HOMEPAGE= https://www.openafs.org/ COMMENT= File system for sharing, scalability and transparent data migration LICENSE= ipl-1.0 AND mit AND modified-bsd # AND sun-rpc? diff --git a/filesystems/openafs/Makefile b/filesystems/openafs/Makefile index eea1d8915f3..01746fb7aa3 100644 --- a/filesystems/openafs/Makefile +++ b/filesystems/openafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/11/03 19:26:21 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2020/01/26 17:31:10 rillig Exp $ DISTNAME= openafs-1.6.21-src PKGNAME= ${DISTNAME:C/-src//} @@ -7,7 +7,7 @@ MASTER_SITES= http://www.openafs.org/dl/openafs/1.6.21/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= gendalia@NetBSD.org -HOMEPAGE= http://www.openafs.org/ +HOMEPAGE= https://www.openafs.org/ COMMENT= File system for sharing, scalability and transparent data migration LICENSE= ipl-1.0 AND mit AND modified-bsd # AND sun-rpc? @@ -53,7 +53,7 @@ pre-patch: done post-patch: - ${CP} ${WRKSRC}/src/config/param.armv6_nbsd80.h ${WRKSRC}/src/config/param.armv7_nbsd80.h + ${CP} ${WRKSRC}/src/config/param.armv6_nbsd80.h ${WRKSRC}/src/config/param.armv7_nbsd80.h MAKE_ENV+= LD_RUN_PATH=${PREFIX}/lib |