diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-02-05 21:18:20 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-02-05 21:18:20 +0000 |
commit | 52f6cce175c6d881bae6dd226097a13629a3febf (patch) | |
tree | 60739969ceb0621051dd5187ccf09c9e577ac17b /www/http_post | |
parent | d8b300b13c3b21515b8d405b62f4b83b997e9806 (diff) |
- Update to version 1.0.20140814 [1]
- Fix capitalization and spelling error in COMMENT
PR: 196783 [1]
Submitted by: Neel Chauhan <neel@neelc.org> [1]
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=378493
Diffstat (limited to 'www/http_post')
-rw-r--r-- | www/http_post/Makefile | 6 | ||||
-rw-r--r-- | www/http_post/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/http_post/Makefile b/www/http_post/Makefile index 5badb8e81aac..b0e958c670a8 100644 --- a/www/http_post/Makefile +++ b/www/http_post/Makefile @@ -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 diff --git a/www/http_post/distinfo b/www/http_post/distinfo index 7a70d3e7d393..10721482efac 100644 --- a/www/http_post/distinfo +++ b/www/http_post/distinfo @@ -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 |