svn commit: r440825 - head/net/pear-Net_UserAgent_Mobile

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 13 12:14:08 UTC 2017


Author: sunpoet
Date: Sat May 13 12:14:06 2017
New Revision: 440825
URL: https://svnweb.freebsd.org/changeset/ports/440825

Log:
  Update distinfo and unbreak this port
  
  - While I'm here:
    - Add NO_ARCH
    - Fix indent
    - Add USES=php
  
  Content of tarballs are unchanged (checked against [1]).
  
  Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Net_UserAgent_Mobile-1.0.0RC1.tgz [1]
  Approved by:	portmgr (blanket)

Modified:
  head/net/pear-Net_UserAgent_Mobile/Makefile
  head/net/pear-Net_UserAgent_Mobile/distinfo

Modified: head/net/pear-Net_UserAgent_Mobile/Makefile
==============================================================================
--- head/net/pear-Net_UserAgent_Mobile/Makefile	Sat May 13 12:14:01 2017	(r440824)
+++ head/net/pear-Net_UserAgent_Mobile/Makefile	Sat May 13 12:14:06 2017	(r440825)
@@ -9,9 +9,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}RC1
 MAINTAINER=	smatsui at karashi.org
 COMMENT=	PEAR class that parses HTTP mobile user agent string
 
+NO_ARCH=	yes
 USE_PHP=	pcre
-USES=	pear
-
-BROKEN=	checksum mismatch
+USES=		pear php
 
 .include <bsd.port.mk>

Modified: head/net/pear-Net_UserAgent_Mobile/distinfo
==============================================================================
--- head/net/pear-Net_UserAgent_Mobile/distinfo	Sat May 13 12:14:01 2017	(r440824)
+++ head/net/pear-Net_UserAgent_Mobile/distinfo	Sat May 13 12:14:06 2017	(r440825)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_UserAgent_Mobile-1.0.0RC1.tgz) = f2d45587f6abfbbe5f2fbf1766122c6b7890090075cccd7ecc0dbbee97b42a4b
-SIZE (PEAR/Net_UserAgent_Mobile-1.0.0RC1.tgz) = 37639
+TIMESTAMP = 1494676572
+SHA256 (PEAR/Net_UserAgent_Mobile-1.0.0RC1.tgz) = 3dc1334a2e45cf21683ad262f391795f94bf6f9d472a68b2c451ed5d69786f23
+SIZE (PEAR/Net_UserAgent_Mobile-1.0.0RC1.tgz) = 39375


More information about the svn-ports-all mailing list