From owner-svn-ports-all@FreeBSD.ORG Mon Sep 3 16:30:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6CBC1065676; Mon, 3 Sep 2012 16:30:18 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A946C8FC25; Mon, 3 Sep 2012 16:30:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q83GUIJd011717; Mon, 3 Sep 2012 16:30:18 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q83GUI1G011714; Mon, 3 Sep 2012 16:30:18 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209031630.q83GUI1G011714@svn.freebsd.org> From: Eitan Adler Date: Mon, 3 Sep 2012 16:30:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303605 - head/misc/pastebinit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 16:30:19 -0000 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