Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 07:39:22 +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: r443254 - head/games/pear-Games_Chess
Message-ID:  <201706110739.v5B7dMAj046289@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 11 07:39:22 2017
New Revision: 443254
URL: https://svnweb.freebsd.org/changeset/ports/443254

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

Modified:
  head/games/pear-Games_Chess/Makefile
  head/games/pear-Games_Chess/distinfo

Modified: head/games/pear-Games_Chess/Makefile
==============================================================================
--- head/games/pear-Games_Chess/Makefile	Sun Jun 11 07:39:17 2017	(r443253)
+++ head/games/pear-Games_Chess/Makefile	Sun Jun 11 07:39:22 2017	(r443254)
@@ -8,6 +8,6 @@ CATEGORIES=	games devel pear
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	PEAR methods for constructing and validating chess games in PGN
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/games/pear-Games_Chess/distinfo
==============================================================================
--- head/games/pear-Games_Chess/distinfo	Sun Jun 11 07:39:17 2017	(r443253)
+++ head/games/pear-Games_Chess/distinfo	Sun Jun 11 07:39:22 2017	(r443254)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Games_Chess-1.0.1.tgz) = 48b316c2a12f23f5317839cb676c2ce10d8bd85fece4ad93e98afadb857c8d37
-SIZE (PEAR/Games_Chess-1.0.1.tgz) = 86920
+TIMESTAMP = 1497163212
+SHA256 (PEAR/Games_Chess-1.0.1.tgz) = 1a90f29572638be1d660da99d1e174a5333bbea304a76a9bee8f3822b97c4d28
+SIZE (PEAR/Games_Chess-1.0.1.tgz) = 89817



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