svn commit: r369357 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 27 04:19:12 UTC 2014


Author: bdrewery
Date: Sat Sep 27 04:19:10 2014
New Revision: 369357
URL: http://svnweb.freebsd.org/changeset/ports/369357
QAT: https://qat.redports.org/buildarchive/r369357/

Log:
  - Update to checkin caf0bb9
  
  Changes:
    * jail -x: Build and install native-xtools cross compile tools.
      Submitted by sbruno@

Modified:
  head/ports-mgmt/poudriere-devel/Makefile
  head/ports-mgmt/poudriere-devel/distinfo
  head/ports-mgmt/poudriere-devel/pkg-plist

Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile	Sat Sep 27 04:12:07 2014	(r369356)
+++ head/ports-mgmt/poudriere-devel/Makefile	Sat Sep 27 04:19:10 2014	(r369357)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20140922
+PORTVERSION=	3.0.99.20140926
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL=	poudriere-[0-9]*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_COMMIT=	96b7698
+GH_COMMIT=	caf0bb9
 GH_TAGNAME=	${GH_COMMIT}
 
 GNU_CONFIGURE=	yes

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Sat Sep 27 04:12:07 2014	(r369356)
+++ head/ports-mgmt/poudriere-devel/distinfo	Sat Sep 27 04:19:10 2014	(r369357)
@@ -1,2 +1,2 @@
-SHA256 (freebsd-poudriere-3.0.99.20140922-0-g96b7698.tar.gz) = 3fa01f23bd38be1359f36600ad35a6c28b784b09b3e214913aed0a7aaef70f81
-SIZE (freebsd-poudriere-3.0.99.20140922-0-g96b7698.tar.gz) = 2710834
+SHA256 (freebsd-poudriere-3.0.99.20140926-0-gcaf0bb9.tar.gz) = 9dc8de735648c631cd176504aacc8e818a1a19e562e3f76a0e4e96b25b03b3f9
+SIZE (freebsd-poudriere-3.0.99.20140926-0-gcaf0bb9.tar.gz) = 2711437

Modified: head/ports-mgmt/poudriere-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere-devel/pkg-plist	Sat Sep 27 04:12:07 2014	(r369356)
+++ head/ports-mgmt/poudriere-devel/pkg-plist	Sat Sep 27 04:19:10 2014	(r369357)
@@ -80,22 +80,3 @@ man/man8/poudriere.8.gz
 %%DATADIR%%/status.sh
 %%DATADIR%%/testport.sh
 %%ZSH%%share/zsh/site-functions/_poudriere
- at dirrmtry %%ETCDIR%%/hooks
- at dirrmtry %%ETCDIR%%
- at dirrmtry libexec/poudriere
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
- at dirrmtry %%DATADIR%%/awk
- at dirrmtry %%DATADIR%%/html/assets/DataTables-1.10.0/css
- at dirrmtry %%DATADIR%%/html/assets/DataTables-1.10.0/images
- at dirrmtry %%DATADIR%%/html/assets/DataTables-1.10.0/js
- at dirrmtry %%DATADIR%%/html/assets/DataTables-1.10.0
- at dirrmtry %%DATADIR%%/html/assets/bootstrap-3.1.1/css
- at dirrmtry %%DATADIR%%/html/assets/bootstrap-3.1.1/fonts
- at dirrmtry %%DATADIR%%/html/assets/bootstrap-3.1.1/js
- at dirrmtry %%DATADIR%%/html/assets/bootstrap-3.1.1
- at dirrmtry %%DATADIR%%/html/assets
- at dirrmtry %%DATADIR%%/html
- at dirrmtry %%DATADIR%%/include
- at dirrmtry %%DATADIR%%
-%%ZSH%%@dirrmtry share/zsh/site-functions
-%%ZSH%%@dirrmtry share/zsh


More information about the svn-ports-head mailing list