ports/171286: [PATCH] misc/pastebinit: update to 1.3.1

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Sep 3 16:20:11 UTC 2012


>Number:         171286
>Category:       ports
>Synopsis:       [PATCH] misc/pastebinit: update to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 03 16:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012
>Description:
- Update to 1.3.1
- Fix path to pastebin.d directory; without it, port was completely unuseable

Port maintainer (eadler at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- pastebinit-1.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/misc/pastebinit/Makefile ./Makefile
--- /usr/ports/misc/pastebinit/Makefile	2012-06-21 08:43:27.000000000 +0400
+++ ./Makefile	2012-09-03 20:15:33.363904221 +0400
@@ -2,19 +2,20 @@
 # Date created:        Thu Feb 21 00:21:23 EST 2008
 # Whom:                comperr <comperr.extra at gmail.com>
 #
-# $FreeBSD: ports/misc/pastebinit/Makefile,v 1.10 2012/06/21 04:43:27 eadler Exp $
+# $FreeBSD: head/misc/pastebinit/Makefile 300896 2012-07-14 13:54:48Z beat $
 #
 
 PORTNAME=	pastebinit
-PORTVERSION=	1.3
+PORTVERSION=	1.3.1
 CATEGORIES=	misc python
-MASTER_SITES=	https://launchpadlibrarian.net/93013084/
+MASTER_SITES=	https://launchpadlibrarian.net/106457425/
 
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	A command line utility for pastebing
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj
 
+USE_BZIP2=	yes
 USE_PYTHON=	yes
 NO_BUILD=	yes
 
@@ -30,6 +31,10 @@
 PORTDATA=	pastebin.d
 .endif
 
+post-patch:
+	${REINPLACE_CMD} -e 's|/usr/share/pastebin.d|${DATADIR}/pastebin.d|' \
+		${WRKSRC}/pastebinit
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
 .if ${PORT_OPTIONS:MPASTEBINS}
diff -ruN --exclude=CVS /usr/ports/misc/pastebinit/distinfo ./distinfo
--- /usr/ports/misc/pastebinit/distinfo	2012-02-23 05:35:35.000000000 +0400
+++ ./distinfo	2012-09-03 20:01:50.927902911 +0400
@@ -1,2 +1,2 @@
-SHA256 (pastebinit-1.3.tar.gz) = 41b51ebffb90443166a7c489f7c11224c00032e1eb64f67c8783826d75728a53
-SIZE (pastebinit-1.3.tar.gz) = 38173
+SHA256 (pastebinit-1.3.1.tar.bz2) = 0dcb6c4820f49cc7f97a7804254df1ae848cfc4fc63e08ca89a525b909709e29
+SIZE (pastebinit-1.3.1.tar.bz2) = 35582
--- pastebinit-1.3.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list