mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Switch back to pastebin.com by default, as paste2.org seem to be handled incorrectly
This commit is contained in:
parent
13f2ae7846
commit
23b9dda021
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440630
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= pastebinit
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- pastebinit.orig 2016-09-11 23:10:22 UTC
|
||||
+++ pastebinit
|
||||
@@ -34,7 +34,7 @@ else:
|
||||
from urllib.request import FancyURLopener
|
||||
|
||||
# Set the default pastebin
|
||||
-defaultPB = "pastebin.com"
|
||||
+defaultPB = "paste2.org"
|
||||
|
||||
# Now try to override it with a distributor pastebin
|
||||
try:
|
Loading…
Reference in New Issue
Block a user