Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2024 16:51:15 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: febf7f3cc16d - main - devel/jam: Switch to DISTVERSION and update MASTER_SITES
Message-ID:  <202404071651.437GpFQF020087@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404071651.437GpFQF020087>