svn commit: r409001 - in head/ports-mgmt/poudriere: . files/MANIFESTS

Colin Percival cperciva at FreeBSD.org
Tue Feb 16 15:45:34 UTC 2016


Author: cperciva
Date: Tue Feb 16 15:45:28 2016
New Revision: 409001
URL: https://svnweb.freebsd.org/changeset/ports/409001

Log:
  Add MANIFEST files from (9|10).*-RELEASE.  These files are installed in
  /usr/local/share/poudriere/MANIFESTS, where poudriere (as of version
  3.1.11) checks for pre-distributed MANIFEST files before fetching them
  from the ftp/http/https server.
  
  This allows poudriere to ensure that the bits it is downloading and
  installing really match the bits provided by the release engineering
  team, and have not been subtly trojanned in transit.  (Note that this
  does not apply if poudriere is creating a jail from -STABLE or -CURRENT
  since we cannot pre-distribute those MANIFESTs.)
  
  The MANIFEST files were obtained by
  (a) finding the GPG-signed announcements for 9.0 and later releases;
  (b) verifying those signatures against the GPG keys in the FreeBSD
  documentation repository;
  (c) downloading all of the relevant bootonly ISOs;
  (d) verifying the ISOs against the hashes listed in the signed release
  announcements; and
  (e) extracting the MANIFEST files from those ISOs.
  
  Reviewed by:	bdrewery
  Security:	If someone could trick you into building packages in a
  		world which they tampered with, they could do all sorts
  		of nasty things to those packages...

Added:
  head/ports-mgmt/poudriere/files/MANIFESTS/
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.3-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.3-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.3-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.3-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.3-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.0-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.1-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.2-RELEASE   (contents, props changed)
  head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.3-RELEASE   (contents, props changed)
Modified:
  head/ports-mgmt/poudriere/Makefile
  head/ports-mgmt/poudriere/pkg-plist

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Tue Feb 16 15:38:21 2016	(r409000)
+++ head/ports-mgmt/poudriere/Makefile	Tue Feb 16 15:45:28 2016	(r409001)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poudriere
 DISTVERSION=	3.1.11
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -31,5 +31,7 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
 	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \
 	    ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/MANIFESTS
