mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/pugixml: Update to 1.15
Removed patch that force long long since upstream changed: // Uncomment this to enable long long support (usually enabled automatically) // #define PUGIXML_HAS_LONG_LONG ChangeLog: https://github.com/zeux/pugixml/releases/tag/v1.15
This commit is contained in:
parent
216774da16
commit
bbc08dcb46
3 changed files with 4 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pugixml
|
||||
DISTVERSION= 1.14
|
||||
DISTVERSION= 1.15
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1699608495
|
||||
SHA256 (pugixml-1.14.tar.gz) = 2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
|
||||
SIZE (pugixml-1.14.tar.gz) = 391977
|
||||
TIMESTAMP = 1736542820
|
||||
SHA256 (pugixml-1.15.tar.gz) = 655ade57fa703fb421c2eb9a0113b5064bddb145d415dd1f88c79353d90d511a
|
||||
SIZE (pugixml-1.15.tar.gz) = 395045
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/pugiconfig.hpp.orig 2018-04-04 14:53:16 UTC
|
||||
+++ src/pugiconfig.hpp
|
||||
@@ -44,7 +44,7 @@
|
||||
// #define PUGIXML_HEADER_ONLY
|
||||
|
||||
// Uncomment this to enable long long support
|
||||
-// #define PUGIXML_HAS_LONG_LONG
|
||||
+#define PUGIXML_HAS_LONG_LONG
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Reference in a new issue