Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:41:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443286 - head/net/pear-Net_NNTP
Message-ID:  <201706110741.v5B7fuAx053023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706110741.v5B7fuAx053023>