diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:42:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-11 15:42:05 +0800 |
commit | 41fecff62cc5d066bbbad1490c67fbadfb81dff2 (patch) | |
tree | 3a4c89b102afb4e2b98caae34fdb4d1c2096de7e /net | |
parent | e23e02fbb0ad1ceeede8898f01164fc3ff897b09 (diff) | |
download | freebsd-ports-gnome-41fecff62cc5d066bbbad1490c67fbadfb81dff2.tar.gz freebsd-ports-gnome-41fecff62cc5d066bbbad1490c67fbadfb81dff2.tar.zst freebsd-ports-gnome-41fecff62cc5d066bbbad1490c67fbadfb81dff2.zip |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Net_POP3-1.3.8.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_POP3-1.3.8.tgz
fetch: http://pear.php.net/get/Net_POP3-1.3.8.tgz: size mismatch: expected 9657, actual 9745
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_POP3-1.3.8.tgz [1]
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_POP3/Makefile | 2 | ||||
-rw-r--r-- | net/pear-Net_POP3/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/pear-Net_POP3/Makefile b/net/pear-Net_POP3/Makefile index 71671b7ab9a9..6a674b7f082b 100644 --- a/net/pear-Net_POP3/Makefile +++ b/net/pear-Net_POP3/Makefile @@ -11,6 +11,6 @@ COMMENT= Provides a POP3 class to access POP3 server BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket -USES= pear +USES= pear .include <bsd.port.mk> diff --git a/net/pear-Net_POP3/distinfo b/net/pear-Net_POP3/distinfo index d071affb0e30..e6c1fe3fc84b 100644 --- a/net/pear-Net_POP3/distinfo +++ b/net/pear-Net_POP3/distinfo @@ -1,2 +1,3 @@ -SHA256 (PEAR/Net_POP3-1.3.8.tgz) = 766d6d539c6c6b1dd448f1dd479b77266338f2ea1fd712af551dfe8e7cedf726 -SIZE (PEAR/Net_POP3-1.3.8.tgz) = 9657 +TIMESTAMP = 1497163282 +SHA256 (PEAR/Net_POP3-1.3.8.tgz) = 3b8fee2e559edf66ded401563df7251f3d78983ebbc114d0087a3112835e55fd +SIZE (PEAR/Net_POP3-1.3.8.tgz) = 9745 |