diff options
-rw-r--r-- | misc/pastebinit/Makefile | 2 | ||||
-rw-r--r-- | misc/pastebinit/files/patch-pastebinit | 11 |
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: |