svn commit: r473682 - in head/comms: wsjt wspr

Diane Bruce db at FreeBSD.org
Sun Jul 1 21:02:11 UTC 2018


Author: db
Date: Sun Jul  1 21:02:09 2018
New Revision: 473682
URL: https://svnweb.freebsd.org/changeset/ports/473682

Log:
  Forced commit forgot wsjt DEPRECATION and EXPIRATION
  Both these ports have long been replaced with wsjtx.

Modified:
  head/comms/wsjt/Makefile
  head/comms/wspr/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sun Jul  1 20:58:50 2018	(r473681)
+++ head/comms/wsjt/Makefile	Sun Jul  1 21:02:09 2018	(r473682)
@@ -12,6 +12,9 @@ COMMENT=	Weak signal ham radio communication package
 
 LICENSE=	GPLv3
 
+DEPRECATED=	replace with wsjtx upstream no longer maintained
+EXPIRATION_DATE=2018-10-01
+
 RUN_DEPENDS=	${LOCALBASE}/bin/kvasd:comms/kvasd \
 		${WSJT_DEPENDS}
 BUILD_DEPENDS=	${WSJT_DEPENDS}

Modified: head/comms/wspr/Makefile
==============================================================================
--- head/comms/wspr/Makefile	Sun Jul  1 20:58:50 2018	(r473681)
+++ head/comms/wspr/Makefile	Sun Jul  1 21:02:09 2018	(r473682)
@@ -13,8 +13,8 @@ COMMENT=	Weak signal for HF ham radio communication pa
 LICENSE=	GPLv3
 
 BROKEN_aarch64=		fails to compile: gfortran6: unrecognized command line option '-m64'
-DEPRECATED=		replace with wsjtx upstream no longer maintained
-EXPIRATION_DATE=	2018-10-01
+DEPRECATED=	replace with wsjtx upstream no longer maintained
+EXPIRATION_DATE=2018-10-01
 
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \


More information about the svn-ports-all mailing list