svn commit: r390552 - in head/misc/pastebinit: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 10:35:08 UTC 2015


Author: amdmi3
Date: Thu Jun 25 10:35:06 2015
New Revision: 390552
URL: https://svnweb.freebsd.org/changeset/ports/390552

Log:
  - Swich default pastebin to a working one

Added:
  head/misc/pastebinit/files/
  head/misc/pastebinit/files/patch-pastebinit   (contents, props changed)
Modified:
  head/misc/pastebinit/Makefile

Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile	Thu Jun 25 10:28:39 2015	(r390551)
+++ head/misc/pastebinit/Makefile	Thu Jun 25 10:35:06 2015	(r390552)
@@ -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/
 

Added: head/misc/pastebinit/files/patch-pastebinit
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/pastebinit/files/patch-pastebinit	Thu Jun 25 10:35:06 2015	(r390552)
@@ -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:


More information about the svn-ports-all mailing list