From owner-svn-ports-head@freebsd.org Fri Oct 7 21:49:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA3F1C0498F; Fri, 7 Oct 2016 21:49:05 +0000 (UTC) (envelope-from mandree@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 mx1.freebsd.org (Postfix) with ESMTPS id 73BED816; Fri, 7 Oct 2016 21:49:05 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u97Ln4YP031586; Fri, 7 Oct 2016 21:49:04 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u97Ln42G031583; Fri, 7 Oct 2016 21:49:04 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201610072149.u97Ln42G031583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 7 Oct 2016 21:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423486 - head/misc/susv4 X-SVN-Group: ports-head 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.23 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: Fri, 07 Oct 2016 21:49:05 -0000 Author: mandree Date: Fri Oct 7 21:49:04 2016 New Revision: 423486 URL: https://svnweb.freebsd.org/changeset/ports/423486 Log: Update SUSv4/IEEE Std. 1003.1 to the 2016 edition. Set NO_ARCH=yes. Modified: head/misc/susv4/Makefile head/misc/susv4/distinfo head/misc/susv4/pkg-descr Modified: head/misc/susv4/Makefile ============================================================================== --- head/misc/susv4/Makefile Fri Oct 7 21:41:01 2016 (r423485) +++ head/misc/susv4/Makefile Fri Oct 7 21:49:04 2016 (r423486) @@ -1,19 +1,22 @@ -# Based in a port created by: Simon 'corecode' Schubert +# Based on a port created by: Simon 'corecode' Schubert # $FreeBSD$ PORTNAME= susv4 -PORTVERSION= 20140725 +PORTVERSION= 20160930 CATEGORIES= misc MASTER_SITES= # -DISTNAME= susv4tc1 +DISTNAME= susv4tc2 DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= mandree@FreeBSD.org -COMMENT= The Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2013 Edition +COMMENT= Open Group Base Specifications Issue 7/IEEE Std 1003.1, 2016 Edition + +LICENSE= NONE RESTRICTED= Redistribution of the documents is not permitted USES= tar:bzip2 +NO_ARCH= yes NO_BUILD= yes PORTDOCS= * Modified: head/misc/susv4/distinfo ============================================================================== --- head/misc/susv4/distinfo Fri Oct 7 21:41:01 2016 (r423485) +++ head/misc/susv4/distinfo Fri Oct 7 21:49:04 2016 (r423486) @@ -1,2 +1,3 @@ -SHA256 (susv4-20140725/susv4tc1.tar.bz2) = 0ff54ec49d875752f6ee0063a5cf7c6801b56dbe9b2c3a99fa1d9ebb4c933f39 -SIZE (susv4-20140725/susv4tc1.tar.bz2) = 3729856 +TIMESTAMP = 1475876435 +SHA256 (susv4-20160930/susv4tc2.tar.bz2) = 9b50e290912dff356687b7585ea2d7a7e746231e1dd4adcb20833fa54e1f4d35 +SIZE (susv4-20160930/susv4tc2.tar.bz2) = 3649434 Modified: head/misc/susv4/pkg-descr ============================================================================== --- head/misc/susv4/pkg-descr Fri Oct 7 21:41:01 2016 (r423485) +++ head/misc/susv4/pkg-descr Fri Oct 7 21:49:04 2016 (r423486) @@ -1,8 +1,8 @@ The Single UNIX Specification Version 4, technically identical to IEEE -Std 1003.1, 2013 Edition or The Open Group Base Specifications Issue 7 +Std 1003.1, 2016 Edition or The Open Group Base Specifications Issue 7 is a technical standard. It includes IEEE Std 1003.1-2008/Cor 1-2013, -the Technical Corrigendum 1 addressing problems discovered since the -approval of the 2008 edition. +the Technical Corrigenda No. 1 and No. 2 addressing problems discovered +since the approval of the 2008 edition. This port permits to install and register the HTML personal copy that the user must download in .tar.bz2 format by himself.