Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2022 18:44:43 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 282ea39a2d3f - main - devel/ga: Fix line order to make portlint happy.
Message-ID:  <202201261844.20QIih8Q058635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=282ea39a2d3f8dfedc7c1d333ce044f3a5a7e392

commit 282ea39a2d3f8dfedc7c1d333ce044f3a5a7e392
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-26 18:44:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-26 18:44:17 +0000

    devel/ga: Fix line order to make portlint happy.
---
 devel/ga/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/ga/Makefile b/devel/ga/Makefile
index 9538aeb21cd2..7df932b2f653 100644
--- a/devel/ga/Makefile
+++ b/devel/ga/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ga
 DISTVERSION=	5.8.1
-MASTER_SITES=	https://github.com/GlobalArrays/ga/releases/download/v${DISTVERSION}/
 CATEGORIES=	devel
+MASTER_SITES=	https://github.com/GlobalArrays/ga/releases/download/v${DISTVERSION}/
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Partitioned Global Address Space (PGAS) library for distributed arrays



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