Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:43:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443304 - head/security/pear-Auth_HTTP
Message-ID:  <201706110743.v5B7hZj1054875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 11 07:43:35 2017
New Revision: 443304
URL: https://svnweb.freebsd.org/changeset/ports/443304

Log:
  Update distinfo and unbreak this port
  
  - While I'm here, fix indent
  
  Content of tarballs are unchanged (checked against [1]).
  
  => Auth_HTTP-2.1.8.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
  => Attempting to fetch http://pear.php.net/get/Auth_HTTP-2.1.8.tgz
  fetch: http://pear.php.net/get/Auth_HTTP-2.1.8.tgz: size mismatch: expected 8626, actual 8766
  
  Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Auth_HTTP-2.1.8.tgz [1]
  Approved by:	portmgr (blanket)

Modified:
  head/security/pear-Auth_HTTP/Makefile
  head/security/pear-Auth_HTTP/distinfo

Modified: head/security/pear-Auth_HTTP/Makefile
==============================================================================
--- head/security/pear-Auth_HTTP/Makefile	Sun Jun 11 07:43:30 2017	(r443303)
+++ head/security/pear-Auth_HTTP/Makefile	Sun Jun 11 07:43:35 2017	(r443304)
@@ -7,6 +7,6 @@ CATEGORIES=	security www pear
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	PEAR HTTP authentication
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/security/pear-Auth_HTTP/distinfo
==============================================================================
--- head/security/pear-Auth_HTTP/distinfo	Sun Jun 11 07:43:30 2017	(r443303)
+++ head/security/pear-Auth_HTTP/distinfo	Sun Jun 11 07:43:35 2017	(r443304)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Auth_HTTP-2.1.8.tgz) = bd3f37de04cbfd99c16fc2ca0ecf807611b0ceb5a943f6cedf359183c074e03c
-SIZE (PEAR/Auth_HTTP-2.1.8.tgz) = 8626
+TIMESTAMP = 1497163312
+SHA256 (PEAR/Auth_HTTP-2.1.8.tgz) = aac126f52b525e4c5d12ffc6e5bf267666ddfa19de5b356d992cb66b4138a3d6
+SIZE (PEAR/Auth_HTTP-2.1.8.tgz) = 8766



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110743.v5B7hZj1054875>