Date: Mon, 3 Sep 2012 16:30:18 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303605 - head/misc/pastebinit Message-ID: <201209031630.q83GUI1G011714@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209031630.q83GUI1G011714>