diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-31 00:39:04 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-31 00:39:04 +0800 |
commit | d248f6e11c345bae5c4509723a72e1bb23f9a544 (patch) | |
tree | a8c42e248f6eeb9a9ea60879513175378e6f956e /misc/pastebinit | |
parent | b88591010cd3ac5309b481d98a5a18ff32c21ef0 (diff) | |
download | freebsd-ports-gnome-d248f6e11c345bae5c4509723a72e1bb23f9a544.tar.gz freebsd-ports-gnome-d248f6e11c345bae5c4509723a72e1bb23f9a544.tar.zst freebsd-ports-gnome-d248f6e11c345bae5c4509723a72e1bb23f9a544.zip |
- 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.
Diffstat (limited to 'misc/pastebinit')
-rw-r--r-- | misc/pastebinit/Makefile | 10 | ||||
-rw-r--r-- | misc/pastebinit/distinfo | 6 | ||||
-rw-r--r-- | 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/ |