Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 21:07:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543380 - in head: . net net/dshell net/py-GeoIP2
Message-ID:  <202007242107.06OL7NWv026490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 24 21:07:23 2020
New Revision: 543380
URL: https://svnweb.freebsd.org/changeset/ports/543380

Log:
  Unbreak bulk -a

Deleted:
  head/net/dshell/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/py-GeoIP2/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Jul 24 20:25:43 2020	(r543379)
+++ head/MOVED	Fri Jul 24 21:07:23 2020	(r543380)
@@ -15166,3 +15166,4 @@ databases/postgresql94-plpython|databases/postgresql95
 databases/postgresql94-server|databases/postgresql95-server|2020-07-24|Has expired: PostgreSQL-9.4 has reached end-of-life
 databases/postgresql94-pltcl|databases/postgresql95-pltcl|2020-07-24|Has expired: PostgreSQL-9.4 has reached end-of-life
 databases/postgresql94-plperl|databases/postgresql95-plperl|2020-07-24|Has expired: PostgreSQL-9.4 has reached end-of-life
+net/dshell||2020-07-24|Uses deprecated version of python

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Fri Jul 24 20:25:43 2020	(r543379)
+++ head/net/Makefile	Fri Jul 24 21:07:23 2020	(r543380)
@@ -131,7 +131,6 @@
     SUBDIR += drive
     SUBDIR += dropbox-api-command
     SUBDIR += dropbox-uploader
-    SUBDIR += dshell
     SUBDIR += dtcp
     SUBDIR += dtcpclient
     SUBDIR += dual-dhclient

Modified: head/net/py-GeoIP2/Makefile
==============================================================================
--- head/net/py-GeoIP2/Makefile	Fri Jul 24 20:25:43 2020	(r543379)
+++ head/net/py-GeoIP2/Makefile	Fri Jul 24 21:07:23 2020	(r543380)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}maxminddb>=1.5.2:n
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.2:net/py-urllib3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 
 GH_ACCOUNT=	maxmind
 GH_PROJECT=	GeoIP2-python



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