From owner-svn-ports-head@freebsd.org Fri May 31 18:42:10 2019 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 EECAC15C3585; Fri, 31 May 2019 18:42:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95AA7800C8; Fri, 31 May 2019 18:42:09 +0000 (UTC) (envelope-from rene@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 2AE0D456C; Fri, 31 May 2019 18:42:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4VIg9V3097939; Fri, 31 May 2019 18:42:09 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4VIg8Hd097934; Fri, 31 May 2019 18:42:08 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201905311842.x4VIg8Hd097934@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 31 May 2019 18:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503187 - in head: . dns dns/bind912 multimedia multimedia/gmerlin-avdecoder multimedia/vdr-plugin-softhddevice security security/racoon2-legacy www www/pivotx X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . dns dns/bind912 multimedia multimedia/gmerlin-avdecoder multimedia/vdr-plugin-softhddevice security security/racoon2-legacy www www/pivotx X-SVN-Commit-Revision: 503187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 95AA7800C8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 31 May 2019 18:42:10 -0000 Author: rene Date: Fri May 31 18:42:07 2019 New Revision: 503187 URL: https://svnweb.freebsd.org/changeset/ports/503187 Log: Remove expired ports: 2019-05-31 multimedia/gmerlin-avdecoder: unused in the ports tree and depends on vulnerable multimedia/ffmpeg0 2019-05-31 security/racoon2-legacy: No longer supported upstream, use security/racoon2 2019-05-31 www/pivotx: inactive upstream and does not work with PHP 7 2019-05-31 dns/bind912: Support ends, please move to dns/bind914. 2019-05-31 multimedia/vdr-plugin-softhddevice: unmaintained and depends on vulnerable multimedia/ffmpeg0 Deleted: head/dns/bind912/ head/multimedia/gmerlin-avdecoder/ head/multimedia/vdr-plugin-softhddevice/ head/security/racoon2-legacy/ head/www/pivotx/ Modified: head/MOVED head/dns/Makefile head/multimedia/Makefile head/security/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri May 31 18:37:46 2019 (r503186) +++ head/MOVED Fri May 31 18:42:07 2019 (r503187) @@ -12784,3 +12784,8 @@ math/py-numarray|math/py-numpy|2019-05-30|Has expired: net/neubot||2019-05-30|Has expired: neubot client has been retired upstream www/py-django20|www/py-django22|2019-05-31|Has expired: Extended support has expired on April 1, 2019. Use www/py-django21 or www/py-django22 instead www/rubygem-heroku||2019-05-31|Has expired: Upstream has changed to node-based CLI (https://cli.heroku.com/) +multimedia/gmerlin-avdecoder||2019-05-31|Has expired: unused in the ports tree and depends on vulnerable multimedia/ffmpeg0 +security/racoon2-legacy|security/racoon2|2019-05-31|Has expired: No longer supported upstream, use security/racoon2 +www/pivotx||2019-05-31|Has expired: inactive upstream and does not work with PHP 7 +dns/bind912|dns/bind914|2019-05-31|Has expired: Support ends, please move to dns/bind914. +multimedia/vdr-plugin-softhddevice||2019-05-31|Has expired: unmaintained and depends on vulnerable multimedia/ffmpeg0 Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Fri May 31 18:37:46 2019 (r503186) +++ head/dns/Makefile Fri May 31 18:42:07 2019 (r503187) @@ -12,7 +12,6 @@ SUBDIR += bind-tools SUBDIR += bind9-devel SUBDIR += bind911 - SUBDIR += bind912 SUBDIR += bind914 SUBDIR += bindgraph SUBDIR += bundy Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri May 31 18:37:46 2019 (r503186) +++ head/multimedia/Makefile Fri May 31 18:42:07 2019 (r503187) @@ -81,7 +81,6 @@ SUBDIR += gdialog SUBDIR += gdvrecv SUBDIR += gmerlin - SUBDIR += gmerlin-avdecoder SUBDIR += gmimms SUBDIR += gmmlib SUBDIR += gmp-api @@ -437,7 +436,6 @@ SUBDIR += vdr-plugin-remote SUBDIR += vdr-plugin-skinenigmang SUBDIR += vdr-plugin-sleeptimer - SUBDIR += vdr-plugin-softhddevice SUBDIR += vdr-plugin-streamdev SUBDIR += vdr-plugin-ttxtsubs SUBDIR += vdr-plugin-vdrmanager Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri May 31 18:37:46 2019 (r503186) +++ head/security/Makefile Fri May 31 18:42:07 2019 (r503187) @@ -1034,7 +1034,6 @@ SUBDIR += qtkeychain SUBDIR += quantis-kmod SUBDIR += racoon2 - SUBDIR += racoon2-legacy SUBDIR += radamsa SUBDIR += ranpwd SUBDIR += ratproxy Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri May 31 18:37:46 2019 (r503186) +++ head/www/Makefile Fri May 31 18:42:07 2019 (r503187) @@ -1402,7 +1402,6 @@ SUBDIR += phproxy SUBDIR += phpsysinfo SUBDIR += phpvirtualbox - SUBDIR += pivotx SUBDIR += piwigo SUBDIR += planet SUBDIR += plasma5-plasma-browser-integration