Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 19:06:45 GMT
From:      Pedro Giffuni <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183280: Update devel/nspr to version 4.10.1
Message-ID:  <201310241906.r9OJ6jpj026980@oldred.freebsd.org>
Resent-Message-ID: <201310241910.r9OJA0v1052497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183280
>Category:       ports
>Synopsis:       Update devel/nspr to version 4.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 24 19:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pedro Giffuni
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD pcbsd-1465 9.2-STABLE FreeBSD 9.2-STABLE #1: Wed Oct 23 18:57:46 COT 2013     pfg@pcbsd-1465:/usr/obj/usr/src/sys/DELL  amd64

>Description:
This is a bugfix release. The only relevant change is:

Bug 907512: Unix platforms shouldn't mask errors specific to Unix
domain sockets.  Fixed by Jim Blandy.

Add license (MPL) while here.
>How-To-Repeat:

>Fix:
We still pass all tests.

Patch attached with submission follows:

Index: nspr/Makefile
===================================================================
--- nspr/Makefile	(revisione 331510)
+++ nspr/Makefile	(copia locale)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nspr
-DISTVERSION=	4.10
+DISTVERSION=	4.10.1
 CATEGORIES=	devel
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src
 
@@ -9,6 +9,8 @@
 MAINTAINER=	gecko@FreeBSD.org
 COMMENT=	A platform-neutral API for system level and libc like functions
 
+LICENSE=	MPL
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/nspr/build
 
 USE_LDCONFIG=	yes
Index: nspr/distinfo
===================================================================
--- nspr/distinfo	(revisione 331510)
+++ nspr/distinfo	(copia locale)
@@ -1,2 +1,2 @@
-SHA256 (nspr-4.10.tar.gz) = 0cfbe561676b92e5af3ddc7ac77452014e3da8885da66baec811e7354138cc16
-SIZE (nspr-4.10.tar.gz) = 1103862
+SHA256 (nspr-4.10.1.tar.gz) = 0c2f8dc265f1e9b2600fd519430a1f960799888857bbb1538343a1b16ba41b20
+SIZE (nspr-4.10.1.tar.gz) = 1102858


>Release-Note:
>Audit-Trail:
>Unformatted:



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