mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade uriparser to 0.7.5.
This version now uses pkg-config.
This commit is contained in:
parent
1e3dcd13c0
commit
8ec4162395
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229626
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= uriparser
|
||||
PORTVERSION= 0.7.2
|
||||
PORTVERSION= 0.7.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -14,8 +14,15 @@ MAINTAINER= ed@FreeBSD.org
|
||||
COMMENT= URI parsing library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--disable-doc --disable-test
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (uriparser-0.7.2.tar.bz2) = 0f0d5548b2b881cbee5cb20e44d561c5
|
||||
SHA256 (uriparser-0.7.2.tar.bz2) = 86042d9a577813fddbc686b2c188119d70db700f503aa8997de22790da35b371
|
||||
SIZE (uriparser-0.7.2.tar.bz2) = 430912
|
||||
MD5 (uriparser-0.7.5.tar.bz2) = 4f4349085fe5de33bcae8d0f26649593
|
||||
SHA256 (uriparser-0.7.5.tar.bz2) = 2a963348fb797475e9d7188da46af0a9b6e676d5ab98458f2799d352d56d5be4
|
||||
SIZE (uriparser-0.7.5.tar.bz2) = 408363
|
||||
|
@ -8,4 +8,5 @@ lib/liburiparser.a
|
||||
lib/liburiparser.la
|
||||
lib/liburiparser.so
|
||||
lib/liburiparser.so.1
|
||||
libdata/pkgconfig/liburiparser.pc
|
||||
@dirrm include/uriparser
|
||||
|
Loading…
Reference in New Issue
Block a user