svn commit: r328381 - head/www/wgetpaste
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 26 16:47:02 UTC 2013
Author: sunpoet
Date: Thu Sep 26 16:47:01 2013
New Revision: 328381
URL: http://svnweb.freebsd.org/changeset/ports/328381
Log:
- 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}
Modified:
head/www/wgetpaste/Makefile
head/www/wgetpaste/distinfo
Modified: head/www/wgetpaste/Makefile
==============================================================================
--- head/www/wgetpaste/Makefile Thu Sep 26 16:46:57 2013 (r328380)
+++ head/www/wgetpaste/Makefile Thu Sep 26 16:47:01 2013 (r328381)
@@ -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:${POR
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>
Modified: head/www/wgetpaste/distinfo
==============================================================================
--- head/www/wgetpaste/distinfo Thu Sep 26 16:46:57 2013 (r328380)
+++ head/www/wgetpaste/distinfo Thu Sep 26 16:47:01 2013 (r328381)
@@ -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
More information about the svn-ports-head
mailing list