/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build1/All/botan110-1.10.12.txz vs.
/usr/local/poudriere/data/packages/e24a8cae34360705d022f17584bb6b4507b8eb89-build2/All/botan110-1.10.12.txz
botan110-1.10.12.txz-content
+MANIFEST
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 {"name":​"botan110",​"origin":​"security/​botan110",​"version":​"1.​10.​12",​"comment":​"Portable,​·​easy·​to·​use,​·​and·​efficient·​C++·​crypto·​library",​"maintainer":​"lapo@lapo.​it",​"www":​"http:​/​/​botan.​randombit.​net/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​11648977,​"licenselogic":​"single",​"licenses":​["BSD2CLAUSE"],​"desc":​"Botan·​is·​a·​crypto·​library·​written·​in·​C++.​·​It·​provides·​a·​variety·​of\ncryptographic·​algorithms,​·​including·​common·​ones·​such·​as·​AES,​·​MD5,​·​SHA,​\nHMAC,​·​RSA,​·​Diffie-​Hellman,​·​DSA,​·​and·​ECDSA,​·​as·​well·​as·​many·​others·​that\nare·​more·​obscure·​or·​specialized.​·​It·​also·​offers·​X.​509v3·​certificates\nand·​CRLs,​·​and·​PKCS·​#10·​certificate·​requests.​·​A·​message·​processing\nsystem·​that·​uses·​a·​filter/​pipeline·​metaphor·​allows·​for·​many·​common\ncryptographic​·​tasks·​to·​be·​completed·​with·​just·​a·​few·​lines·​of·​code.​\nAssembly·​optimizations·​for·​common·​CPUs,​·​including·​x86,​·​x86-​64,​·​and\nPowerPC,​·​offers·​further·​speedups·​for·​critical·​tasks·​such·​as·​SHA-​1\nhashing·​and·​multiple·​precision·​integer·​operations.​\n·​✂1 {"name":​"botan110",​"origin":​"security/​botan110",​"version":​"1.​10.​12",​"comment":​"Portable,​·​easy·​to·​use,​·​and·​efficient·​C++·​crypto·​library",​"maintainer":​"lapo@lapo.​it",​"www":​"http:​/​/​botan.​randombit.​net/​",​"abi":​"FreeBSD:​11:​amd64",​"arch":​"freebsd:​11:​x86:​64",​"prefix":​"/​usr/​local",​"flatsize":​11648977,​"licenselogic":​"single",​"licenses":​["BSD2CLAUSE"],​"desc":​"Botan·​is·​a·​crypto·​library·​written·​in·​C++.​·​It·​provides·​a·​variety·​of\ncryptographic·​algorithms,​·​including·​common·​ones·​such·​as·​AES,​·​MD5,​·​SHA,​\nHMAC,​·​RSA,​·​Diffie-​Hellman,​·​DSA,​·​and·​ECDSA,​·​as·​well·​as·​many·​others·​that\nare·​more·​obscure·​or·​specialized.​·​It·​also·​offers·​X.​509v3·​certificates\nand·​CRLs,​·​and·​PKCS·​#10·​certificate·​requests.​·​A·​message·​processing\nsystem·​that·​uses·​a·​filter/​pipeline·​metaphor·​allows·​for·​many·​common\ncryptographic​·​tasks·​to·​be·​completed·​with·​just·​a·​few·​lines·​of·​code.​\nAssembly·​optimizations·​for·​common·​CPUs,​·​including·​x86,​·​x86-​64,​·​and\nPowerPC,​·​offers·​further·​speedups·​for·​critical·​tasks·​such·​as·​SHA-​1\nhashing·​and·​multiple·​precision·​integer·​operations.​\n·​✂
/usr/local/include/botan-1.10/botan/build.h
Offset 1, 14 lines modifiedOffset 1, 14 lines modified
  
1 #ifndef·​BOTAN_BUILD_CONFIG_H_​_1 #ifndef·​BOTAN_BUILD_CONFIG_H_​_
2 #define·​BOTAN_BUILD_CONFIG_H_​_2 #define·​BOTAN_BUILD_CONFIG_H_​_
  
3 /​*3 /​*
4 *·​This·​file·​was·​automatically·​generated·Fri·​Jun·​10·03:​56:​24·​2016·​UTC·​by4 *·​This·​file·​was·​automatically·​generated·Sat·​Jun·​11·17:​37:​00·​2016·​UTC·​by
5 *·​root@r300165-​current-​master-​job-​05·​running·​'.​/​configure.​py·​-​-​prefix=/​usr/​local·​-​-​with-​bzip2·​-​-​with-​zlib·​-​-​with-​openssl·​-​-​with-​gnump·​-​-​with-​tr1-​implementation=boost·​-​-​cc·​clang'5 *·​root@r300165-​current-​master-​job-​07·​running·​'.​/​configure.​py·​-​-​prefix=/​usr/​local·​-​-​with-​bzip2·​-​-​with-​zlib·​-​-​with-​openssl·​-​-​with-​gnump·​-​-​with-​tr1-​implementation=boost·​-​-​cc·​clang'
6 *6 *
7 *·​Target7 *·​Target
8 *··​-​·​Compiler:​·​clang++·​-​m64·​-​pthread·​-​O2·​-​finline-​functions·8 *··​-​·​Compiler:​·​clang++·​-​m64·​-​pthread·​-​O2·​-​finline-​functions·
9 *··​-​·​Arch:​·​x86_64/​x86_649 *··​-​·​Arch:​·​x86_64/​x86_64
10 *··​-​·​OS:​·​freebsd10 *··​-​·​OS:​·​freebsd
11 */​11 */​