git: 282ea39a2d3f - main - devel/ga: Fix line order to make portlint happy.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 18:44:43 UTC
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