Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 12:56:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429508 - head/net/pear-Net_IPv4
Message-ID:  <201612261256.uBQCuMBa003186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Dec 26 12:56:21 2016
New Revision: 429508
URL: https://svnweb.freebsd.org/changeset/ports/429508

Log:
  - Distfile was rerolled (no difference in tarball contents), update checksums
  - Note that de.pear.php.net still ships an old distfile, ignore it as it seems to be outdated
  - While here, add LICENSE
  
  PR:		208532
  Submitted by:	daniel@blodan.se
  Approved by:	portmgr blanket

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

Modified: head/net/pear-Net_IPv4/Makefile
==============================================================================
--- head/net/pear-Net_IPv4/Makefile	Mon Dec 26 12:55:20 2016	(r429507)
+++ head/net/pear-Net_IPv4/Makefile	Mon Dec 26 12:56:21 2016	(r429508)
@@ -8,6 +8,8 @@ CATEGORIES=	net pear
 MAINTAINER=	joneum@bsdproject.de
 COMMENT=	IPv4 network calculations and validation
 
-USES=	pear
+LICENSE=	PHP301
+
+USES=		pear
 
 .include <bsd.port.mk>

Modified: head/net/pear-Net_IPv4/distinfo
==============================================================================
--- head/net/pear-Net_IPv4/distinfo	Mon Dec 26 12:55:20 2016	(r429507)
+++ head/net/pear-Net_IPv4/distinfo	Mon Dec 26 12:56:21 2016	(r429508)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Net_IPv4-1.3.4.tgz) = 8b9a66571382f2e43e4b4ec209702f0a7d8e342636bacf0d528c7f285f6bd388
-SIZE (PEAR/Net_IPv4-1.3.4.tgz) = 5981
+TIMESTAMP = 1482756115
+SHA256 (PEAR/Net_IPv4-1.3.4.tgz) = 8eb1a7a44c7a6f5504b5d186a3b458df3edd83e46430c259a8d7cb7b31b0787b
+SIZE (PEAR/Net_IPv4-1.3.4.tgz) = 6057



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261256.uBQCuMBa003186>