On Wed, Feb 06, 2019 at 03:11:08PM +0000, Linda Lapinlampi wrote:
> Hi maintainer, a small revision update here.

If I may, here's a new diff which also pulls a patch from Debian to also
unconditionally disable tracking beacons from py-httpbin.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-httpbin/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile	3 Jan 2017 19:28:48 -0000	1.4
+++ Makefile	6 Feb 2019 16:14:38 -0000
@@ -5,11 +5,12 @@ COMMENT =		HTTP request and response ser
 MODPY_EGG_VERSION =	0.5.0
 DISTNAME =		httpbin-${MODPY_EGG_VERSION}
 PKGNAME =		py-${DISTNAME}
-REVISION =		0
+REVISION =		1
 
 CATEGORIES =		www
 
-HOMEPAGE =		https://github.com/Runscope/httpbin
+MASTER_SITES0 =	https://salsa.debian.org/python-team/applications/httpbin/raw/debian/0.5.0+dfsg-1/debian/patches/
+PATCHFILES =		landing-page-privacy-breach.patch:0
 
 MAINTAINER =		Alexandr Shadchin <shadc...@openbsd.org>
 
@@ -31,5 +32,7 @@ FLAVORS =		python3
 FLAVOR ?=
 
 NO_TEST =		Yes
+
+MAKE_ENV +=		LC_CTYPE=en_US.UTF-8
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-httpbin/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	19 Aug 2016 07:39:05 -0000	1.3
+++ distinfo	6 Feb 2019 16:14:38 -0000
@@ -1,2 +1,4 @@
 SHA256 (httpbin-0.5.0.tar.gz) = efvF0n5BlOqQiw+hjgmlnZXSh8kWZ6ppvNAQNC0VibU=
+SHA256 (landing-page-privacy-breach.patch) = NVQ8hq9BSHNAfQDgpPL777YgQGVpfTig2IvCHNF8vgk=
 SIZE (httpbin-0.5.0.tar.gz) = 88698
+SIZE (landing-page-privacy-breach.patch) = 653
Index: patches/patch-setup_py
===================================================================
RCS file: patches/patch-setup_py
diff -N patches/patch-setup_py
--- patches/patch-setup_py	19 Aug 2016 07:39:05 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-setup_py,v 1.2 2016/08/19 07:39:05 shadchin Exp $
---- setup.py.orig	Thu Aug 11 05:49:19 2016
-+++ setup.py	Thu Aug 18 10:14:50 2016
-@@ -1,8 +1,9 @@
- from setuptools import setup, find_packages
- import os
-+import codecs
- 
--long_description = open(
--    os.path.join(os.path.dirname(__file__), 'README.rst')).read()
-+long_description = codecs.open(
-+    os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8').read()
- 
- setup(
-     name="httpbin",

Reply via email to