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 /cross | |
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 'cross')
-rw-r--r-- | cross/objconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/objconv/Makefile b/cross/objconv/Makefile index 20200a485dc..aa771ae9a2c 100644 --- a/cross/objconv/Makefile +++ b/cross/objconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2019/06/08 10:53:29 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/26 17:30:52 rillig Exp $ # # The upstream distfile is unversioned and replaced every time a new version # is released, so we must put a copy of it up in LOCAL_PORTS with DIST_SUBDIR @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_SUFX= .zip MAINTAINER= ryoon@NetBSD.org -HOMEPAGE= http://www.agner.org/optimize/ +HOMEPAGE= https://www.agner.org/optimize/ COMMENT= Object file converter and disassembler LICENSE= gnu-gpl-v3 |