svn commit: r529961 - in head: . audio audio/py-ogg databases databases/mongodb34 databases/mongodb34-tools databases/pgpool graphics graphics/sane-frontends lang lang/ruby24 net net-mgmt net-mgmt/...
Rene Ladan
rene at FreeBSD.org
Tue Mar 31 11:26:21 UTC 2020
Author: rene
Date: Tue Mar 31 11:26:12 2020
New Revision: 529961
URL: https://svnweb.freebsd.org/changeset/ports/529961
Log:
Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4
Deleted:
head/audio/py-ogg/
head/databases/mongodb34/
head/databases/mongodb34-tools/
head/databases/pgpool/
head/graphics/sane-frontends/
head/lang/ruby24/
head/net-mgmt/onionlauncher/
head/net-mgmt/tornova/
head/net/pygopherd/
head/security/w3af/
head/sysutils/duplicity-devel/
Modified:
head/MOVED
head/audio/Makefile
head/databases/Makefile
head/graphics/Makefile
head/lang/Makefile
head/net-mgmt/Makefile
head/net/Makefile
head/security/Makefile
head/sysutils/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Mar 31 11:20:16 2020 (r529960)
+++ head/MOVED Tue Mar 31 11:26:12 2020 (r529961)
@@ -14507,3 +14507,14 @@ devel/sonar-ant-task|devel/sonarqube-ant-task|2020-03-
devel/rubygem-slack-notifier1|devel/rubygem-slack-notifier|2020-03-30|Obsolete, please use devel/rubygem-slack-notifier instead
textproc/rubygem-diffy31|textproc/rubygem-diffy|2020-03-30|Obsolete, please use textproc/rubygem-diffy instead
sysutils/py-crontab|sysutils/py-python-crontab|2020-03-31|Match canonical/registered (PyPI/CHEESESHOP) name
+security/w3af||2020-03-31|Has expired: Uses deprecated version of Python
+sysutils/duplicity-devel|sysutils/duplicity|2020-03-31|Has expired: Obsolete now, use sysutils/duplicity instead
+net-mgmt/tornova||2020-03-31|Has expired: Use EOL'd Python 2.7
+audio/py-ogg||2020-03-31|Has expired: Unmaintained, uses EOLed python27
+net-mgmt/onionlauncher||2020-03-31|Has expired: Use EOL'd Python 2.7
+databases/mongodb34|databases/mongodb36|2020-03-31|Has expired: EOL January 2020; See https://www.mongodb.com/support-policy
+graphics/sane-frontends||2020-03-31|Has expired: Unmaintained upstream, no consumers left
+lang/ruby24|lang/ruby26|2020-03-31|Has expired: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
+databases/pgpool|databases/pgpool-II-35|2020-03-31|Has expired: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
+net/pygopherd||2020-03-31|Has expired: Unmaintained, uses EOLed python27
+databases/mongodb34-tools|databases/mongodb36-tools|2020-03-31|Removed, part of expired MongoDB 3.4
Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/audio/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -652,7 +652,6 @@
SUBDIR += py-music21
SUBDIR += py-musicbrainzngs
SUBDIR += py-mutagen
- SUBDIR += py-ogg
SUBDIR += py-openal
SUBDIR += py-opuslib
SUBDIR += py-py-jack
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/databases/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -187,8 +187,6 @@
SUBDIR += mdcached
SUBDIR += memcached
SUBDIR += memcacheq
- SUBDIR += mongodb34
- SUBDIR += mongodb34-tools
SUBDIR += mongodb36
SUBDIR += mongodb36-tools
SUBDIR += mongodb40
@@ -592,7 +590,6 @@
SUBDIR += pglogical
SUBDIR += pgmetrics
SUBDIR += pgmodeler
- SUBDIR += pgpool
SUBDIR += pgpool-II-35
SUBDIR += pgpool-II-36
SUBDIR += pgpool-II-37
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/graphics/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -956,7 +956,6 @@
SUBDIR += sampleicc
SUBDIR += sane-backends
SUBDIR += sane-epkowa
- SUBDIR += sane-frontends
SUBDIR += scale2x
SUBDIR += scantailor
SUBDIR += scr2png
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/lang/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -310,7 +310,6 @@
SUBDIR += rexx-regutil
SUBDIR += rexx-wrapper
SUBDIR += rhino
- SUBDIR += ruby24
SUBDIR += ruby25
SUBDIR += ruby26
SUBDIR += ruby27
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/net-mgmt/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -213,7 +213,6 @@
SUBDIR += ocsinventory-ocsreports
SUBDIR += ocsinventory-server
SUBDIR += omping
- SUBDIR += onionlauncher
SUBDIR += openbmp
SUBDIR += openlldp
SUBDIR += openvmps
@@ -375,7 +374,6 @@
SUBDIR += tcptrack
SUBDIR += telegraf
SUBDIR += thanos
- SUBDIR += tornova
SUBDIR += torrus
SUBDIR += triton-guesttools
SUBDIR += unbound_exporter
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/net/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -1143,7 +1143,6 @@
SUBDIR += py-zeep
SUBDIR += py-zeroconf
SUBDIR += py-zope.proxy
- SUBDIR += pygopherd
SUBDIR += pynids
SUBDIR += pyrad
SUBDIR += qadsl
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/security/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -1274,7 +1274,6 @@
SUBDIR += vuls
SUBDIR += vuxml
SUBDIR += vxquery
- SUBDIR += w3af
SUBDIR += wapiti
SUBDIR += wazuh-agent
SUBDIR += webfwlog
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Tue Mar 31 11:20:16 2020 (r529960)
+++ head/sysutils/Makefile Tue Mar 31 11:26:12 2020 (r529961)
@@ -281,7 +281,6 @@
SUBDIR += dunst
SUBDIR += dupd
SUBDIR += duplicity
- SUBDIR += duplicity-devel
SUBDIR += duplicity07
SUBDIR += duply
SUBDIR += dupmerge
More information about the svn-ports-all
mailing list