From owner-svn-ports-head@freebsd.org Mon Sep 12 09:01:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90475BD78BB; Mon, 12 Sep 2016 09:01:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51F6296F; Mon, 12 Sep 2016 09:01:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8C91KPk074196; Mon, 12 Sep 2016 09:01:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8C91KVq074191; Mon, 12 Sep 2016 09:01:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609120901.u8C91KVq074191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 12 Sep 2016 09:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421915 - in head/misc/pastebinit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 09:01:21 -0000 Author: amdmi3 Date: Mon Sep 12 09:01:20 2016 New Revision: 421915 URL: https://svnweb.freebsd.org/changeset/ports/421915 Log: - Update to 1.5 - Install README file Modified: head/misc/pastebinit/Makefile head/misc/pastebinit/distinfo head/misc/pastebinit/files/patch-pastebinit Modified: head/misc/pastebinit/Makefile ============================================================================== --- head/misc/pastebinit/Makefile Mon Sep 12 08:58:56 2016 (r421914) +++ head/misc/pastebinit/Makefile Mon Sep 12 09:01:20 2016 (r421915) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pastebinit -PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTVERSION= 1.5 CATEGORIES= misc python MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/ @@ -22,13 +21,14 @@ NO_ARCH= yes PLIST_FILES= bin/pastebinit PORTDATA= * +PORTDOCS= * -OPTIONS_DEFINE= PASTEBINS +OPTIONS_DEFINE= PASTEBINS DOCS OPTIONS_DEFAULT=PASTEBINS PASTEBINS_DESC= Install default pastebins post-patch: - ${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \ + @${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \ ${WRKSRC}/pastebinit do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @@ -36,4 +36,8 @@ do-install: do-install-PASTEBINS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} pastebin.d ${STAGEDIR}${DATADIR}) +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + .include Modified: head/misc/pastebinit/distinfo ============================================================================== --- head/misc/pastebinit/distinfo Mon Sep 12 08:58:56 2016 (r421914) +++ head/misc/pastebinit/distinfo Mon Sep 12 09:01:20 2016 (r421915) @@ -1,2 +1,3 @@ -SHA256 (pastebinit-1.4.1.tar.bz2) = c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 -SIZE (pastebinit-1.4.1.tar.bz2) = 39202 +TIMESTAMP = 1473635387 +SHA256 (pastebinit-1.5.tar.bz2) = 42e5a84ce7e46825fb3b6478e11893fad357197327257e474bd0d3549f438457 +SIZE (pastebinit-1.5.tar.bz2) = 42941 Modified: head/misc/pastebinit/files/patch-pastebinit ============================================================================== --- head/misc/pastebinit/files/patch-pastebinit Mon Sep 12 08:58:56 2016 (r421914) +++ head/misc/pastebinit/files/patch-pastebinit Mon Sep 12 09:01:20 2016 (r421915) @@ -1,11 +1,11 @@ ---- pastebinit.orig 2014-01-18 04:52:04 UTC +--- pastebinit.orig 2016-09-11 23:10:22 UTC +++ pastebinit -@@ -33,7 +33,7 @@ else: +@@ -34,7 +34,7 @@ else: from urllib.request import FancyURLopener # Set the default pastebin --defaultPB = "http://pastebin.com" -+defaultPB = "http://paste2.org" +-defaultPB = "pastebin.com" ++defaultPB = "paste2.org" # Now try to override it with a distributor pastebin try: