git: 3934e58a5b69 - main - comms/predict: fix LICENSE, update WWW
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 7 12:00:25 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3934e58a5b698e00cc9015483fbc7f43d0a7eea0
commit 3934e58a5b698e00cc9015483fbc7f43d0a7eea0
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-07 11:33:48 +0000
Commit: Dmitry Marakasov <amdmi3 at 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 at 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
More information about the dev-commits-ports-all
mailing list