git: 973c54ba5439 - main - print/ghostscript9-agpl-{base,x11}: fix MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Mar 2022 14:44:11 UTC
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