svn commit: r443157 - head/databases/pear-DB_QueryTool
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:28:35 UTC 2017
Author: sunpoet
Date: Sun Jun 11 07:28:34 2017
New Revision: 443157
URL: https://svnweb.freebsd.org/changeset/ports/443157
Log:
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> DB_QueryTool-1.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_QueryTool-1.1.2.tgz
fetch: http://pear.php.net/get/DB_QueryTool-1.1.2.tgz: size mismatch: expected 45977, actual 46429
Reference: https://people.FreeBSD.org/~sunpoet/checksum/DB_QueryTool-1.1.2.tgz [1]
Approved by: portmgr (blanket)
Modified:
head/databases/pear-DB_QueryTool/Makefile
head/databases/pear-DB_QueryTool/distinfo
Modified: head/databases/pear-DB_QueryTool/Makefile
==============================================================================
--- head/databases/pear-DB_QueryTool/Makefile Sun Jun 11 07:28:29 2017 (r443156)
+++ head/databases/pear-DB_QueryTool/Makefile Sun Jun 11 07:28:34 2017 (r443157)
@@ -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_QueryTool/distinfo
==============================================================================
--- head/databases/pear-DB_QueryTool/distinfo Sun Jun 11 07:28:29 2017 (r443156)
+++ head/databases/pear-DB_QueryTool/distinfo Sun Jun 11 07:28:34 2017 (r443157)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/DB_QueryTool-1.1.2.tgz) = 16038363a0822ced5d45f713914f616caa23acd74d9a7cffd1a30292b094df2d
-SIZE (PEAR/DB_QueryTool-1.1.2.tgz) = 45977
+TIMESTAMP = 1497162315
+SHA256 (PEAR/DB_QueryTool-1.1.2.tgz) = ea60339846eb178de832b8a287bbf29599f4b9475808511b4463c4ebbe0987b8
+SIZE (PEAR/DB_QueryTool-1.1.2.tgz) = 46429
More information about the svn-ports-all
mailing list