git: febf7f3cc16d - main - devel/jam: Switch to DISTVERSION and update MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Apr 2024 16:51:15 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=febf7f3cc16d413a6f0dd1e84501681c839b8f3e commit febf7f3cc16d413a6f0dd1e84501681c839b8f3e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-04-07 16:09:27 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-04-07 16:50:08 +0000 devel/jam: Switch to DISTVERSION and update MASTER_SITES Switch to DISTVERSION Update MASTER_SITES PR: 278223 Reviewed by: gahr (maintainer) --- devel/jam/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 40efa0441e6f..2864a113a16a 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -1,7 +1,7 @@ PORTNAME= jam -PORTVERSION= 2.6.1 +DISTVERSION= 2.6.1 CATEGORIES= devel -MASTER_SITES= https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/ +MASTER_SITES= https://swarm.workshop.perforce.com/projects/perforce_software-jam/download/main/guest/perforce_software/${PORTNAME}/ MAINTAINER= gahr@FreeBSD.org COMMENT= Build utility like make(1)