svn commit: r443264 - head/mail/pear-Contact_Vcard_Parse

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


Author: sunpoet
Date: Sun Jun 11 07:40:10 2017
New Revision: 443264
URL: https://svnweb.freebsd.org/changeset/ports/443264

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

Modified:
  head/mail/pear-Contact_Vcard_Parse/Makefile
  head/mail/pear-Contact_Vcard_Parse/distinfo

Modified: head/mail/pear-Contact_Vcard_Parse/Makefile
==============================================================================
--- head/mail/pear-Contact_Vcard_Parse/Makefile	Sun Jun 11 07:40:06 2017	(r443263)
+++ head/mail/pear-Contact_Vcard_Parse/Makefile	Sun Jun 11 07:40:10 2017	(r443264)
@@ -8,6 +8,6 @@ CATEGORIES=	mail www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	PEAR class to parse vCard 2.1 and 3.0 files
 
-USES=	pear
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/mail/pear-Contact_Vcard_Parse/distinfo
==============================================================================
--- head/mail/pear-Contact_Vcard_Parse/distinfo	Sun Jun 11 07:40:06 2017	(r443263)
+++ head/mail/pear-Contact_Vcard_Parse/distinfo	Sun Jun 11 07:40:10 2017	(r443264)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Contact_Vcard_Parse-1.32.0.tgz) = 4bc9466b179f8b565f08ca32064b907b5fd3a5417156fd3fbdadb4ef5647f223
-SIZE (PEAR/Contact_Vcard_Parse-1.32.0.tgz) = 10179
+TIMESTAMP = 1497163236
+SHA256 (PEAR/Contact_Vcard_Parse-1.32.0.tgz) = bd70cef25ae8d4158d249c42cbe9cf8c4b38ceb67ecbf73a169c036f8b44691a
+SIZE (PEAR/Contact_Vcard_Parse-1.32.0.tgz) = 10286


More information about the svn-ports-all mailing list