svn commit: r443307 - head/security/pear-Crypt_CBC
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 11 07:43:53 UTC 2017
Author: sunpoet
Date: Sun Jun 11 07:43:50 2017
New Revision: 443307
URL: https://svnweb.freebsd.org/changeset/ports/443307
Log:
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Crypt_CBC-1.0.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Crypt_CBC-1.0.1.tgz
fetch: http://pear.php.net/get/Crypt_CBC-1.0.1.tgz: size mismatch: expected 3730, actual 3760
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Crypt_CBC-1.0.1.tgz [1]
Approved by: portmgr (blanket)
Modified:
head/security/pear-Crypt_CBC/Makefile
head/security/pear-Crypt_CBC/distinfo
Modified: head/security/pear-Crypt_CBC/Makefile
==============================================================================
--- head/security/pear-Crypt_CBC/Makefile Sun Jun 11 07:43:45 2017 (r443306)
+++ head/security/pear-Crypt_CBC/Makefile Sun Jun 11 07:43:50 2017 (r443307)
@@ -8,6 +8,6 @@ CATEGORIES= security www pear
MAINTAINER= joneum at FreeBSD.org
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
-USES= pear
+USES= pear
.include <bsd.port.mk>
Modified: head/security/pear-Crypt_CBC/distinfo
==============================================================================
--- head/security/pear-Crypt_CBC/distinfo Sun Jun 11 07:43:45 2017 (r443306)
+++ head/security/pear-Crypt_CBC/distinfo Sun Jun 11 07:43:50 2017 (r443307)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Crypt_CBC-1.0.1.tgz) = 289b07581e1d9d353d93f75b0334c77eef684c248ee22939e77a99c64cdb3338
-SIZE (PEAR/Crypt_CBC-1.0.1.tgz) = 3730
+TIMESTAMP = 1497163317
+SHA256 (PEAR/Crypt_CBC-1.0.1.tgz) = 43ce7f17b3961b3f61ec34771b7477c6a7e4670d6f9bdae4be244611dad433d6
+SIZE (PEAR/Crypt_CBC-1.0.1.tgz) = 3760
More information about the svn-ports-head
mailing list