diff options
author | Miyashita Touka <imagin8r@protonmail.com> | 2023-07-06 15:01:53 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2023-07-06 15:01:53 +0000 |
commit | 99f48cf521062f42792a4996ff2042601505dee3 (patch) | |
tree | 68c9ec4c60338f3b1db8a885c44b210410c006ff | |
parent | a49a7a3c4ec50e7108a257b43fa9d3ae532bfb10 (diff) | |
download | ports-99f48cf521062f42792a4996ff2042601505dee3.tar.gz ports-99f48cf521062f42792a4996ff2042601505dee3.zip |
print/psutils: Add an HTTPS MASTER_SITE
PR: 239092
Approved by: garga, maintainer timeout
-rw-r--r-- | print/psutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile index 097db9ede92a..1f8a989570b9 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -4,7 +4,8 @@ PORTREVISION= 5 CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ \ ftp://ftp.knackered.org/pub/psutils/ \ - TEX_CTAN/support/psutils + TEX_CTAN/support/psutils \ + https://ftp.osuosl.org/pub/blfs/conglomeration/psutils/ DISTNAME= psutils-p17 MAINTAINER= hrs@FreeBSD.org |