FreeBSD Bugzilla – Attachment 230848 Details for
Bug 261056
net/uriparser: Update to 0.9.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"git diff" to update the port
uriparser.patch (text/plain), 2.66 KB, created by
Sergei Vyshenski
on 2022-01-09 19:00:23 UTC
(
hide
)
Description:
"git diff" to update the port
Filename:
MIME Type:
Creator:
Sergei Vyshenski
Created:
2022-01-09 19:00:23 UTC
Size:
2.66 KB
patch
obsolete
>diff --git a/net/uriparser/Makefile b/net/uriparser/Makefile >index d65820bf16ef..6cf5ff508459 100644 >--- a/net/uriparser/Makefile >+++ b/net/uriparser/Makefile >@@ -1,7 +1,7 @@ > # Created by: Ed Schouten <ed@FreeBSD.org> > > PORTNAME= uriparser >-DISTVERSION= 0.9.5 >+DISTVERSION= 0.9.6 > CATEGORIES= net > MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/ > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >@@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= bash:shells/bash > >-USES= pathfix cmake:noninja cpe tar:xz >-USE_LDCONFIG= yes >- >+USES= cmake:noninja cpe pathfix tar:xz > CPE_VENDOR= uriparser_project >+USE_LDCONFIG= yes > > CMAKE_OFF= URIPARSER_BUILD_DOCS # will fetch prebuilds from the upstream, if DOCS is selected > >@@ -28,7 +27,8 @@ PLIST_SUB= DISTVERSION=${DISTVERSION} > PORTDOCS= * > > OPTIONS_DEFINE= DOCS TEST >-DOCS_DISTFILES= ${_DISTDOCSFILE} ${DISTNAME}.qch >+DOCS_DISTFILES= ${_DISTDOCSFILE} \ >+ ${DISTNAME}.qch > DOCS_EXTRACT_ONLY= ${_DISTDOCSFILE} > TEST_BUILD_DEPENDS= googletest>=1.10.0:devel/googletest > TEST_CMAKE_BOOL= URIPARSER_BUILD_TESTS >diff --git a/net/uriparser/distinfo b/net/uriparser/distinfo >index a5c21d8152a9..fbb0132712a8 100644 >--- a/net/uriparser/distinfo >+++ b/net/uriparser/distinfo >@@ -1,7 +1,7 @@ >-TIMESTAMP = 1616332822 >-SHA256 (uriparser-0.9.5.tar.xz) = 9af8f87ed762ebac333fd42b6c38b62d217be8ba290d050f40aef43b9267651e >-SIZE (uriparser-0.9.5.tar.xz) = 169220 >-SHA256 (uriparser-0.9.5-doc.zip) = eae0766ef2548c7d041c00c6898f9e114f6cb88c9fb02d02a9825734f29a814f >-SIZE (uriparser-0.9.5-doc.zip) = 260868 >-SHA256 (uriparser-0.9.5.qch) = 3b38380996a346301359a15ae75887d68234828cef8f717f688223c5c7016cad >-SIZE (uriparser-0.9.5.qch) = 303104 >+TIMESTAMP = 1641726141 >+SHA256 (uriparser-0.9.6.tar.xz) = a288a06668528c19e85e38c508335938e1de6fdd4b8f2072401b4533fcebf644 >+SIZE (uriparser-0.9.6.tar.xz) = 171260 >+SHA256 (uriparser-0.9.6-doc.zip) = 7827f3ca9cbf90eda3e02113f8dabeee7cf641ba9008e0eab5bc518d08762d1f >+SIZE (uriparser-0.9.6-doc.zip) = 256914 >+SHA256 (uriparser-0.9.6.qch) = 54e97138b973a93953b85fb91331bb596ca5931715e9bf5b088c8c9d6b91b38d >+SIZE (uriparser-0.9.6.qch) = 303104 >diff --git a/net/uriparser/pkg-plist b/net/uriparser/pkg-plist >index a5f3c8f635aa..0962f05475bf 100644 >--- a/net/uriparser/pkg-plist >+++ b/net/uriparser/pkg-plist >@@ -7,7 +7,7 @@ include/uriparser/UriDefsUnicode.h > include/uriparser/UriIp4.h > lib/liburiparser.so > lib/liburiparser.so.1 >-lib/liburiparser.so.1.0.28 >+lib/liburiparser.so.1.0.29 > lib/cmake/uriparser-%%DISTVERSION%%/uriparser-config-version.cmake > lib/cmake/uriparser-%%DISTVERSION%%/uriparser-config.cmake > lib/cmake/uriparser-%%DISTVERSION%%/uriparser-%%CMAKE_BUILD_TYPE%%.cmake
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
svysh.fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 261056
:
230840
| 230848