Index: head/misc/pastebinit/Makefile =================================================================== --- head/misc/pastebinit/Makefile (revision 390551) +++ head/misc/pastebinit/Makefile (revision 390552) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= pastebinit PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/ MAINTAINER= ports@FreeBSD.org COMMENT= Command line utility for pastebing LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj USES= python:run shebangfix tar:bzip2 SHEBANG_FILES= pastebinit python_OLD_CMD= /usr/bin/python3 python_CMD= ${PYTHON_CMD} NO_BUILD= yes PLIST_FILES= bin/pastebinit OPTIONS_DEFINE= PASTEBINS PASTEBINS_DESC= Install default pastebins OPTIONS_DEFAULT= PASTEBINS .include .if ${PORT_OPTIONS:MPASTEBINS} PORTDATA= pastebin.d .endif post-patch: ${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \ ${WRKSRC}/pastebinit do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .if ${PORT_OPTIONS:MPASTEBINS} (cd ${WRKSRC} && ${COPYTREE_SHARE} pastebin.d ${STAGEDIR}${DATADIR}) .endif .include Index: head/misc/pastebinit/files/patch-pastebinit =================================================================== --- head/misc/pastebinit/files/patch-pastebinit (nonexistent) +++ head/misc/pastebinit/files/patch-pastebinit (revision 390552) @@ -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: Property changes on: head/misc/pastebinit/files/patch-pastebinit ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property