Bug 171286 - [PATCH] misc/pastebinit: update to 1.3.1
Summary: [PATCH] misc/pastebinit: update to 1.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-03 17:20 UTC by Dmitry Marakasov
Modified: 2012-09-03 17:40 UTC (History)
1 user (show)

See Also:


Attachments
pastebinit-1.3.1.patch (1.64 KB, patch)
2012-09-03 17:20 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2012-09-03 17:20:09 UTC
- Update to 1.3.1
- Fix path to pastebin.d directory; without it, port was completely unuseable

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

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-03 17:20:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-03 17:30:28 UTC
Author: eadler
Date: Mon Sep  3 16:30:17 2012
New Revision: 303605
URL: http://svn.freebsd.org/changeset/ports/303605

Log:
  - Update to 1.3.1
  - Add license
  - Change path to data directory
  
  PR:		ports/171286
  Submitted by:	amdmi3

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

Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile	Mon Sep  3 16:28:18 2012	(r303604)
+++ head/misc/pastebinit/Makefile	Mon Sep  3 16:30:17 2012	(r303605)
@@ -6,20 +6,23 @@
 #
 
 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@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
 
 PLIST_FILES=	bin/pastebinit
 
+LICENCE=	GPLv2
+
 OPTIONS_DEFINE=	PASTEBINS
 PASTEBINS_DESC=	Install default pastebins
 OPTIONS_DEFAULT=	PASTEBINS
@@ -30,6 +33,9 @@ OPTIONS_DEFAULT=	PASTEBINS
 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}

Modified: head/misc/pastebinit/distinfo
==============================================================================
--- head/misc/pastebinit/distinfo	Mon Sep  3 16:28:18 2012	(r303604)
+++ head/misc/pastebinit/distinfo	Mon Sep  3 16:30:17 2012	(r303605)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2012-09-03 17:30:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!