diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-23 09:35:35 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-23 09:35:35 +0800 |
commit | ccc28abd523520f95655de2e73c2b1f154d6a7ea (patch) | |
tree | 146ad7b30f9d0d864a45bfc0f1d973c73d970598 /misc | |
parent | 1182a567c47aaf4dd273800f62faf558698cff23 (diff) | |
download | freebsd-ports-gnome-ccc28abd523520f95655de2e73c2b1f154d6a7ea.tar.gz freebsd-ports-gnome-ccc28abd523520f95655de2e73c2b1f154d6a7ea.tar.zst freebsd-ports-gnome-ccc28abd523520f95655de2e73c2b1f154d6a7ea.zip |
Update to 1.3
Remove local patches because the program respects PREFIX and friends now (acc' to upstream)
Changes:
- Respects PREFIX
- Misc changes
Diffstat (limited to 'misc')
-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 |