Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2017 16:18:55 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450050 - head/net/pear-Net_NNTP
Message-ID:  <201709181618.v8IGItZd026902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Mon Sep 18 16:18:55 2017
New Revision: 450050
URL: https://svnweb.freebsd.org/changeset/ports/450050

Log:
  - net/pear-Net_NNTP: Update from 1.5.0 to 1.5.2
  - Add License
  - Changelog:
    * GitHub: "Clear openssl error messages before and after fgets calls"
    * "Line starting with dot is not dot stuffed"
    * Change to absolute file locations in require-once()
  
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12169

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

Modified: head/net/pear-Net_NNTP/Makefile
==============================================================================
--- head/net/pear-Net_NNTP/Makefile	Mon Sep 18 16:15:04 2017	(r450049)
+++ head/net/pear-Net_NNTP/Makefile	Mon Sep 18 16:18:55 2017	(r450050)
@@ -2,15 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	Net_NNTP
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.2
 PORTEPOCH=	1
 CATEGORIES=	net news pear
 
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	PEAR implementation of the NNTP protocol
 
+LICENSE=	W3C
+LICENSE_NAME=	W3C IPR SOFTWARE NOTICE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
 RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
+
+NO_ARCH=	yes
 
 USES=		pear
 

Modified: head/net/pear-Net_NNTP/distinfo
==============================================================================
--- head/net/pear-Net_NNTP/distinfo	Mon Sep 18 16:15:04 2017	(r450049)
+++ head/net/pear-Net_NNTP/distinfo	Mon Sep 18 16:18:55 2017	(r450050)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497163278
-SHA256 (PEAR/Net_NNTP-1.5.0.tgz) = 171006193ceb4bf5f854fc04d7ef379211afbb577e97c49c44f6048034abdbba
-SIZE (PEAR/Net_NNTP-1.5.0.tgz) = 38843
+TIMESTAMP = 1504109667
+SHA256 (PEAR/Net_NNTP-1.5.2.tgz) = 68e49c94d6b78fecc03e200692657977e31221866cd244a6dddaaa7993e07666
+SIZE (PEAR/Net_NNTP-1.5.2.tgz) = 39016



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