Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2019 04:10:06 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501220 - in head/security/theonionbox: . files
Message-ID:  <201905110410.x4B4A6Q9047997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat May 11 04:10:06 2019
New Revision: 501220
URL: https://svnweb.freebsd.org/changeset/ports/501220

Log:
  security/theonionbox: Update 4.3.0 -> 4.3.1
  
  Reported by:	portscout

Deleted:
  head/security/theonionbox/files/patch-theonionbox_theonionbox.py
Modified:
  head/security/theonionbox/Makefile
  head/security/theonionbox/distinfo
  head/security/theonionbox/files/patch-setup.py

Modified: head/security/theonionbox/Makefile
==============================================================================
--- head/security/theonionbox/Makefile	Sat May 11 03:54:19 2019	(r501219)
+++ head/security/theonionbox/Makefile	Sat May 11 04:10:06 2019	(r501220)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	theonionbox
-PORTVERSION=	4.3.0
-PORTREVISION=	1
+DISTVERSION=	4.3.1
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
 
@@ -24,6 +23,7 @@ py27_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}futures>=3.2:
 
 USES=		python
 USE_PYTHON=	distutils autoplist noflavors
+
 NO_ARCH=	yes
 
 POST_PLIST=	correct-plist
@@ -42,7 +42,7 @@ post-patch:
 post-patch-DOCS-off:
 	@${REINPLACE_CMD} "s|('share/doc/${PORTNAME}', \['docs/\*\.\*'\]),||" ${WRKSRC}/setup.py
 
-post-install:
+xpost-install:
 	@${CHMOD} +x ${STAGEDIR}${PREFIX}/etc/rc.d/${PORTNAME}
 
 correct-plist:

Modified: head/security/theonionbox/distinfo
==============================================================================
--- head/security/theonionbox/distinfo	Sat May 11 03:54:19 2019	(r501219)
+++ head/security/theonionbox/distinfo	Sat May 11 04:10:06 2019	(r501220)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539462973
-SHA256 (theonionbox-4.3.0.tar.gz) = 30b614fa8a3c9145e9e70fa479eaa775a9ea82911aa6615de1a1fad2b6a821a6
-SIZE (theonionbox-4.3.0.tar.gz) = 13126370
+TIMESTAMP = 1557547124
+SHA256 (theonionbox-4.3.1.tar.gz) = e6d2e498349fe6cd9e83699bcab05a4cba0d0ffb6221bc30c9286ecb5f50d243
+SIZE (theonionbox-4.3.1.tar.gz) = 13002704

Modified: head/security/theonionbox/files/patch-setup.py
==============================================================================
--- head/security/theonionbox/files/patch-setup.py	Sat May 11 03:54:19 2019	(r501219)
+++ head/security/theonionbox/files/patch-setup.py	Sat May 11 04:10:06 2019	(r501220)
@@ -1,6 +1,6 @@
---- setup.py.orig	2018-10-13 20:39:26 UTC
+--- setup.py.orig	2019-05-11 04:02:35 UTC
 +++ setup.py
-@@ -295,18 +295,9 @@ package_data_exclude = {
+@@ -295,19 +295,9 @@ package_data_exclude = {
  }
  
  data_files = [
@@ -11,6 +11,7 @@
 -    ('service/FreeBSD', ['FreeBSD/theonionbox.sh']),
 -    ('service/init.d', ['init.d/theonionbox.sh']),
 -    ('service/systemd', ['systemd/theonionbox.service']),
+-    ('service/Docker', ['Docker/Dockerfile', 'Docker/theonionbox.cfg']),
 -    ('support', []),
 -    ('support/osxtemp', []),
 -    ('support/osxtemp/libsmc', ['support/osxtemp/libsmc/LICENSE', 'support/osxtemp/libsmc/Makefile']),
@@ -22,13 +23,3 @@
  ]
  # print(generate_data_files(data_files))
  
-@@ -375,8 +366,7 @@ setup(
-     },
-     install_requires=[
-         'psutil>=5.4.0',
--        'apscheduler>=2.1.2, <3.*; python_version<"3.0"',
--        'apscheduler>=3.4; python_version>="3.0"',
-+        'apscheduler>=3.5.1',
-         'requests>2.18',
-         'PySocks>=1.6.7',
-         'bottle>=0.12.13',



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