Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 12:00:24 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3934e58a5b69 - main - comms/predict: fix LICENSE, update WWW
Message-ID:  <202104071200.137C0OIu037621@gitrepo.freebsd.org>

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

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

commit 3934e58a5b698e00cc9015483fbc7f43d0a7eea0
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-07 11:33:48 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-07 11:59:22 +0000

    comms/predict: fix LICENSE, update WWW
    
    While here, minor whitespace fix
    
    Approved by:    portmgr blanket
---
 comms/predict/Makefile  | 3 ++-
 comms/predict/pkg-descr | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/comms/predict/Makefile b/comms/predict/Makefile
index 608b23c36fc5..138e6d343db2 100644
--- a/comms/predict/Makefile
+++ b/comms/predict/Makefile
@@ -8,6 +8,7 @@ MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Satellite tracking program for amateur radio satellites
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
@@ -19,6 +20,6 @@ post-patch:
 	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/vocalizer.h > ${WRKSRC}/vocalizer/vocalizer.h
 	@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%STAGEDIR%%|${STAGEDIR}|g' \
 		-e 's|%%CC%%|${CC}|g' -e 's|%%CFLAGS%%|${CFLAGS}|g' \
-			${FILESDIR}/Makefile  > ${WRKSRC}/Makefile
+			${FILESDIR}/Makefile > ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
diff --git a/comms/predict/pkg-descr b/comms/predict/pkg-descr
index 830eb0cf61f9..cf4e2b180d06 100644
--- a/comms/predict/pkg-descr
+++ b/comms/predict/pkg-descr
@@ -1,4 +1,4 @@
 This is a satellite tracking program for amateur radio satellites.
 Written by John A. Magliacane, KD2BD
 
-WWW: http://www.qsl.net/kd2bd/predict.html
+WWW: https://www.qsl.net/kd2bd/predict.html



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