diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:42:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:42:54 +0800 |
commit | e41fdb7032e54c1a06f247e47c88900a6397a266 (patch) | |
tree | 24e0616116183c650eb90153d82c68bef800b0d5 /net/pear-Net_Whois | |
parent | 89396d1d4d2205734234b30278b7f5dd28cdc053 (diff) | |
download | freebsd-ports-gnome-e41fdb7032e54c1a06f247e47c88900a6397a266.tar.gz freebsd-ports-gnome-e41fdb7032e54c1a06f247e47c88900a6397a266.tar.zst freebsd-ports-gnome-e41fdb7032e54c1a06f247e47c88900a6397a266.zip |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Net_Whois-1.0.5.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_Whois-1.0.5.tgz
fetch: http://pear.php.net/get/Net_Whois-1.0.5.tgz: size mismatch: expected 5972, actual 6070
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Whois-1.0.5.tgz [1]
Approved by: portmgr (blanket)
Diffstat (limited to 'net/pear-Net_Whois')
-rw-r--r-- | net/pear-Net_Whois/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_Whois/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/pear-Net_Whois/Makefile b/net/pear-Net_Whois/Makefile index bbafe055e7bb..398e02eb49b2 100644 --- a/net/pear-Net_Whois/Makefile +++ b/net/pear-Net_Whois/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net pear MAINTAINER= joneum@FreeBSD.org COMMENT= Tool to query internet domain name services -USES= pear +USES= pear RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket diff --git a/net/pear-Net_Whois/distinfo b/net/pear-Net_Whois/distinfo index 701222eb5331..18cb2f96a6d4 100644 --- a/net/pear-Net_Whois/distinfo +++ b/net/pear-Net_Whois/distinfo @@ -1,2 +1,3 @@ -SHA256 (PEAR/Net_Whois-1.0.5.tgz) = 1c5ffa3db3dba3c22daef571cfc1c0fa846db221a000145ff19d82500749a816 -SIZE (PEAR/Net_Whois-1.0.5.tgz) = 5972 +TIMESTAMP = 1497163299 +SHA256 (PEAR/Net_Whois-1.0.5.tgz) = af7879ca2fcba68d0df17d753d946d400031be01fc03750935f9011510502168 +SIZE (PEAR/Net_Whois-1.0.5.tgz) = 6070 |