svn commit: r443252 - head/dns/pear-File_DNS

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


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

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

Modified:
  head/dns/pear-File_DNS/Makefile
  head/dns/pear-File_DNS/distinfo

Modified: head/dns/pear-File_DNS/Makefile
==============================================================================
--- head/dns/pear-File_DNS/Makefile	Sun Jun 11 07:39:07 2017	(r443251)
+++ head/dns/pear-File_DNS/Makefile	Sun Jun 11 07:39:12 2017	(r443252)
@@ -11,6 +11,6 @@ COMMENT=	PEAR class to read and write RFC1033-style DN
 BUILD_DEPENDS=	${PEARDIR}/File.php:sysutils/pear-File
 RUN_DEPENDS=	${PEARDIR}/File.php:sysutils/pear-File
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/dns/pear-File_DNS/distinfo
==============================================================================
--- head/dns/pear-File_DNS/distinfo	Sun Jun 11 07:39:07 2017	(r443251)
+++ head/dns/pear-File_DNS/distinfo	Sun Jun 11 07:39:12 2017	(r443252)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/File_DNS-0.1.0.tgz) = 8b13a6b6c3d72a4df30a6fd024f2e2d526beec0c119037403a4aecdfe5de51cb
-SIZE (PEAR/File_DNS-0.1.0.tgz) = 10024
+TIMESTAMP = 1497163208
+SHA256 (PEAR/File_DNS-0.1.0.tgz) = 667ff0a3309c4087849023b4b8570ff29c6825648a16a07679f3f8877682e781
+SIZE (PEAR/File_DNS-0.1.0.tgz) = 10128


More information about the svn-ports-head mailing list