svn commit: r378493 - head/www/http_post

Pawel Pekala pawel at FreeBSD.org
Thu Feb 5 21:18:21 UTC 2015


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 <neel at neelc.org> [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 at 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


More information about the svn-ports-head mailing list