svn commit: r372346 - head/misc/pastebinit

John Marino marino at FreeBSD.org
Sun Nov 9 08:53:27 UTC 2014


Author: marino
Date: Sun Nov  9 08:53:25 2014
New Revision: 372346
URL: https://svnweb.freebsd.org/changeset/ports/372346
QAT: https://qat.redports.org/buildarchive/r372346/

Log:
  misc/pastebinit: Upgrade version 1.3.1 => 1.4.1
  
  PR:		194126
  Submitted by:	Matteo Cypriani

Modified:
  head/misc/pastebinit/Makefile
  head/misc/pastebinit/distinfo

Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile	Sun Nov  9 08:53:00 2014	(r372345)
+++ head/misc/pastebinit/Makefile	Sun Nov  9 08:53:25 2014	(r372346)
@@ -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 at FreeBSD.org
 COMMENT=	Command line utility for pastebing
@@ -16,8 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}conf
 
 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

Modified: head/misc/pastebinit/distinfo
==============================================================================
--- head/misc/pastebinit/distinfo	Sun Nov  9 08:53:00 2014	(r372345)
+++ head/misc/pastebinit/distinfo	Sun Nov  9 08:53:25 2014	(r372346)
@@ -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


More information about the svn-ports-all mailing list