svn commit: r443253 - head/ftp/pear-Net_FTP

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


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

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

Modified:
  head/ftp/pear-Net_FTP/Makefile
  head/ftp/pear-Net_FTP/distinfo

Modified: head/ftp/pear-Net_FTP/Makefile
==============================================================================
--- head/ftp/pear-Net_FTP/Makefile	Sun Jun 11 07:39:12 2017	(r443252)
+++ head/ftp/pear-Net_FTP/Makefile	Sun Jun 11 07:39:17 2017	(r443253)
@@ -11,6 +11,6 @@ COMMENT=	PEAR OO interface to the PHP FTP functions pl
 LICENSE=	BSD2CLAUSE
 
 USE_PHP=	ftp
-USES=		pear
+USES=		pear php
 
 .include <bsd.port.mk>

Modified: head/ftp/pear-Net_FTP/distinfo
==============================================================================
--- head/ftp/pear-Net_FTP/distinfo	Sun Jun 11 07:39:12 2017	(r443252)
+++ head/ftp/pear-Net_FTP/distinfo	Sun Jun 11 07:39:17 2017	(r443253)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_FTP-1.4.0.tgz) = b06d0f01bdb3f9f6f38746798801a15da8ee1d717702f84efecbd875a5e3a3a5
-SIZE (PEAR/Net_FTP-1.4.0.tgz) = 35344
+TIMESTAMP = 1497163210
+SHA256 (PEAR/Net_FTP-1.4.0.tgz) = 1c7333fd7813e35f87859387e8027440984c19303c1eabbceb3c73da783fe777
+SIZE (PEAR/Net_FTP-1.4.0.tgz) = 35593


More information about the svn-ports-all mailing list