+	${INSTALL_DATA} ${FILESDIR}/MANIFESTS/* ${STAGEDIR}${PREFIX}/share/${PORTNAME}/MANIFESTS/
 
 .include <bsd.port.mk>

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	f394b79749e79cd7d4b1c29c61effd2a4d6caa70c7e794ffb617f439e11be53c	18870	base	"Base system (MANDATORY)"	on
+doc.txz	b2c7ecd1fbb892869016020a99ec0dfa6d8ea4d9c89155fc1c114828ccd92877	121	doc	"Additional documentation"	off
+games.txz	997fefcd4469d60c21e891d0cccf50cc302fcdceab24e82e1f57d5a35bdfdde8	53	games	"Games (fortune, etc.)"	on
+kernel.txz	44df7b515655a57043ebdce95d3aa273b541edad464b96f1d0fa0326b9951d0e	1510	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	df86af1cb69e133b55d3b5fd7e672b8d261caf0804c656bbfa9f73f6880c2d43	676	lib32	"32-bit compatibility libraries"	on
+ports.txz	1efe37d4b1d74220542567f1fa2b7be34a376c67fd2cb175e8fc0374a18bba15	154347	ports	"Ports tree"	on
+src.txz	b85bdebf7efdabf9b89f7881b550ce89949c646decf49a3a3fcf8941bde67fe8	63564	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	2b028a894d25711ad496762622a52d74b1e32ee04693ad1cf056e3ddcdc23975	19458	base	"Base system (MANDATORY)"	on
+doc.txz	32292e8813655a939d695548a0beb2e5a86bdac05632ce9116e88198ce484865	121	doc	"Additional documentation"	off
+games.txz	16e111a2b7f7258d1217c3ea8cd22460f67ad01f6096dd3b63d9bfa311d5fd20	53	games	"Games (fortune, etc.)"	on
+kernel.txz	2cb6b319467369ac2fe40f34d41e45ee5db6e146a2b651a7633a75e36511c3ba	1534	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	9fa2b3e79460af9a93dfdb1033957abc1c770ad332ab0c1315a31c02b068a59c	673	lib32	"32-bit compatibility libraries"	on
+ports.txz	d53912299c5d504f83eaa6cf98a576bfb6de98548fc4a7d1b21e629b53937a05	149186	ports	"Ports tree"	on
+src.txz	f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d	65300	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-10.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	75b0d1872b39c35b0d423c352c96d41cc2d7e7d536b78ecdb506c2fbf8072a0b	19765	base	"Base system (MANDATORY)"	on
+doc.txz	a16da30b017933fe3735d2b0638fc9063335dd6330bdd4925899e49cd0a76d65	121	doc	"Additional documentation"	off
+games.txz	11ad9eee86b21f54b7f397a95ad3902e73526ef5cae84de3200b2acc050bc9e2	53	games	"Games (fortune, etc.)"	on
+kernel.txz	2a866267c9aee471558f54fc8a3862c18e729e2adf348686e0b51c62f6c2291e	1550	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	fc9bdb7213977e94bc9d66cdc9d55ee0396df5fa4ae900d2ac68d3b47845e92d	685	lib32	"32-bit compatibility libraries"	on
+ports.txz	7cd3a302c1ba0296a56b83ef08a7cf0fe318b247a084f6b31d51f2b8e560b476	154229	ports	"Ports tree"	on
+src.txz	6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1	70299	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	7a1de94906f98539c70b71f2a9277ff9514fd8134b71f30e3c22f59b7c49ece0	17066	base	"Base system (MANDATORY)"	on
+doc.txz	1fcee5df106054b187fc6af20d75bd7af0d4e2a5805540e6e51e9eef42d21df9	123	doc	"Additional documentation"	off
+games.txz	53c7b0acaa02a39dd1e72935c94bf7574d7961c6ef97126977b28c8a677dcbce	55	games	"Games (fortune, etc.)"	on
+kernel.txz	3b63c1b24ed830492bf80cc0154854759c4a4bfe5c5ab7f3756cc3a562e5eacf	1270	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	0082b372f3fe2c5f2d44066f6c51c9d1377d8fab3bbff2085322b7911b40469d	630	lib32	"32-bit compatibility libraries"	on
+ports.txz	5ad301a4bd0d822ee2346a1dd4e46c25491b024f5f2455c17fbbf1fabf5189fd	304781	ports	"Ports tree"	on
+src.txz	24c05ec1f5f02ea39f2dc4eb8a15adcf67ec31de7ecba49905965f3e29e2d8ab	54464	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	13fa1fe38c2b213fb05a40a910b55b4a63db69ed9d61c59974d8dcb08f2bdc54	17254	base	"Base system (MANDATORY)"	on
+doc.txz	3b7ac8c04d3327e402e94af873c6cb428208cb49b02fd613b7b339764465ad99	123	doc	"Additional documentation"	off
+games.txz	5810ee1070c89ce4f1710bd2e262d7826173ac968a6f723a2a592f31135ec8d9	55	games	"Games (fortune, etc.)"	on
+kernel.txz	d71fe52102105f9828e006a9b0964d14d3a200cae717f8f59f171f42c0333bcd	1292	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	98f721658d6603adf841a0f1e3e9a909b5efcb534b5fe977054b95ed8a35600c	636	lib32	"32-bit compatibility libraries"	on
+ports.txz	958f66e31abd27179da2e482f9d52ec80f44e89c9ec2c8e962b1d658010f5beb	268145	ports	"Ports tree"	on
+src.txz	6a9239bea016b0ccbd5da57d5bf5287a27bf701ae73529531a1211207d9ca5e0	55579	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	1873c313da4945fd555809afac4075ef458ac176d5129c3f163ad0f58ec9bb3e	17579	base	"Base system (MANDATORY)"	on
+doc.txz	734cc39d19cba290b638ae2cc4271b347435ae6f969397b3d9af89079801607a	123	doc	"Additional documentation"	off
+games.txz	0fd9a3a6ccda5fbf305f469703a3a6da174c7341bd30304e5395bb65fa1d3c64	53	games	"Games (fortune, etc.)"	on
+kernel.txz	595955ccb779a6092455171e4fac0b59a58f118525f04bc09414e5d1e55ed17d	1328	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	86acc4555fddb3649ae078f9d9c6e16a0b9936ea2cbfcbf69bc71d6b6497860b	582	lib32	"32-bit compatibility libraries"	on
+ports.txz	f75ea73aa780a5eb0ce7ee7d9976f422f2d82f23739dbc55b1af8d4a04f9b1fe	153177	ports	"Ports tree"	on
+src.txz	2f494744d5dadf946bb0b8c81864f094158373c587e6f2f0b2ae5dac07f3af00	58011	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.3-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/amd64-amd64-9.3-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	eda58db8f30e502f3e1dfb3266048e73c6be65fd820e132e2cba6cf5aee50c08	18082	base	"Base system (MANDATORY)"	on
+doc.txz	33f0e82149d1965b52ace7c3f7507a14f680ea810976c2b76c927fddfac30e5e	123	doc	"Additional documentation"	off
+games.txz	7c0584cfd93da3657cf953d019da8aaff3dfb5a268815f44756c477b4af370e6	53	games	"Games (fortune, etc.)"	on
+kernel.txz	b1f9dab9fd1ea4718b3ac08e22bd9f852f01bafafbe956b85e5ec8842be94daa	1504	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	535c82f49ad04a0deb1b1b8ef951c43545e5ebf54f029f6e558edf8703546bec	587	lib32	"32-bit compatibility libraries"	on
+ports.txz	435a19ae37d0b1d4b10aa7c91ed61a0e54776b6b267ee48589fcfd3fcf1ffeb5	153284	ports	"Ports tree"	on
+src.txz	295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284	59491	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	98e35da4ee5b203051818222904060aa6e628d30814346d67c16b8ffcf8594b3	18908	base	"Base system (MANDATORY)"	on
+doc.txz	d669c9b30601ec9b82b933680e47dd99d2e6d452b6d0c24dac6e4bde765eeec3	121	doc	"Additional documentation"	off
+games.txz	31bc0212ccedf916dcbc33e924908691a86352e4109a94857f321e104a7da17b	53	games	"Games (fortune, etc.)"	on
+kernel.txz	965106c58bebaee594adc864d493567160034e7318d87b5d801bf900717d2ed0	1568	kernel	"Kernel (MANDATORY)"	on
+ports.txz	a61d18cd55ead652b94f824aabd5d3108342d77c7d7816280908c1768ab5e01c	154347	ports	"Ports tree"	on
+src.txz	b794e68693f0e0f512b19676a50a9f67d8e259b6376217aae73fe1d1d4bdcb5b	63564	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	8cbe70ff3022b63f19ec254b989cc61daaa56c47938a38951818e8f3d68f5a2c	19491	base	"Base system (MANDATORY)"	on
+doc.txz	b3c7fcbbc74fd9861164873ffe8011ba86bd9d25d83ebf7f401f32de02a4f4f1	121	doc	"Additional documentation"	off
+games.txz	4bb792e2411782c1359fa7bf0676400f97fcb888a523c1e5bd1005b2643a89d8	53	games	"Games (fortune, etc.)"	on
+kernel.txz	84c35f34e1fdf16a5c2d9b3400e0358157d14b5e4a56deb11ece54a8623b3cb9	1588	kernel	"Kernel (MANDATORY)"	on
+ports.txz	6bd4fb4da570f7ae38894320ef33fda88aa628106ea9ab1ffbaa9088b6eead7d	149186	ports	"Ports tree"	on
+src.txz	f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d	65300	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-10.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	36e491ba6719443dec354b74ba5761103be464b93f00372e5f01e6452a8ceaa9	19797	base	"Base system (MANDATORY)"	on
+doc.txz	73f3efbe7b32f27972fb14da11fe9a6d4aef7c6dbcb4f7e4d0e92872c2ef9de0	121	doc	"Additional documentation"	off
+games.txz	025716eb77c4fcba25bb7664a7f9dfde941b49aefbd69a9209bd918993e9c448	53	games	"Games (fortune, etc.)"	on
+kernel.txz	d519d0244458c588cc5e85d29169b48ede57bc6ed57e7925ba8bef3b9e3c21b4	1602	kernel	"Kernel (MANDATORY)"	on
+ports.txz	163ad4ee5e9edc2059e7853e3e27a9197cfa2b31037ca7f46112ad1ee2cf105a	154229	ports	"Ports tree"	on
+src.txz	6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1	70299	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	43c348973d8e0e9462755b2d06e66449f5ec2b49165df970d877933d9ab462cd	17130	base	"Base system (MANDATORY)"	on
+doc.txz	5aa51e7d8284b9ea5b289aee0b875a329781250d9b458b855dfa38dd2b1abddf	123	doc	"Additional documentation"	off
+games.txz	2acb53c35b1a89008d36e7a8d10ee9cc39c540483bc750cba67f3475b8dc465b	55	games	"Games (fortune, etc.)"	on
+kernel.txz	d2c6c4eba4abb82fb2d18d4bf58d21cb65e353b68d5421304ac5c73895f92087	1348	kernel	"Kernel (MANDATORY)"	on
+ports.txz	f060e1de853a00d87b5588d9182f5518532b91aaaf2b7f54144d56c62e16b69c	304781	ports	"Ports tree"	on
+src.txz	6a2d7fb0f4827b25584de5def9e7d8b437c8fa609f29338d997e906e9d3c4d2b	54464	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	e8b8e2c29bb1dd32207dd2e6a78abee51101c1b018381f9f75103c8bd769fcee	17316	base	"Base system (MANDATORY)"	on
+doc.txz	9c5ca16246c5519159c09133d7339f36f22c3598816e084e9b7f872c149c0239	123	doc	"Additional documentation"	off
+games.txz	797e7c83e0d6acb4ecee6aa8fcf78f79dfbfc72d98c99ef79feb1096fe6630d0	55	games	"Games (fortune, etc.)"	on
+kernel.txz	4313470e5ea5c5cff8bd8a9875e051e0c01bf063d355ea64669a22adeddb96b4	1370	kernel	"Kernel (MANDATORY)"	on
+ports.txz	0eca8189daabdf18fe0b3d17282b1d913b37d37caa2e2e64ab199e9698758e4d	268145	ports	"Ports tree"	on
+src.txz	cbbe6d2c5e422c8f38f8b71c89b19c38c3fc2266fe478d6b050170c1584843a5	55579	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	87c9038ff9ba03b26d3b64611d9b8db4ef8a3915a6a27424759fdf9f15413a02	17641	base	"Base system (MANDATORY)"	on
+doc.txz	d4e33fdf30abed3f4a80be4b65049f6aab073e432a7b0191b9353ece9ba5c2af	123	doc	"Additional documentation"	off
+games.txz	47822f50b5d08358137b9574034f3468a08c08fd96459c1d383cf2bf3d95ae27	53	games	"Games (fortune, etc.)"	on
+kernel.txz	2cf173b2d106e658ab29a1c8958c87daea74092f3ed407271ca8f3cff2f22430	1408	kernel	"Kernel (MANDATORY)"	on
+ports.txz	15c28eb3ad7089fef046082cf4f2e35fbbe2af286f958342ba2eb33a8a6af5a1	153177	ports	"Ports tree"	on
+src.txz	2effe0e5a93893130db2a0275cb38fb94c74ac24e86cb78b94577b627d93b28c	58011	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.3-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/i386-i386-9.3-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	8ea9a5148f8fefc51881cbd96d9bfc8288cfa3bcea2e63c5c5c4c1c879527d93	18137	base	"Base system (MANDATORY)"	on
+doc.txz	58bc4532c2fdf04cc64ff479b84aeec595ec55afa364e0e2150cf3fa272eeee4	123	doc	"Additional documentation"	off
+games.txz	189aa8464155c138279366ff2c96f479e33af219984ccf3ef00023af480d5081	53	games	"Games (fortune, etc.)"	on
+kernel.txz	24cb5844c2ce3d18312ff8c59c3b0bc444823a20dce62c6094ab6af902a12f25	1580	kernel	"Kernel (MANDATORY)"	on
+ports.txz	6c50b171968c6ff49df1d07d67db57331574b41027d8ce83e752a20d19d27b31	153284	ports	"Ports tree"	on
+src.txz	295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284	59491	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	0ab38a511c92fc0852ac94f91c5b263a1ce0510e55f42e66e04278a01e54321f	18942	base	"Base system (MANDATORY)"	on
+doc.txz	008b554c461668d1f9b18a6df6629c5b319972e268da9f115e0931b7a3954092	121	doc	"Additional documentation"	off
+games.txz	71308c7e9c9d1cf29c7e5fad56d53864e8c147ad737cb39f24161b003b8a3776	53	games	"Games (fortune, etc.)"	on
+kernel.txz	37f445b612cbe6f8ce3be0ca4d697281b2d9b5384b4826511d9390ad763538a4	1059	kernel	"Kernel (MANDATORY)"	on
+ports.txz	13901857c278f353e7691b142170387fdd3c5384f3a38c4dcc5dade4c6861925	154347	ports	"Ports tree"	on
+src.txz	6caad01e5da3ffbddc16c4261ff4d5287a6676242361d15fed1f4daf9297a6a7	63564	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	1e3e5a50c1bc6b26001099044f05895c46aa69530700045f995f56e7ecb2484e	19508	base	"Base system (MANDATORY)"	on
+doc.txz	fac7f05b33f8e2d158804c846973d9401f9179a68c536588d2d05ffa21dd1b02	121	doc	"Additional documentation"	off
+games.txz	1c9a71ed93bb77462512d9f80ee5a5afba3ac076fac4d8120f75be28ea7550a3	53	games	"Games (fortune, etc.)"	on
+kernel.txz	e448e73ea24b1ec1ffa1ce099dff620c62a2e31c19bf62018ff225a642ab9fca	1077	kernel	"Kernel (MANDATORY)"	on
+ports.txz	a96b9ad7c642715e0c7242750a08fc1f4a64a181be629fd7f4f548cb9f89bc28	149186	ports	"Ports tree"	on
+src.txz	f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d	65300	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-10.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	8f7564d73cb6d5e9fbfcbab9b30887ae3a8eaab18d374b9d3f0da9a1dc18445a	19797	base	"Base system (MANDATORY)"	on
+doc.txz	b78b7ff7e5f8db1deba308886b6fd7fbc0f6c938dc5d0c5dd595192e524c330e	121	doc	"Additional documentation"	off
+games.txz	ac46c8e9905575eb60f401a52e3f9978538fe37c3107ec470415d73c97da4c4a	53	games	"Games (fortune, etc.)"	on
+kernel.txz	e908a035a6e6f0cce149071e7684df1f505989698fe949150eadbc1b1a915c65	1085	kernel	"Kernel (MANDATORY)"	on
+ports.txz	21b06bb824f46567adf34048df159b1194d2b6a73609245e635ba1eb99618362	154229	ports	"Ports tree"	on
+src.txz	6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1	70299	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	8dc5f57ae79b582f63ee959bfe204c08a56236bc3f8dea0c871b9184c63d3204	16828	base	"Base system (MANDATORY)"	on
+doc.txz	74b39bc96bc101cc9ed5981dbe05c28b31954162d2611229ea07670270c7bf5a	123	doc	"Additional documentation"	off
+games.txz	dc2af394307b84d939683d9a7befab6fbd0e0fb6da4c0dde7a7ddbc9c47ed96e	55	games	"Games (fortune, etc.)"	on
+kernel.txz	ab31ced703306457b1810d5594236e196d0e71db6af9a96d65bf6ef041524475	1044	kernel	"Kernel (MANDATORY)"	on
+ports.txz	c7e60ffdc24041528758e1404ce648b29cda7bad1fc357c69c1a0231d88f4ed5	304781	ports	"Ports tree"	on
+src.txz	da0366ee608f861a90dc3a492a755b13e743e9f25365c21f119867a7ddf4150e	54464	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	d050a87dce4c2c3a55e03a51e9bf361973abdaf3879e6cd9dc6aaa988f699d88	17291	base	"Base system (MANDATORY)"	on
+doc.txz	c9b136075d51350713b5db6dcd90e07d107a92017386d84645aa99201581cad4	123	doc	"Additional documentation"	off
+games.txz	9bda331a2ec49ad79d2544c8306c406acf914b41f74886b99c5186fb2b042122	53	games	"Games (fortune, etc.)"	on
+kernel.txz	07806e3b3011085d28c44b10abaff6e67d3c596ff84b15928ea910d6fb744119	1066	kernel	"Kernel (MANDATORY)"	on
+ports.txz	a61716b9e54841c3f66079f679ea07b48abe09dc7d14cff57a39d1165c6aed7d	153177	ports	"Ports tree"	on
+src.txz	10e1a447fd76685c38a29a46a706c9bdb0d0a56b396075cfbab212194a99a545	58011	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.3-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/ia64-ia64-9.3-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	601bfb33a369bfc5a24ffc703b6fb7e42a871840c6cf2b43974c81c6819e0e65	17780	base	"Base system (MANDATORY)"	on
+doc.txz	d419cefda20cfbbe5ea6e9880886af623d3ab40a8d26981e87c491b0b5abd810	123	doc	"Additional documentation"	off
+games.txz	c8125ff99852108b419923a8b457d2f26a7a135760e2a6fdcdd99464efa251b1	53	games	"Games (fortune, etc.)"	on
+kernel.txz	86932ec14818a35334e2114d3eaf61847f18a1e0fcf914e167e627310534d938	1075	kernel	"Kernel (MANDATORY)"	on
+ports.txz	42123e3dab59925eebaec881830ff5f06db7ce0551003c8e23af1e03c03b0af3	153284	ports	"Ports tree"	on
+src.txz	295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284	59491	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	66103936a1d243c0e256570e3ac33e3379bf24bcbee39ca75581626445ff7838	19031	base	"Base system (MANDATORY)"	on
+doc.txz	da282c259d25b30c28ac51cc582ae503b9ebade933c6bfaf23d2c90a6b0097b7	121	doc	"Additional documentation"	off
+games.txz	2bf7aadec6478c780a05562eb74fd96781d5fc8e58fe1120977d064101088796	53	games	"Games (fortune, etc.)"	on
+kernel.txz	0646b7903e0657382d3a85541c2959d2f97eb26b0c1a8c1e5fca975bf87ba53a	1033	kernel	"Kernel (MANDATORY)"	on
+ports.txz	f8e039a079d6631f3c6f1bbedb773be1dcf2816e9570dbc2058565fbf9e854f2	154347	ports	"Ports tree"	on
+src.txz	c0ed60c2c603eda3ec7f3fdf72fc10b57a53dce7aee55dbb6b716ad17afb90f2	63564	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	290a932f6cc8a05b2f7d344089f2628b717053cb55d347e8de285120a62128f3	19598	base	"Base system (MANDATORY)"	on
+doc.txz	dee7face55416e0092701daf7e6b70325ccdaf39f4c4343f4e9d23fe871727a2	121	doc	"Additional documentation"	off
+games.txz	c062547eca552804c4601658d3a5c06151c5be127ab9d94e57c2c33ec32511da	53	games	"Games (fortune, etc.)"	on
+kernel.txz	9a2fa39029ec61a74bc2c12b3a50aa4b6ee3185d6816da02c97701486ec0974d	1051	kernel	"Kernel (MANDATORY)"	on
+ports.txz	d3fe136b50804852d340d10f77b3bb3a7784431d8386c66911f0835280bb5150	149186	ports	"Ports tree"	on
+src.txz	f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d	65300	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-10.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	4be870e313cbdd4ca0c3e44bdd4b5fb5de8363b6a6192cb684c1ff42364f99f7	19893	base	"Base system (MANDATORY)"	on
+doc.txz	c4ed9b215310e3f408291e01cfea68ac1c1b9a8372c7cf672ebfe1f62cd07ac7	121	doc	"Additional documentation"	off
+games.txz	eca1ee025c355891d083b2a2a4047c2c12480455401f2051b48d9f4602b8bd34	53	games	"Games (fortune, etc.)"	on
+kernel.txz	c24716316442748ccb9ff39ce1bbe1b32cd943cd1ec3bfb462113bdb094efe74	1049	kernel	"Kernel (MANDATORY)"	on
+ports.txz	92452c90342d3ca0c59215015b2cb487b8af18640de1eef078765862727c415a	154229	ports	"Ports tree"	on
+src.txz	6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1	70299	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	b3e9bbe32684544f822169e88e3329f012f81cd76233e90c8e0932805e386d43	16867	base	"Base system (MANDATORY)"	on
+doc.txz	64849d60658bc878ad5c2617b301e331165d662d2430c098b285ecf237329ce1	123	doc	"Additional documentation"	off
+games.txz	af691cca6cca4d2020eca75f495adbaf81cd9f81e80eddf7491deae27e19b925	55	games	"Games (fortune, etc.)"	on
+kernel.txz	7de3c7a34ae8e8d4b3bfe576518cc007a6b0d2afa73a23f625cf94728f8c9eb4	960	kernel	"Kernel (MANDATORY)"	on
+ports.txz	5f1a5ad630d18bdd6fd4a9621e05557de1f488f13fcc529acce2eeac7a6f6103	304781	ports	"Ports tree"	on
+src.txz	3af1a4bf76a39c8a217998f6ed14aa8bf70c412c236fcf7c1b9b22506d77f4b3	54464	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	f880b8ddf5e38d53733fe2913ad68d634eb471be8e6af3da0298a9f8a6531314	17349	base	"Base system (MANDATORY)"	on
+doc.txz	c14f66b04c0e21fb4c180da9ab73f8a3764ba5ed51a1213065a0eab70d0a0742	123	doc	"Additional documentation"	off
+games.txz	a5732197cccb8de7c93c23b16025a4227bded86aa56c241968becab3e4869a22	53	games	"Games (fortune, etc.)"	on
+kernel.txz	13445b8814ab9834eb95b494cdd0eba8e11b85de619e7fa8a927fb4d0f7d6570	977	kernel	"Kernel (MANDATORY)"	on
+ports.txz	b0f2f8937098d83302b7113186bb5683ee048725945618682df598e36c5cd392	153177	ports	"Ports tree"	on
+src.txz	b067747638c59a9967c94ce74f3f50a6cc7b95b5c970c42910a82df2a194c83e	58011	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.3-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc-9.3-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	3c919af0bf8d8635532aea067c9aa72587a9c600b27e04d8a7aaef38666efcb4	17841	base	"Base system (MANDATORY)"	on
+doc.txz	6136edb97b82a213ddc23a016a89882d8d259494513bd228c17792cf7bb1fae1	123	doc	"Additional documentation"	off
+games.txz	3a988d020b5f0640689cff2e7450a833dc3802ae03f18f2db5a50bcb68c48db6	53	games	"Games (fortune, etc.)"	on
+kernel.txz	3bda1bc8e504b9a9f085a2d701d62289e7e1bfe99fb5827f1714c39373bfdeaf	987	kernel	"Kernel (MANDATORY)"	on
+ports.txz	3082d04dfcc4ae689874ffcca74650cd44b8efcb762a1426629954b6c708e217	153284	ports	"Ports tree"	on
+src.txz	295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284	59491	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	393e9a2c023bf6a34ce7b5592b6039cf44691f79b58b2901f801bf1ff9b81cf1	19033	base	"Base system (MANDATORY)"	on
+doc.txz	b48c77b336eb8b0a4def15be5a03e47249e7e4481964bbec4a9239bed3f2753a	121	doc	"Additional documentation"	off
+games.txz	781ecaaad17765228a29abeb868ddd449d2d7ccf0d5f7541bf89f98b8a4a369f	53	games	"Games (fortune, etc.)"	on
+kernel.txz	f2bb8ce98d01ee24ad9dc27fe2b992e4f0fb7d45bada6f4de68e450abf574f32	1037	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	340f197ad6f3755832e4908a48ca8d5fb26a355c298d61752b1d4e5931debf38	673	lib32	"32-bit compatibility libraries"	on
+ports.txz	e42a9d0e9b39509fda4829cdf7fe8ce3e100b76b00e6453997395e8b20ea888e	154347	ports	"Ports tree"	on
+src.txz	3d8daf34df10df326125f20d8b7937db08e2336b74c3ba16733400f349499957	63564	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	2791664e956c078e345e56214a87109a86a9ad7c0b576138be7c8b29d96a1e17	19601	base	"Base system (MANDATORY)"	on
+doc.txz	5dba9caaf5b5da02128b6472e2da3dbfadce95674d1f1ed2a3e8a705ac78efab	121	doc	"Additional documentation"	off
+games.txz	bf3fd11e48388b736302248f40614e9516db4358f9351d54abf350f8336d6853	53	games	"Games (fortune, etc.)"	on
+kernel.txz	f2875d8dedfec15c42ff30a3d2d46a52f112b483e3b54c4374f3b68fe7c7e0c4	1055	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	f9387691cb4d74dbe7d832a184ac1da6ae6f5f7c15ac77b43d124eec25643bf1	670	lib32	"32-bit compatibility libraries"	on
+ports.txz	71c78d105bbba2cac123032f486ba72c278d0865445cd91200de43f558b5bf09	149186	ports	"Ports tree"	on
+src.txz	f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d	65300	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-10.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	329108ec4d1ccf90a1c82728bebd15f901cac24fcbb54d0f5c0370f320e71fc1	19896	base	"Base system (MANDATORY)"	on
+doc.txz	e48f06c3cfef9688eebc743e09f65faf9a2e6ddf494afb077b357b4f8b93fdf2	121	doc	"Additional documentation"	off
+games.txz	25501ed8ed9b2224a0e42db6abf2b95662a34bf7e7cdd03994718efee194e8de	53	games	"Games (fortune, etc.)"	on
+kernel.txz	96af91536582acac2575b35c5e7777a3e520f21862f61d17c940de5ff5a20a84	1257	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	cecd268c1ec16550980cf0dbae034a0c5afcb837b41489ffda2895cd4313417b	682	lib32	"32-bit compatibility libraries"	on
+ports.txz	7211e87239fc28ecc01f838915c5a24b143afdd9e453746e308404fa9ecc1ee1	154229	ports	"Ports tree"	on
+src.txz	6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1	70299	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	0fa870aad1e938cdcabd92f69a2d234f3353ceabce9cac2a10054df46a196b73	16840	base	"Base system (MANDATORY)"	on
+doc.txz	8a2b973dd269309c5c50c3d7699a3a4e5502a83650d5cf255a9afbc17c1af820	123	doc	"Additional documentation"	off
+games.txz	7a4b316a88f37bad90e81d91fdae81ae0207f53e456232b1f311f079b4d01b68	55	games	"Games (fortune, etc.)"	on
+kernel.txz	a3d88a6c67aa0f26ac7e56146741156665ed8b25528d3333a93cf8d71b3a7bd7	964	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	ed322476b17da636fc93bc3a27e9e1908a0ab84ee15d846424ee5d6deae5be72	602	lib32	"32-bit compatibility libraries"	on
+ports.txz	40b970bdf19287e4366f9e675701788e48c414f5a1c6ec27bd3f4274b527334d	146181	ports	"Ports tree"	on
+src.txz	a1c93bbf20ee1b7eb40fdeeb5a4515ac252d56432b3e2222c773de76ad0c36cc	54464	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	17ebbe03d04bd0a8dce3f0a2066ba8187656a353291cd2f278b8c1153faad775	17046	base	"Base system (MANDATORY)"	on
+doc.txz	60ec632f47b5d85cebf0793e60aa1e711a35b019c5d90e6625bb0252f447f689	123	doc	"Additional documentation"	off
+games.txz	524b1b750a7a02fa8cc064e255fa2992c6de804306f04e990f6739165a2554c4	55	games	"Games (fortune, etc.)"	on
+kernel.txz	b443ecff377f78ecd569b85a61dade8386f4507f59a8e2151d7e7089115e136a	972	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	88b90897fab8ce6fc96601663ff55e4a47483131e45979b7cbfe1fc3a4b60078	608	lib32	"32-bit compatibility libraries"	on
+ports.txz	c8bd328346e06b15d3ae34ed0202bde9ba909f149e47a7079776944938038c02	267487	ports	"Ports tree"	on
+src.txz	b0d8cb33223ddd6e1266b2afd74619911d5b1dc0faee67f8a3b76080fcaadd93	55579	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	d0a644069e6646218369899a1c68bb8944995112453527f0251ac292cd6111fe	17349	base	"Base system (MANDATORY)"	on
+doc.txz	5e000f4a71e52c9af406f4f9b6c6e77ef7e3f8f8124347d5eb45ec885b730335	123	doc	"Additional documentation"	off
+games.txz	0709c093b1c6b4061b14fc23e0b18f07b243d1710cefbb1cf0316f63c3a14c74	53	games	"Games (fortune, etc.)"	on
+kernel.txz	d83c7cbb76cbb6929fe3604e6d55efd1377d9ef20fe653c0c5387a001109596e	981	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	e20e6d06b02a2e6a89d47580135400e8f62efb038eab35799d1b4b3fdbbe1162	561	lib32	"32-bit compatibility libraries"	on
+ports.txz	4e27139a9ceef8c82a5532b3c1ec82853aaa0bc9637b017e164b36c481c2727f	153177	ports	"Ports tree"	on
+src.txz	43755cdd64ac1e356c3fb16fa6aeefbe06d265bb4f197ee5b77be59979d5b8ff	58011	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.3-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/powerpc-powerpc64-9.3-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,7 @@
+base.txz	73170d8ddc70d9d1795b3ba38a47379582fe5b71f30b5924f926de5f3bae94fa	17844	base	"Base system (MANDATORY)"	on
+doc.txz	93f660e77f9d03d109929aa47149f15b84bce88c714fd2774bcfe65ce3d36340	123	doc	"Additional documentation"	off
+games.txz	f4d5bd640f2a300b472cc1d84458c2aad915f5255a43f7a3f5362c928bd518c7	53	games	"Games (fortune, etc.)"	on
+kernel.txz	b5d66af717116cb2af2ad0521e75d641203b1c4cb0262b4848cf186f9437c229	991	kernel	"Kernel (MANDATORY)"	on
+lib32.txz	3c1d68dda2dc886d5e3ea87e5da969cccb52a4a14d229509d938411356a7f774	566	lib32	"32-bit compatibility libraries"	on
+ports.txz	f0d72630ceba7a5ab04d042a09bad587fad6307c086ecd54f2e7ea447726ab80	153284	ports	"Ports tree"	on
+src.txz	295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284	59491	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	f841ec59273131e8f886d1f1f93d3461bb4120be9d195f680c534778280dd3b0	18973	base	"Base system (MANDATORY)"	on
+doc.txz	45a960f2a82f2159d39a9392cdaf600d08e075c6a92a671d70ff12cd16bf0527	121	doc	"Additional documentation"	off
+games.txz	34e903bc47051eebe2519a5b1679eb84675c1f923df0b74af624b8af5a9a3e0b	53	games	"Games (fortune, etc.)"	on
+kernel.txz	07977de97099d5da2e8166b3ed1f139d5f538aae00539290b056ef6f3bb9ef3d	1013	kernel	"Kernel (MANDATORY)"	on
+ports.txz	1cbc3bafdd3f8dc1e18f5d435f5e75cc97fb5e304d98f044645253c63b18984e	154347	ports	"Ports tree"	on
+src.txz	5e117bd1f3a2f0ab2868c5386b56cd3be1f2bcd7d22b8cbdacdac3988c986318	63564	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	32889d2e8163e0f0d7cb2723b307acf624f6170a81a25cef36b3b6ada84256c0	19540	base	"Base system (MANDATORY)"	on
+doc.txz	e76eca6322e6e9c1d25fbb80af497c28778c2a20bfde775649d272c2714663fe	121	doc	"Additional documentation"	off
+games.txz	d78707a093d0237942dd0aff5f00bd6263ac67201b83e3ea8952b2ae2058862c	53	games	"Games (fortune, etc.)"	on
+kernel.txz	d053876c6c845dd4a8746e51d1ba75c6723b44fa36c6b48ddd68169cbedc06ca	1031	kernel	"Kernel (MANDATORY)"	on
+ports.txz	9856e3295605dede102d001f97a277fd082e4290ead3c904ddd062ce4a6938fc	149186	ports	"Ports tree"	on
+src.txz	f919287a5ef51d4f133f27c99c54f2e8054f408d3dd53bc60f4e233cc75ec03d	65300	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-10.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	a11d4dfc6ed23b23993d5b8616e0b489c034233fb247e5da76c57942aa387a36	19835	base	"Base system (MANDATORY)"	on
+doc.txz	a783e82383c1b7bf82f83987e0e909e7dae34a4fa3df3a14901ae4847b3ad8a7	121	doc	"Additional documentation"	off
+games.txz	7c26f44bb2c3dd5251acf586f9fe74282137c26ee249a6519e227f89d327ecd9	53	games	"Games (fortune, etc.)"	on
+kernel.txz	dc846d5c4d3d4535a273778740e6fa6e45d5b7d34768c51890cf7fca16d9aaca	1039	kernel	"Kernel (MANDATORY)"	on
+ports.txz	7b323f5d3b38ba9cc1642141a76a28c424fe077c9e224609580fe7fd065d8174	154229	ports	"Ports tree"	on
+src.txz	6a59ea716bae96135983ad70cd7123e3b35ec91b191a82fe282ade88a61560b1	70299	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.0-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.0-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	6fd3b6ba2d6bf4aa06f66406e1a8e1a3c79e72662836ff5bf9ed520e4c41ba08	16858	base	"Base system (MANDATORY)"	on
+doc.txz	b8c20c2fea776a384b4a1bdc77e0694b809fdff5e5e412a5cbe8dc5b92e81bd1	123	doc	"Additional documentation"	off
+games.txz	00d5d04858e27dd8af115c5978d3a446f3a0f5189d995b36030556ba08fc79c5	55	games	"Games (fortune, etc.)"	on
+kernel.txz	da038a99ecc004208817d03cb032fcc39d58925cadb2e33c4998b27dcbdf7b09	1002	kernel	"Kernel (MANDATORY)"	on
+ports.txz	70db08da1d2b4258d39c69eafa21baae0c5fcb90a2bd2553b59131157d5fd5c3	304781	ports	"Ports tree"	on
+src.txz	27125256108f09290b38454eecb6d5a0a3316f561f0172b63e091ea96dad71aa	54464	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.1-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.1-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	719754ab3ad3fb929654d9aa20c78501cc150a0c89a9fb685110b0a687308471	17028	base	"Base system (MANDATORY)"	on
+doc.txz	e6acebf7e7c3a67a9a3786c91fddfd39db20b0ed38bf93bc057a64adc2481b40	123	doc	"Additional documentation"	off
+games.txz	0e2ed205e8bd361f9dcc08dda3d7ee65648c8cdc5218e237e5a2c34c31715242	55	games	"Games (fortune, etc.)"	on
+kernel.txz	bfb41c937f8eebdcfe5bfd6b348794548629e438cc12a226c748ca1dfa92605a	1010	kernel	"Kernel (MANDATORY)"	on
+ports.txz	edb8a55a5142ecbffc5a5c1aff71320e72c0e05e630421194ed135dc6386d3df	268145	ports	"Ports tree"	on
+src.txz	a2597d2da8fdb8cc62bbe9c54b528ef5488ebfc80817ea71220a681364c0e068	55579	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.2-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.2-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	badd372b6ddfce7800dd4f618948210af6eb6e8351beebbad2349a71d6acf032	17323	base	"Base system (MANDATORY)"	on
+doc.txz	44453378b71cd2d06362f26c8306b94005bb4de38aef9b04fdea14dd0db803fd	123	doc	"Additional documentation"	off
+games.txz	af557a6cf8dc43f1f112d103556a0ad34e29b179e27873c8e2ebb568db9ebaa7	53	games	"Games (fortune, etc.)"	on
+kernel.txz	1e2e8aac4fe810532f49f2167eba10a8a87110e41153f72103793d695bb882ba	1019	kernel	"Kernel (MANDATORY)"	on
+ports.txz	99f339681e6f2ce4a769a0c9ce80ee1764f0f375c7796406bd7c5d144cacbf66	153177	ports	"Ports tree"	on
+src.txz	a4ec17f40d255038b6ac4e86ae22cd6bbdd7624050e094487a2ac1ab01d4559f	58011	src	"System source code"	off

Added: head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.3-RELEASE
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/poudriere/files/MANIFESTS/sparc64-sparc64-9.3-RELEASE	Tue Feb 16 15:45:28 2016	(r409001)
@@ -0,0 +1,6 @@
+base.txz	131c8db5bc1aff2e5803797cd3ae6023b713fa44e3faf4f9148611849987a699	17812	base	"Base system (MANDATORY)"	on
+doc.txz	ffc68d8dbc7320669f7b517f39d81fc104cdb38bd5755b89bf1de4ff4a4b36a4	123	doc	"Additional documentation"	off
+games.txz	0a590a6671d3911930882ba8442f49c19e594fb1dc59df15524a72733df93901	53	games	"Games (fortune, etc.)"	on
+kernel.txz	5ed0532b984a382351d280642b46e92fbb89813f8185c85534798b124694dce8	1029	kernel	"Kernel (MANDATORY)"	on
+ports.txz	929b1adc737c887c6eff6796b4901f3b0ae8f6c511deca14af0337d21d409279	153284	ports	"Ports tree"	on
+src.txz	295a768fc26015fcf48d9fb5be40c3de247dd66927a84ebe7a19fb7bf0f6a284	59491	src	"System source code"	off

Modified: head/ports-mgmt/poudriere/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere/pkg-plist	Tue Feb 16 15:38:21 2016	(r409000)
+++ head/ports-mgmt/poudriere/pkg-plist	Tue Feb 16 15:45:28 2016	(r409001)
@@ -21,6 +21,46 @@ libexec/poudriere/tsort
 man/man8/poudriere.8.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample
+%%DATADIR%%/MANIFESTS/amd64-amd64-10.0-RELEASE
+%%DATADIR%%/MANIFESTS/amd64-amd64-10.1-RELEASE
+%%DATADIR%%/MANIFESTS/amd64-amd64-10.2-RELEASE
+%%DATADIR%%/MANIFESTS/amd64-amd64-9.0-RELEASE
+%%DATADIR%%/MANIFESTS/amd64-amd64-9.1-RELEASE
+%%DATADIR%%/MANIFESTS/amd64-amd64-9.2-RELEASE
+%%DATADIR%%/MANIFESTS/amd64-amd64-9.3-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-10.0-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-10.1-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-10.2-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-9.0-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-9.1-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-9.2-RELEASE
+%%DATADIR%%/MANIFESTS/i386-i386-9.3-RELEASE
+%%DATADIR%%/MANIFESTS/ia64-ia64-10.0-RELEASE
+%%DATADIR%%/MANIFESTS/ia64-ia64-10.1-RELEASE
+%%DATADIR%%/MANIFESTS/ia64-ia64-10.2-RELEASE
+%%DATADIR%%/MANIFESTS/ia64-ia64-9.0-RELEASE
+%%DATADIR%%/MANIFESTS/ia64-ia64-9.2-RELEASE
+%%DATADIR%%/MANIFESTS/ia64-ia64-9.3-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.0-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.1-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc-10.2-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc-9.0-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc-9.2-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc-9.3-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.0-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.1-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-10.2-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.0-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.1-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.2-RELEASE
+%%DATADIR%%/MANIFESTS/powerpc-powerpc64-9.3-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.0-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.1-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-10.2-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.0-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.1-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.2-RELEASE
+%%DATADIR%%/MANIFESTS/sparc64-sparc64-9.3-RELEASE
 %%DATADIR%%/awk/dependency_loop.awk
 %%DATADIR%%/awk/humanize.awk
 %%DATADIR%%/awk/json.awk


More information about the svn-ports-all mailing list