aboutsummaryrefslogtreecommitdiff
path: root/misc/pastebinit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-25 10:35:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-25 10:35:06 +0000
commit786afd3bcfc5aefc373ea1b6d6f6e78da2d09f26 (patch)
tree9d0f2ac7ad71a79746acfdbe07c82ec09edcd8a9 /misc/pastebinit
parent1930de12044b0285eb89e9ef790142593d973373 (diff)
downloadports-786afd3bcfc5aefc373ea1b6d6f6e78da2d09f26.tar.gz
ports-786afd3bcfc5aefc373ea1b6d6f6e78da2d09f26.zip
- Swich default pastebin to a working one
Notes
Notes: svn path=/head/; revision=390552
Diffstat (limited to 'misc/pastebinit')
-rw-r--r--misc/pastebinit/Makefile2
-rw-r--r--misc/pastebinit/files/patch-pastebinit11
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile
index 069b6998c969..aeba55e74b2f 100644
--- a/misc/pastebinit/Makefile
+++ b/misc/pastebinit/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pastebinit
PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc python
MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/
diff --git a/misc/pastebinit/files/patch-pastebinit b/misc/pastebinit/files/patch-pastebinit
new file mode 100644
index 000000000000..3339caac75b2
--- /dev/null
+++ b/misc/pastebinit/files/patch-pastebinit
@@ -0,0 +1,11 @@
+--- pastebinit.orig 2014-01-18 04:52:04 UTC
++++ pastebinit
+@@ -33,7 +33,7 @@ else:
+ from urllib.request import FancyURLopener
+
+ # Set the default pastebin
+-defaultPB = "http://pastebin.com"
++defaultPB = "http://paste2.org"
+
+ # Now try to override it with a distributor pastebin
+ try: