From owner-svn-ports-head@freebsd.org Sun Jul 1 21:02:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BFDEFDC327; Sun, 1 Jul 2018 21:02:10 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 664617E206; Sun, 1 Jul 2018 21:02:10 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48D7723EEA; Sun, 1 Jul 2018 21:02:10 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w61L2Ai0016815; Sun, 1 Jul 2018 21:02:10 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w61L29Dl016813; Sun, 1 Jul 2018 21:02:09 GMT (envelope-from db@FreeBSD.org) Message-Id: <201807012102.w61L29Dl016813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sun, 1 Jul 2018 21:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473682 - in head/comms: wsjt wspr X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/comms: wsjt wspr X-SVN-Commit-Revision: 473682 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 21:02:11 -0000 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} \