svn commit: r443277 - head/net/pear-Net_CheckIP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 11 07:41:14 UTC 2017


Author: sunpoet
Date: Sun Jun 11 07:41:12 2017
New Revision: 443277
URL: https://svnweb.freebsd.org/changeset/ports/443277

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

Modified:
  head/net/pear-Net_CheckIP/Makefile
  head/net/pear-Net_CheckIP/distinfo

Modified: head/net/pear-Net_CheckIP/Makefile
==============================================================================
--- head/net/pear-Net_CheckIP/Makefile	Sun Jun 11 07:41:08 2017	(r443276)
+++ head/net/pear-Net_CheckIP/Makefile	Sun Jun 11 07:41:12 2017	(r443277)
@@ -8,6 +8,6 @@ CATEGORIES=	net pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Check the syntax of IPv4 addresses
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/net/pear-Net_CheckIP/distinfo
==============================================================================
--- head/net/pear-Net_CheckIP/distinfo	Sun Jun 11 07:41:08 2017	(r443276)
+++ head/net/pear-Net_CheckIP/distinfo	Sun Jun 11 07:41:12 2017	(r443277)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_CheckIP-1.2.2.tgz) = bd2fcf134c7f113b7042880e49954a50d6a6df53e131ea720b8beec7a8191b47
-SIZE (PEAR/Net_CheckIP-1.2.2.tgz) = 2021
+TIMESTAMP = 1497163262
+SHA256 (PEAR/Net_CheckIP-1.2.2.tgz) = 0bf88aee8a044e141e5a65b4e0ffb0f65791f1044bdb3d09d030332958a64c17
+SIZE (PEAR/Net_CheckIP-1.2.2.tgz) = 2041


More information about the svn-ports-head mailing list