Update to 1.0.1
PR: ports/69396 Submitted by: maintainer
This commit is contained in:
parent
2cbe9af7e1
commit
958c684c8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114415
2 changed files with 8 additions and 5 deletions
|
@ -6,15 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= uuid
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= misc devel
|
||||
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
|
||||
PKGNAMEPREFIX= ossp-
|
||||
|
||||
MAINTAINER= fuyuki@nigredo.org
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
COMMENT= An ISO-C API and CLI for generating Universally Unique Identifiers
|
||||
|
||||
CONFLICTS= e2fsprogs-*
|
||||
CONFLICTS= e2fsprogs-[0-9]*
|
||||
|
||||
USE_LIBTOOL_VER= 15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -22,4 +22,7 @@ INSTALLS_SHLIB= yes
|
|||
MAN1= uuid-config.1 uuid.1
|
||||
MAN3= uuid.3
|
||||
|
||||
test:
|
||||
cd ${WRKSRC}; ${MAKE} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (uuid-1.0.0.tar.gz) = f79948345cc94ab841a8d20e4d76ac76
|
||||
SIZE (uuid-1.0.0.tar.gz) = 332957
|
||||
MD5 (uuid-1.0.1.tar.gz) = 55fbb64f4458c028a25171eac0f04c01
|
||||
SIZE (uuid-1.0.1.tar.gz) = 336423
|
||||
|
|
Loading…
Reference in a new issue