svn commit: r443286 - head/net/pear-Net_NNTP

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


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

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

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

Modified: head/net/pear-Net_NNTP/Makefile
==============================================================================
--- head/net/pear-Net_NNTP/Makefile	Sun Jun 11 07:41:51 2017	(r443285)
+++ head/net/pear-Net_NNTP/Makefile	Sun Jun 11 07:41:56 2017	(r443286)
@@ -12,6 +12,6 @@ COMMENT=	PEAR implementation of the NNTP protocol
 BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
 RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/net/pear-Net_NNTP/distinfo
==============================================================================
--- head/net/pear-Net_NNTP/distinfo	Sun Jun 11 07:41:51 2017	(r443285)
+++ head/net/pear-Net_NNTP/distinfo	Sun Jun 11 07:41:56 2017	(r443286)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_NNTP-1.5.0.tgz) = 2403fa97279d9168067cdeb8f53973cfc947a9eab998df19927d9add4f141953
-SIZE (PEAR/Net_NNTP-1.5.0.tgz) = 38412
+TIMESTAMP = 1497163278
+SHA256 (PEAR/Net_NNTP-1.5.0.tgz) = 171006193ceb4bf5f854fc04d7ef379211afbb577e97c49c44f6048034abdbba
+SIZE (PEAR/Net_NNTP-1.5.0.tgz) = 38843


More information about the svn-ports-all mailing list