Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2022 00:37:31 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7c5589bac8b - main - math/frobby: Restore LICENSE_FILE
Message-ID:  <202205160037.24G0bVve094126@gitrepo.freebsd.org>

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

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

commit b7c5589bac8b361be2b678624ce6cf1e91aa1b7b
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-05-15 21:28:39 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-05-16 00:33:37 +0000

    math/frobby: Restore LICENSE_FILE
    
    Restore LICENSE_FILE that was removed by commit
    3e3f1282b89a735cd4b4a318df2240b85c428dd8.
    
    Approved by:    gerald (mentor)
---
 math/frobby/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/frobby/Makefile b/math/frobby/Makefile
index 89f72718463a..c069b2bd2ae5 100644
--- a/math/frobby/Makefile
+++ b/math/frobby/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	frobby
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -11,6 +11,7 @@ MAINTAINER=	salvadore@FreeBSD.org
 COMMENT=	Software system and project for computations with monomial ideals
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 



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