aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-11 07:41:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-11 07:41:56 +0000
commit710550bc4c733b5d0ae4e430cdba7f957350d75a (patch)
treeff68355abf019b0b52e10fe4546f5cabfd7fda7c /net/pear-Net_NNTP/Makefile
parent3cd8c8cf31f3b10a961e720dbc7d0c55db1a8134 (diff)
downloadports-710550bc4c733b5d0ae4e430cdba7f957350d75a.tar.gz
ports-710550bc4c733b5d0ae4e430cdba7f957350d75a.zip
Update distinfo and unbreak this port
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_NNTP-1.5.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_NNTP-1.5.0.tgz fetch: http://pear.php.net/get/Net_NNTP-1.5.0.tgz: size mismatch: expected 38412, actual 38843 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_NNTP-1.5.0.tgz [1] Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=443286
Diffstat (limited to 'net/pear-Net_NNTP/Makefile')
-rw-r--r--net/pear-Net_NNTP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile
index 30b7176259f4..8872e1f5f28f 100644
--- a/net/pear-Net_NNTP/Makefile
+++ b/net/pear-Net_NNTP/Makefile
@@ -12,6 +12,6 @@ COMMENT= PEAR implementation of the NNTP protocol
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>