Date: Fri, 4 Mar 2022 14:44:11 GMT From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 973c54ba5439 - main - print/ghostscript9-agpl-{base,x11}: fix MASTER_SITES Message-ID: <202203041444.224EiBlp062576@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by hrs: URL: https://cgit.FreeBSD.org/ports/commit/?id=973c54ba5439d39baeffe0e2f23550b7fedf0097 commit 973c54ba5439d39baeffe0e2f23550b7fedf0097 Author: Hiroki Sato <hrs@FreeBSD.org> AuthorDate: 2022-03-04 14:43:06 +0000 Commit: Hiroki Sato <hrs@FreeBSD.org> CommitDate: 2022-03-04 14:43:06 +0000 print/ghostscript9-agpl-{base,x11}: fix MASTER_SITES --- print/ghostscript9-agpl-base/Makefile | 2 +- print/ghostscript9-agpl-x11/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index ca1165a7847c..eb06c5177a7a 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostscript PORTVERSION= 9.55.0 CATEGORIES= print -MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ +MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//g}/ PKGNAMESUFFIX= 9-agpl-base MAINTAINER= hrs@FreeBSD.org diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index 0110561a409b..aa38239f2fe2 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -1,7 +1,7 @@ PORTNAME= ghostscript PORTVERSION= 9.55.0 CATEGORIES= print -MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ +MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//g}/ PKGNAMESUFFIX= 9-agpl-x11 MAINTAINER= hrs@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203041444.224EiBlp062576>