upgrade to version 1.3.1;
This commit is contained in:
parent
d37d691bff
commit
641af1d260
@ -1,12 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2005/05/15 10:12:37 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/10/07 12:34:25 robert Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "ISO-C API and CLI for generating Universally Unique Identifiers"
|
||||
COMMENT-perl= "UUID modules for Perl"
|
||||
|
||||
DISTNAME= uuid-1.2.0
|
||||
FULLPKGNAME-perl= p5-UUID-1.2.0
|
||||
VERSION= 1.3.1
|
||||
DISTNAME= uuid-${VERSION}
|
||||
FULLPKGNAME-perl= p5-UUID-${VERSION}
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (uuid-1.2.0.tar.gz) = 84203049ea9bf80a9e1f7f8ee4f78da8
|
||||
RMD160 (uuid-1.2.0.tar.gz) = 641d4cbf550604be130a520749b1832b2b454814
|
||||
SHA1 (uuid-1.2.0.tar.gz) = e11ed9df6e9085f77c4487b7b810437bb6745a0d
|
||||
SIZE (uuid-1.2.0.tar.gz) = 405425
|
||||
MD5 (uuid-1.3.1.tar.gz) = 004c12ee8e1a1c390573edae6f30392b
|
||||
RMD160 (uuid-1.3.1.tar.gz) = d47e34c4f720a464b1df28075b4b2cac4c1508f2
|
||||
SHA1 (uuid-1.3.1.tar.gz) = dffa045c81c56c114724ee4a7d1552d413d1187a
|
||||
SIZE (uuid-1.3.1.tar.gz) = 378496
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/01/25 21:34:55 robert Exp $
|
||||
@lib lib/libuuid.so.12.20
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2005/10/07 12:34:25 robert Exp $
|
||||
@lib lib/libuuid.so.13.21
|
||||
|
@ -1,11 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/12/30 00:16:06 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/10/07 12:34:25 robert Exp $
|
||||
@conflict e2fsprogs-*
|
||||
bin/uuid
|
||||
bin/uuid-config
|
||||
include/uuid.h
|
||||
lib/libuuid.a
|
||||
lib/libuuid.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/uuid.pc
|
||||
@man man/man1/uuid-config.1
|
||||
@man man/man1/uuid.1
|
||||
@man man/man3/uuid.3
|
||||
%%SHARED%%
|
||||
man/man3p/OSSP::uuid.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-perl,v 1.1 2005/05/15 10:12:37 robert Exp $
|
||||
@comment $OpenBSD: PLIST-perl,v 1.2 2005/10/07 12:34:25 robert Exp $
|
||||
libdata/perl5/${MACHINE_ARCH}-openbsd/
|
||||
libdata/perl5/${MACHINE_ARCH}-openbsd/5.8.6/
|
||||
libdata/perl5/${MACHINE_ARCH}-openbsd/5.8.6/perllocal.pod
|
||||
@ -11,4 +11,4 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/uuid/
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/uuid/uuid.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/OSSP/uuid/uuid.so
|
||||
@man man/man3p/OSSP::uuid.3p
|
||||
@man man/man3p/OSSP::uuid.3
|
||||
|
Loading…
Reference in New Issue
Block a user