svn commit: r516087 - head/misc/pastebinit
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 30 16:39:05 UTC 2019
Author: amdmi3
Date: Wed Oct 30 16:39:04 2019
New Revision: 516087
URL: https://svnweb.freebsd.org/changeset/ports/516087
Log:
- 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.
Modified:
head/misc/pastebinit/Makefile
head/misc/pastebinit/distinfo
head/misc/pastebinit/pkg-descr
Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile Wed Oct 30 16:31:51 2019 (r516086)
+++ head/misc/pastebinit/Makefile Wed Oct 30 16:39:04 2019 (r516087)
@@ -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 at 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}
Modified: head/misc/pastebinit/distinfo
==============================================================================
--- head/misc/pastebinit/distinfo Wed Oct 30 16:31:51 2019 (r516086)
+++ head/misc/pastebinit/distinfo Wed Oct 30 16:39:04 2019 (r516087)
@@ -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
Modified: head/misc/pastebinit/pkg-descr
==============================================================================
--- head/misc/pastebinit/pkg-descr Wed Oct 30 16:31:51 2019 (r516086)
+++ head/misc/pastebinit/pkg-descr Wed Oct 30 16:39:04 2019 (r516087)
@@ -1,3 +1,3 @@
A command line pastebin utility.
-WWW: https://launchpad.net/pastebinit
+WWW: https://phab.lubuntu.me/source/pastebinit/
More information about the svn-ports-all
mailing list