From owner-svn-ports-head@FreeBSD.ORG Thu Feb 5 21:18:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AB83C0B; Thu, 5 Feb 2015 21:18:21 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56ECBD18; Thu, 5 Feb 2015 21:18:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t15LILHF053779; Thu, 5 Feb 2015 21:18:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t15LIKi7053776; Thu, 5 Feb 2015 21:18:20 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502052118.t15LIKi7053776@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 5 Feb 2015 21:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378493 - head/www/http_post X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 21:18:21 -0000 Author: pawel Date: Thu Feb 5 21:18:20 2015 New Revision: 378493 URL: https://svnweb.freebsd.org/changeset/ports/378493 QAT: https://qat.redports.org/buildarchive/r378493/ Log: - Update to version 1.0.20140814 [1] - Fix capitalization and spelling error in COMMENT PR: 196783 [1] Submitted by: Neel Chauhan [1] Approved by: maintainer timeout Modified: head/www/http_post/Makefile head/www/http_post/distinfo Modified: head/www/http_post/Makefile ============================================================================== --- head/www/http_post/Makefile Thu Feb 5 21:14:30 2015 (r378492) +++ head/www/http_post/Makefile Thu Feb 5 21:18:20 2015 (r378493) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= http_post -PORTVERSION= 1.0.20110118 +PORTVERSION= 1.0.20140814 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/http_post/ -DISTNAME= ${PORTNAME}_18jan2011 +DISTNAME= ${PORTNAME}_14Aug2014 MAINTAINER= masaki@club.kyutech.ac.jp -COMMENT= Do a POST operaion and Dump http-contents to stdout +COMMENT= Do a POST operation and dump http-contents to stdout WRKSRC= ${WRKDIR}/http_post USES= uidfix Modified: head/www/http_post/distinfo ============================================================================== --- head/www/http_post/distinfo Thu Feb 5 21:14:30 2015 (r378492) +++ head/www/http_post/distinfo Thu Feb 5 21:18:20 2015 (r378493) @@ -1,2 +1,2 @@ -SHA256 (http_post_18jan2011.tar.gz) = 3a000cc417000d7dc92735f17a073df74e82a38ac1d382afe05454d175645559 -SIZE (http_post_18jan2011.tar.gz) = 8136 +SHA256 (http_post_14Aug2014.tar.gz) = b1d8776ec2be854224fdedca7fc3b085a9888eb73625012ce539f270bb97d9ce +SIZE (http_post_14Aug2014.tar.gz) = 8323