Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2018 21:02:09 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473682 - in head/comms: wsjt wspr
Message-ID:  <201807012102.w61L29Dl016813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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