diff options
author | mandree <mandree@FreeBSD.org> | 2016-10-08 05:49:04 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2016-10-08 05:49:04 +0800 |
commit | 65dfd427dfc26f15b09a808c6e8dd4c787de704e (patch) | |
tree | 90304a8784ed9ad3fd2d45f59ca879e62e69dece /misc | |
parent | e9a714289c5e8e1fb18023a43a923f1eb2578eac (diff) | |
download | freebsd-ports-gnome-65dfd427dfc26f15b09a808c6e8dd4c787de704e.tar.gz freebsd-ports-gnome-65dfd427dfc26f15b09a808c6e8dd4c787de704e.tar.zst freebsd-ports-gnome-65dfd427dfc26f15b09a808c6e8dd4c787de704e.zip |
Update SUSv4/IEEE Std. 1003.1 to the 2016 edition.
Set NO_ARCH=yes.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/susv4/Makefile | 11 | ||||
-rw-r--r-- | misc/susv4/distinfo | 5 | ||||
-rw-r--r-- | misc/susv4/pkg-descr | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/misc/susv4/Makefile b/misc/susv4/Makefile index 31192295a7f2..ea54aac7e40b 100644 --- a/misc/susv4/Makefile +++ b/misc/susv4/Makefile @@ -1,19 +1,22 @@ -# Based in a port created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> +# Based on a port created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> # $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= * diff --git a/misc/susv4/distinfo b/misc/susv4/distinfo index c7a4787cd2f0..e84ce3b72a04 100644 --- a/misc/susv4/distinfo +++ b/misc/susv4/distinfo @@ -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 diff --git a/misc/susv4/pkg-descr b/misc/susv4/pkg-descr index 1a1ae880c192..66d1944ae3c0 100644 --- a/misc/susv4/pkg-descr +++ b/misc/susv4/pkg-descr @@ -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. |