From owner-svn-ports-head@freebsd.org Wed Sep 5 02:31:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3CF4FDA8A8; Wed, 5 Sep 2018 02:31:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92BB58C527; Wed, 5 Sep 2018 02:31:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D3801FA85; Wed, 5 Sep 2018 02:31:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w852VReR094051; Wed, 5 Sep 2018 02:31:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w852VQ3w094048; Wed, 5 Sep 2018 02:31:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809050231.w852VQ3w094048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 5 Sep 2018 02:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478998 - head/devel/libnsutils X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/libnsutils X-SVN-Commit-Revision: 478998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2018 02:31:28 -0000 Author: swills Date: Wed Sep 5 02:31:26 2018 New Revision: 478998 URL: https://svnweb.freebsd.org/changeset/ports/478998 Log: devel/libnsutils: Update to 0.0.5 PR: 231133 Submitted by: Nathan Modified: head/devel/libnsutils/Makefile (contents, props changed) head/devel/libnsutils/distinfo (contents, props changed) head/devel/libnsutils/pkg-plist (contents, props changed) Modified: head/devel/libnsutils/Makefile ============================================================================== --- head/devel/libnsutils/Makefile Wed Sep 5 02:29:42 2018 (r478997) +++ head/devel/libnsutils/Makefile Wed Sep 5 02:31:26 2018 (r478998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libnsutils -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.5 CATEGORIES= devel MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -11,10 +11,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= NetSurf generalised utility library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem -USES= gmake +USES= gmake USE_LDCONFIG= yes MAKE_ENV+= COMPONENT_TYPE="lib-shared" Modified: head/devel/libnsutils/distinfo ============================================================================== --- head/devel/libnsutils/distinfo Wed Sep 5 02:29:42 2018 (r478997) +++ head/devel/libnsutils/distinfo Wed Sep 5 02:31:26 2018 (r478998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479715430 -SHA256 (libnsutils-0.0.3-src.tar.gz) = 15b8bf715da6e020509bcadea61f8b33d861b153121857a775b91fcb32b13d73 -SIZE (libnsutils-0.0.3-src.tar.gz) = 7174 +TIMESTAMP = 1536018926 +SHA256 (libnsutils-0.0.5-src.tar.gz) = 0e3b7a19f4348f25a1cac514bebfdc941e044dab9dcb1cb9c131067d7bcc8127 +SIZE (libnsutils-0.0.5-src.tar.gz) = 7653 Modified: head/devel/libnsutils/pkg-plist ============================================================================== --- head/devel/libnsutils/pkg-plist Wed Sep 5 02:29:42 2018 (r478997) +++ head/devel/libnsutils/pkg-plist Wed Sep 5 02:31:26 2018 (r478998) @@ -1,4 +1,5 @@ include/nsutils/base64.h +include/nsutils/endian.h include/nsutils/errors.h include/nsutils/time.h include/nsutils/unistd.h