Index: head/textproc/pugixml/Makefile =================================================================== --- head/textproc/pugixml/Makefile (revision 395502) +++ head/textproc/pugixml/Makefile (revision 395503) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= pugixml PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ MAINTAINER= ybungalobill@gmail.com COMMENT= Light-weight, simple and fast XML parser for C++ with XPath support LICENSE= MIT USES= cmake CMAKE_SOURCE_PATH= ${WRKSRC}/scripts .include Index: head/textproc/pugixml/files/patch-src_pugiconfig.hpp =================================================================== --- head/textproc/pugixml/files/patch-src_pugiconfig.hpp (nonexistent) +++ head/textproc/pugixml/files/patch-src_pugiconfig.hpp (revision 395503) @@ -0,0 +1,11 @@ +--- src/pugiconfig.hpp.orig 2015-08-18 17:07:06 UTC ++++ src/pugiconfig.hpp +@@ -41,7 +41,7 @@ + // #define PUGIXML_HEADER_ONLY + + // Uncomment this to enable long long support +-// #define PUGIXML_HAS_LONG_LONG ++#define PUGIXML_HAS_LONG_LONG + + #endif + Property changes on: head/textproc/pugixml/files/patch-src_pugiconfig.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property