diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
commit | 722a0262fe532fe701c35b2bda1601d094739858 (patch) | |
tree | ed295ef5209d568a4128205d9e04274d06116773 /misc | |
parent | 70f7fd9950720a69e353549b76e430e2b9318f7a (diff) | |
download | ports-722a0262fe532fe701c35b2bda1601d094739858.tar.gz ports-722a0262fe532fe701c35b2bda1601d094739858.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 | ||||
-rw-r--r-- | misc/ossp-uuid/distinfo | 4 | ||||
-rw-r--r-- | misc/ossp-uuid/pkg-descr | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index b6a68e36a770..9ccfe20f7e32 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uuid -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} diff --git a/misc/ossp-uuid/distinfo b/misc/ossp-uuid/distinfo index 929726605960..de645e3475f2 100644 --- a/misc/ossp-uuid/distinfo +++ b/misc/ossp-uuid/distinfo @@ -1,2 +1,2 @@ -MD5 (uuid-1.1.1.tar.gz) = 6804875a1e57ee100f12400d98c33c66 -SIZE (uuid-1.1.1.tar.gz) = 396750 +MD5 (uuid-1.2.0.tar.gz) = 84203049ea9bf80a9e1f7f8ee4f78da8 +SIZE (uuid-1.2.0.tar.gz) = 405425 diff --git a/misc/ossp-uuid/pkg-descr b/misc/ossp-uuid/pkg-descr index 497dfba513cf..4f930986da62 100644 --- a/misc/ossp-uuid/pkg-descr +++ b/misc/ossp-uuid/pkg-descr @@ -2,6 +2,7 @@ OSSP uuid is a ISO-C and Perl application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node -based), version 3 (name based) and version 4 (random number based). +based), version 3 (name based, MD5), version 4 (random number based) and +version 5 (name based, SHA-1). WWW: http://www.ossp.org/pkg/lib/uuid/ |