diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-27 00:47:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-27 00:47:01 +0800 |
commit | eb116dc62b5f21b5ea7721c9a6dfa7503be4619e (patch) | |
tree | 0e3566c43fa2e9c047cbe25f8a2e382197172186 /www | |
parent | d26cec64be71ac37b02b8b8c3dde53442e9abe72 (diff) | |
download | freebsd-ports-gnome-eb116dc62b5f21b5ea7721c9a6dfa7503be4619e.tar.gz freebsd-ports-gnome-eb116dc62b5f21b5ea7721c9a6dfa7503be4619e.tar.zst freebsd-ports-gnome-eb116dc62b5f21b5ea7721c9a6dfa7503be4619e.zip |
- Update to 2.23
- Support STAGEDIR
Changes: http://people.FreeBSD.org/~sunpoet/wgetpaste-2.23.diff
- Change default language to "Auto"
- Add an additional http header can be passed by setting HEADER_${SERVICE}
Diffstat (limited to 'www')
-rw-r--r-- | www/wgetpaste/Makefile | 13 | ||||
-rw-r--r-- | www/wgetpaste/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/www/wgetpaste/Makefile b/www/wgetpaste/Makefile index 3b4b912f13c3..72ff591f8d96 100644 --- a/www/wgetpaste/Makefile +++ b/www/wgetpaste/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wgetpaste -PORTVERSION= 2.22 +PORTVERSION= 2.23 CATEGORIES= www MASTER_SITES= http://wgetpaste.zlin.dk/ \ LOCAL/sunpoet @@ -18,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ NO_BUILD= yes USE_BZIP2= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's|/etc/|${PREFIX}/etc/|g' \ @@ -27,10 +26,10 @@ post-patch: ${WRKSRC}/${PORTNAME} do-install: - ${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/ ${PREFIX}/share/zsh/site-functions/ - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.example ${PREFIX}/etc/${PORTNAME}.conf.sample - ${INSTALL_DATA} ${DISTDIR}/zlin.conf ${PREFIX}/etc/${PORTNAME}.d/ - ${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/ + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.d/ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.example ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample + ${INSTALL_DATA} ${DISTDIR}/zlin.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.d/ + ${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ .include <bsd.port.mk> diff --git a/www/wgetpaste/distinfo b/www/wgetpaste/distinfo index c4ff8ee78d1c..6d3f39e4596e 100644 --- a/www/wgetpaste/distinfo +++ b/www/wgetpaste/distinfo @@ -1,5 +1,5 @@ -SHA256 (wgetpaste-2.22.tar.bz2) = a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05 -SIZE (wgetpaste-2.22.tar.bz2) = 10842 +SHA256 (wgetpaste-2.23.tar.bz2) = d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5 +SIZE (wgetpaste-2.23.tar.bz2) = 11043 SHA256 (wgetpaste.example) = cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d SIZE (wgetpaste.example) = 380 SHA256 (zlin.conf) = 8fe8338ebd6716bac1e7e818b26163f899d7609fbac5932aaa1dabe45d6fdb19 |