Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 10:35:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390552 - in head/misc/pastebinit: . files
Message-ID:  <201506251035.t5PAZ7Xq092533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251035.t5PAZ7Xq092533>