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:
Nuno Teixeira 2025-01-10 21:06:42 +00:00
parent 216774da16
commit bbc08dcb46
3 changed files with 4 additions and 15 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= pugixml PORTNAME= pugixml
DISTVERSION= 1.14 DISTVERSION= 1.15
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/ MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1699608495 TIMESTAMP = 1736542820
SHA256 (pugixml-1.14.tar.gz) = 2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015 SHA256 (pugixml-1.15.tar.gz) = 655ade57fa703fb421c2eb9a0113b5064bddb145d415dd1f88c79353d90d511a
SIZE (pugixml-1.14.tar.gz) = 391977 SIZE (pugixml-1.15.tar.gz) = 395045

View file

@ -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