svn commit: r443315 - head/security/pear-File_HtAccess

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


Author: sunpoet
Date: Sun Jun 11 07:44:29 2017
New Revision: 443315
URL: https://svnweb.freebsd.org/changeset/ports/443315

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

Modified:
  head/security/pear-File_HtAccess/Makefile
  head/security/pear-File_HtAccess/distinfo

Modified: head/security/pear-File_HtAccess/Makefile
==============================================================================
--- head/security/pear-File_HtAccess/Makefile	Sun Jun 11 07:44:24 2017	(r443314)
+++ head/security/pear-File_HtAccess/Makefile	Sun Jun 11 07:44:29 2017	(r443315)
@@ -8,6 +8,6 @@ CATEGORIES=	security www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR class to manipulate .htaccess files
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/security/pear-File_HtAccess/distinfo
==============================================================================
--- head/security/pear-File_HtAccess/distinfo	Sun Jun 11 07:44:24 2017	(r443314)
+++ head/security/pear-File_HtAccess/distinfo	Sun Jun 11 07:44:29 2017	(r443315)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/File_HtAccess-1.2.1.tgz) = a62a04f6dab62f45a24feb7d0ad3f8e2616cb8e8765e684a6a8c07a4cb1e4885
-SIZE (PEAR/File_HtAccess-1.2.1.tgz) = 4937
+TIMESTAMP = 1497163330
+SHA256 (PEAR/File_HtAccess-1.2.1.tgz) = c1acd01c0561d02c8c59288ecc8521e21ebb0e678b70b1014755c4b27b1d4bcf
+SIZE (PEAR/File_HtAccess-1.2.1.tgz) = 5024


More information about the svn-ports-all mailing list