diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-23 01:35:35 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-23 01:35:35 +0000 |
commit | 3e5a6323ce9961194ae446a3df01c675ba087caf (patch) | |
tree | 515037c09358911a9d54d7b50753be3355944325 /misc/pastebinit | |
parent | fix the packing list for WITH_CMP_LIB (diff) |
Update to 1.3
Remove local patches because the program respects PREFIX and friends now (acc' to upstream)
Changes:
- Respects PREFIX
- Misc changes
Notes
Notes:
svn path=/head/; revision=292097
Diffstat (limited to 'misc/pastebinit')
-rw-r--r-- | misc/pastebinit/Makefile | 10 | ||||
-rw-r--r-- | misc/pastebinit/distinfo | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index c6fe028ca2b5..d3cbe5084cd2 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pastebinit -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= misc python -MASTER_SITES= http://launchpadlibrarian.net/63157878/ +MASTER_SITES= https://launchpadlibrarian.net/93013084/ MAINTAINER= eadler@FreeBSD.org COMMENT= A command line utility for pastebing @@ -28,12 +28,6 @@ OPTIONS= PASTEBINS "Install default pastebins" on PORTDATA= pastebin.d .endif -post-patch: - @${REINPLACE_CMD} -e 's#/usr/bin/python#${PYTHON_CMD}#' \ - ${WRKSRC}/${PORTNAME} - @${REINPLACE_CMD} -e 's#/etc/#${DATADIR}/#g' \ - ${WRKSRC}/${PORTNAME} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if defined(WITH_PASTEBINS) diff --git a/misc/pastebinit/distinfo b/misc/pastebinit/distinfo index 7e48decf35da..19d5f955defc 100644 --- a/misc/pastebinit/distinfo +++ b/misc/pastebinit/distinfo @@ -1,2 +1,2 @@ -SHA256 (pastebinit-1.2.tar.gz) = e0011efd6aee5e93d34fd0bf5ae86116d652345bb349a4dff9d50f85dce0f736 -SIZE (pastebinit-1.2.tar.gz) = 32573 +SHA256 (pastebinit-1.3.tar.gz) = 41b51ebffb90443166a7c489f7c11224c00032e1eb64f67c8783826d75728a53 +SIZE (pastebinit-1.3.tar.gz) = 38173 |