svn commit: r443158 - head/databases/pear-DB_Sqlite_Tools

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


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

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

Modified:
  head/databases/pear-DB_Sqlite_Tools/Makefile
  head/databases/pear-DB_Sqlite_Tools/distinfo

Modified: head/databases/pear-DB_Sqlite_Tools/Makefile
==============================================================================
--- head/databases/pear-DB_Sqlite_Tools/Makefile	Sun Jun 11 07:28:34 2017	(r443157)
+++ head/databases/pear-DB_Sqlite_Tools/Makefile	Sun Jun 11 07:28:39 2017	(r443158)
@@ -13,6 +13,6 @@ BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB \
 RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB \
 		${PEARDIR}/Log/null.php:sysutils/pear-Log
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/databases/pear-DB_Sqlite_Tools/distinfo
==============================================================================
--- head/databases/pear-DB_Sqlite_Tools/distinfo	Sun Jun 11 07:28:34 2017	(r443157)
+++ head/databases/pear-DB_Sqlite_Tools/distinfo	Sun Jun 11 07:28:39 2017	(r443158)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = ca82ed2c7b5df5a6ef4e7fa46f19c66f2c9a9faca89bb96d5426911958ed936c
-SIZE (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = 20506
+TIMESTAMP = 1497162317
+SHA256 (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = 7cd6ac55d38619ee594e9e4e2b1f831c5ee92e931f2f18890a7c791c607a92c4
+SIZE (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = 20689


More information about the svn-ports-all mailing list