summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-12-18 16:21:06 +0000
committerjoerg <joerg@pkgsrc.org>2015-12-18 16:21:06 +0000
commit3a095bc9da52f2da76e070d21617f8603f77e552 (patch)
tree75f500cac6d45713423baa8382bdd68fa3b0dbb2
parentd6ee28908ca462b9c62b2fa441d07925f3c8747b (diff)
downloadpkgsrc-3a095bc9da52f2da76e070d21617f8603f77e552.tar.gz
Avoid UTF8, it breaks Python 3 builds in the C locale.
-rw-r--r--www/py-django-tagging/distinfo3
-rw-r--r--www/py-django-tagging/patches/patch-CHANGELOG.txt13
2 files changed, 15 insertions, 1 deletions
diff --git a/www/py-django-tagging/distinfo b/www/py-django-tagging/distinfo
index 486013bdba5..72351ed3c71 100644
--- a/www/py-django-tagging/distinfo
+++ b/www/py-django-tagging/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/12/06 01:55:20 riz Exp $
+$NetBSD: distinfo,v 1.4 2015/12/18 16:21:06 joerg Exp $
SHA1 (django-tagging-0.4.tar.gz) = 1f739d52ac2e4331e8b484ad3269b3900cd6d739
RMD160 (django-tagging-0.4.tar.gz) = cdf7ba6cae8cd37b635e9cb35286937a044a8166
SHA512 (django-tagging-0.4.tar.gz) = 96ee928a035cb195d0d6057f05028bf21e37bb3bb68a73f9d8915c04fa71837ea20e88f2dfe22bb1a8bdec8dd37d6b98543731fbf980cf4556f951366eae5526
Size (django-tagging-0.4.tar.gz) = 44225 bytes
+SHA1 (patch-CHANGELOG.txt) = 31da17005e2d5c960647a43558a2f734c3f8ba43
diff --git a/www/py-django-tagging/patches/patch-CHANGELOG.txt b/www/py-django-tagging/patches/patch-CHANGELOG.txt
new file mode 100644
index 00000000000..820ba342d62
--- /dev/null
+++ b/www/py-django-tagging/patches/patch-CHANGELOG.txt
@@ -0,0 +1,13 @@
+$NetBSD: patch-CHANGELOG.txt,v 1.1 2015/12/18 16:21:06 joerg Exp $
+
+--- CHANGELOG.txt.orig 2015-12-18 15:45:27.000000000 +0000
++++ CHANGELOG.txt
+@@ -36,7 +36,7 @@ Version 0.3.1, 22nd January 2010:
+ ---------------------------------
+
+ * Fixed Django 1.2 support (did not add anything new)
+-* Fixed #95 — tagging.register won't stomp on model attributes
++* Fixed #95 - tagging.register won't stomp on model attributes
+
+ Version 0.3.0, 22nd August 2009:
+ --------------------------------