mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
PORTNAME= uuid
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= misc devel
|
CATEGORIES= misc devel
|
||||||
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
|
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/
|
||||||
PKGNAMEPREFIX= ossp-
|
PKGNAMEPREFIX= ossp-
|
||||||
|
|
||||||
MAINTAINER= fuyuki@nigredo.org
|
MAINTAINER= fuyuki@hadaly.org
|
||||||
COMMENT= An ISO-C API and CLI for generating Universally Unique Identifiers
|
COMMENT= An ISO-C API and CLI for generating Universally Unique Identifiers
|
||||||
|
|
||||||
CONFLICTS= e2fsprogs-*
|
CONFLICTS= e2fsprogs-[0-9]*
|
||||||
|
|
||||||
USE_LIBTOOL_VER= 15
|
USE_LIBTOOL_VER= 15
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
@ -22,4 +22,7 @@ INSTALLS_SHLIB= yes
|
||||||
MAN1= uuid-config.1 uuid.1
|
MAN1= uuid-config.1 uuid.1
|
||||||
MAN3= uuid.3
|
MAN3= uuid.3
|
||||||
|
|
||||||
|
test:
|
||||||
|
cd ${WRKSRC}; ${MAKE} check
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (uuid-1.0.0.tar.gz) = f79948345cc94ab841a8d20e4d76ac76
|
MD5 (uuid-1.0.1.tar.gz) = 55fbb64f4458c028a25171eac0f04c01
|
||||||
SIZE (uuid-1.0.0.tar.gz) = 332957
|
SIZE (uuid-1.0.1.tar.gz) = 336423
|
||||||
|
|
Loading…
Add table
Reference in a new issue