mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- 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.
This commit is contained in:
parent
b88591010c
commit
d248f6e11c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516087
3 changed files with 8 additions and 10 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A command line pastebin utility.
|
||||
|
||||
WWW: https://launchpad.net/pastebinit
|
||||
WWW: https://phab.lubuntu.me/source/pastebinit/
|
||||
|
|
Loading…
Add table
Reference in a new issue