From d248f6e11c345bae5c4509723a72e1bb23f9a544 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 30 Oct 2019 16:39:04 +0000 Subject: [PATCH] - Update pastebinit to 1.5.1 This seems to be lubuntu fork with some improvements which I've verified. Unfortunately there's no way to download tarball from phab.lubuntu.me so I've had to package and host it myself. --- misc/pastebinit/Makefile | 10 ++++------ misc/pastebinit/distinfo | 6 +++--- misc/pastebinit/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 3b3b56c2cafd..c9598d25bea1 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= pastebinit -PORTVERSION= 1.5 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= misc python -MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/ +MASTER_SITES= https://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Command line utility for pastebin @@ -14,9 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:devel/py-configobj@${PY_FLAVOR} -USES= python:run shebangfix tar:bzip2 +USES= python:3.6+,run shebangfix SHEBANG_FILES= pastebinit -python_OLD_CMD= /usr/bin/python3 NO_BUILD= yes NO_ARCH= yes @@ -35,7 +33,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-PASTEBINS-on: - (cd ${WRKSRC} && ${COPYTREE_SHARE} pastebin.d ${STAGEDIR}${DATADIR}) + @cd ${WRKSRC} && ${COPYTREE_SHARE} pastebin.d ${STAGEDIR}${DATADIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/misc/pastebinit/distinfo b/misc/pastebinit/distinfo index 34383cc06dd3..40c774529a39 100644 --- a/misc/pastebinit/distinfo +++ b/misc/pastebinit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473635387 -SHA256 (pastebinit-1.5.tar.bz2) = 42e5a84ce7e46825fb3b6478e11893fad357197327257e474bd0d3549f438457 -SIZE (pastebinit-1.5.tar.bz2) = 42941 +TIMESTAMP = 1572273182 +SHA256 (pastebinit-1.5.1.tar.gz) = dfabd0c043f6bfffa19c60bd0266c1fc903740f622c92a09f9ad5d1d6fa318e6 +SIZE (pastebinit-1.5.1.tar.gz) = 51498 diff --git a/misc/pastebinit/pkg-descr b/misc/pastebinit/pkg-descr index c77ea7f16d84..5dd50746da08 100644 --- a/misc/pastebinit/pkg-descr +++ b/misc/pastebinit/pkg-descr @@ -1,3 +1,3 @@ A command line pastebin utility. -WWW: https://launchpad.net/pastebinit +WWW: https://phab.lubuntu.me/source/pastebinit/