diff options
author | marino <marino@FreeBSD.org> | 2014-11-09 16:53:25 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-09 16:53:25 +0800 |
commit | 70e908e7a0d18be248612ee4bae9b1ea83fdb92d (patch) | |
tree | 2693039af8f0c10732c24340e210e46aecbb03b9 /misc/pastebinit | |
parent | 8b1bcbf2467cbda72000b510434e881058661ed7 (diff) | |
download | freebsd-ports-gnome-70e908e7a0d18be248612ee4bae9b1ea83fdb92d.tar.gz freebsd-ports-gnome-70e908e7a0d18be248612ee4bae9b1ea83fdb92d.tar.zst freebsd-ports-gnome-70e908e7a0d18be248612ee4bae9b1ea83fdb92d.zip |
misc/pastebinit: Upgrade version 1.3.1 => 1.4.1
PR: 194126
Submitted by: Matteo Cypriani
Diffstat (limited to 'misc/pastebinit')
-rw-r--r-- | misc/pastebinit/Makefile | 8 | ||||
-rw-r--r-- | misc/pastebinit/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 7119c530fa1a..399230ae2d23 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= pastebinit -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES= misc python -MASTER_SITES= https://launchpadlibrarian.net/106457425/ +MASTER_SITES= https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/ MAINTAINER= ports@FreeBSD.org COMMENT= Command line utility for pastebing @@ -16,8 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-config USES= python:run shebangfix tar:bzip2 SHEBANG_FILES= pastebinit -python_OLD_CMD= /usr/bin/env python -python_CMD= ${PYTHON_CMD} +python_OLD_CMD= /usr/bin/python3 NO_BUILD= yes PLIST_FILES= bin/pastebinit diff --git a/misc/pastebinit/distinfo b/misc/pastebinit/distinfo index e4963e281096..cfbe234533ad 100644 --- a/misc/pastebinit/distinfo +++ b/misc/pastebinit/distinfo @@ -1,2 +1,2 @@ -SHA256 (pastebinit-1.3.1.tar.bz2) = 0dcb6c4820f49cc7f97a7804254df1ae848cfc4fc63e08ca89a525b909709e29 -SIZE (pastebinit-1.3.1.tar.bz2) = 35582 +SHA256 (pastebinit-1.4.1.tar.bz2) = c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 +SIZE (pastebinit-1.4.1.tar.bz2) = 39202 |