From owner-svn-ports-all@FreeBSD.ORG Thu Sep 26 16:47:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 435282F4; Thu, 26 Sep 2013 16:47:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1676628DE; Thu, 26 Sep 2013 16:47:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QGl1UY035453; Thu, 26 Sep 2013 16:47:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8QGl1E2035451; Thu, 26 Sep 2013 16:47:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309261647.r8QGl1E2035451@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Sep 2013 16:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328381 - head/www/wgetpaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 16:47:02 -0000 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 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