svn commit: r440824 - head/net/pear-Net_Ident

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


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

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

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

Modified: head/net/pear-Net_Ident/Makefile
==============================================================================
--- head/net/pear-Net_Ident/Makefile	Sat May 13 12:13:56 2017	(r440823)
+++ head/net/pear-Net_Ident/Makefile	Sat May 13 12:14:01 2017	(r440824)
@@ -8,7 +8,7 @@ CATEGORIES=	net www pear
 MAINTAINER=	joneum at bsdproject.de
 COMMENT=	PEAR identification protocol implementation
 
-USES=	pear
-BROKEN=	checksum mismatch
+NO_ARCH=	yes
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/net/pear-Net_Ident/distinfo
==============================================================================
--- head/net/pear-Net_Ident/distinfo	Sat May 13 12:13:56 2017	(r440823)
+++ head/net/pear-Net_Ident/distinfo	Sat May 13 12:14:01 2017	(r440824)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_Ident-1.1.0.tgz) = f9a35f7af4ada17e5958ffb5dd554a9bf15ae1edc14c2b19bdd4091c11d4ecdc
-SIZE (PEAR/Net_Ident-1.1.0.tgz) = 3248
+TIMESTAMP = 1494676261
+SHA256 (PEAR/Net_Ident-1.1.0.tgz) = 9e7b0e966c52a2a19a18e9aac4e0bad43e1607be6fb9dded0cfe7e65f7e3049c
+SIZE (PEAR/Net_Ident-1.1.0.tgz) = 3262


More information about the svn-ports-all mailing list