Index: head/misc/pastebinit/Makefile =================================================================== --- head/misc/pastebinit/Makefile (revision 303604) +++ head/misc/pastebinit/Makefile (revision 303605) @@ -1,39 +1,45 @@ # New ports collection makefile for: pastebinit # Date created: Thu Feb 21 00:21:23 EST 2008 # Whom: comperr # # $FreeBSD$ # 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 .include .if ${PORT_OPTIONS:MPASTEBINS} 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} (cd ${WRKSRC} && ${COPYTREE_SHARE} pastebin.d ${DATADIR}) .endif .include Index: head/misc/pastebinit/distinfo =================================================================== --- head/misc/pastebinit/distinfo (revision 303604) +++ head/misc/pastebinit/distinfo (revision 303605) @@ -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