svn commit: r443312 - head/security/pear-Crypt_RC4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:44:17 UTC 2017
Author: sunpoet
Date: Sun Jun 11 07:44:14 2017
New Revision: 443312
URL: https://svnweb.freebsd.org/changeset/ports/443312
Log:
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Crypt_RC4-1.0.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Crypt_RC4-1.0.3.tgz
fetch: http://pear.php.net/get/Crypt_RC4-1.0.3.tgz: size mismatch: expected 2295, actual 2316
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_RC4-1.0.3.tgz [1]
Approved by: portmgr (blanket)
Modified:
head/security/pear-Crypt_RC4/Makefile
head/security/pear-Crypt_RC4/distinfo
Modified: head/security/pear-Crypt_RC4/Makefile
==============================================================================
--- head/security/pear-Crypt_RC4/Makefile Sun Jun 11 07:44:09 2017 (r443311)
+++ head/security/pear-Crypt_RC4/Makefile Sun Jun 11 07:44:14 2017 (r443312)
@@ -8,6 +8,6 @@ CATEGORIES= security www pear
MAINTAINER= joneum at FreeBSD.org
COMMENT= PEAR encryption class for RC4 encryption
-USES= pear
+USES= pear
.include <bsd.port.mk>
Modified: head/security/pear-Crypt_RC4/distinfo
==============================================================================
--- head/security/pear-Crypt_RC4/distinfo Sun Jun 11 07:44:09 2017 (r443311)
+++ head/security/pear-Crypt_RC4/distinfo Sun Jun 11 07:44:14 2017 (r443312)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Crypt_RC4-1.0.3.tgz) = 047870ce11d39d59b68cfcf39dce3e4487059f1102a22ca91c697333e34db65c
-SIZE (PEAR/Crypt_RC4-1.0.3.tgz) = 2295
+TIMESTAMP = 1497163325
+SHA256 (PEAR/Crypt_RC4-1.0.3.tgz) = 727109b0a81d2602d79a5330b60daa43c85a97363c17daa2902d4f61c336614a
+SIZE (PEAR/Crypt_RC4-1.0.3.tgz) = 2316
More information about the svn-ports-head
mailing list