diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:41:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:41:27 +0800 |
commit | 572c6d945f3f84bd67936b5c18b6411200644711 (patch) | |
tree | 92da09b77bd00c3c88801de83e4ec327299fe181 /net | |
parent | 1ab4512052b1b31a0c61b9a5064fe7ad868ce3be (diff) | |
download | freebsd-ports-gnome-572c6d945f3f84bd67936b5c18b6411200644711.tar.gz freebsd-ports-gnome-572c6d945f3f84bd67936b5c18b6411200644711.tar.zst freebsd-ports-gnome-572c6d945f3f84bd67936b5c18b6411200644711.zip |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Net_Dict-1.0.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_Dict-1.0.7.tgz
fetch: http://pear.php.net/get/Net_Dict-1.0.7.tgz: size mismatch: expected 6031, actual 6069
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_Dict-1.0.7.tgz [1]
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_Dict/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_Dict/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/pear-Net_Dict/Makefile b/net/pear-Net_Dict/Makefile index e4d5d2506065..36398aeda4e1 100644 --- a/net/pear-Net_Dict/Makefile +++ b/net/pear-Net_Dict/Makefile @@ -13,6 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \ ${PEARDIR}/Cache.php:sysutils/pear-Cache -USES= pear +USES= pear .include <bsd.port.mk> diff --git a/net/pear-Net_Dict/distinfo b/net/pear-Net_Dict/distinfo index 49ea53e1ed74..2785997773a8 100644 --- a/net/pear-Net_Dict/distinfo +++ b/net/pear-Net_Dict/distinfo @@ -1,2 +1,3 @@ -SHA256 (PEAR/Net_Dict-1.0.7.tgz) = 8080ae780c242c1b0c61d9a5845b8e4235cd399f7d3a7ae07d3a2588d46c6330 -SIZE (PEAR/Net_Dict-1.0.7.tgz) = 6031 +TIMESTAMP = 1497163267 +SHA256 (PEAR/Net_Dict-1.0.7.tgz) = 23757ca04070739806d54ce90726ce1bb9cfc5815e5f1fa4607fae20d34c93b4 +SIZE (PEAR/Net_Dict-1.0.7.tgz) = 6069 |