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

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 4 15:06:17 UTC 2012


Author: bapt
Date: Thu Oct  4 15:06:16 2012
New Revision: 305260
URL: http://svn.freebsd.org/changeset/ports/305260

Log:
  - update to checkin: 86c7d4bd7c
  - changes:
    * bulk: only destroy old logs in case of -c
    * general: fix running when the BASEFS contains a symlink
    * ports: do not install the ports tree in a "/ports" subdirectory for svn and
      git method (this also allow to use the same ports tree for both host and
      poudriere)
    * document in poudriere.conf.sample how to use proxies

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

Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile	Thu Oct  4 14:25:50 2012	(r305259)
+++ head/ports-mgmt/poudriere-devel/Makefile	Thu Oct  4 15:06:16 2012	(r305260)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	2.1.99.20120930
+PORTVERSION=	2.1.99.20121004
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/
 PKGNAMESUFFIX=	-devel
@@ -13,7 +13,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	bf773c11a9
+FSL_CHKIN=	86c7d4bd7c
 
 NO_BUILD=	yes
 MANCOMPRESSED=	yes
@@ -36,7 +36,7 @@ PLIST_FILES=	etc/poudriere.conf.sample \
 		share/poudriere/queue.sh \
 		share/poudriere/options.sh \
 
-PLIST_DIRS=	share/poudriere \
+PLIST_DIRS=	share/poudriere
 
 .include <bsd.port.options.mk>
 

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Thu Oct  4 14:25:50 2012	(r305259)
+++ head/ports-mgmt/poudriere-devel/distinfo	Thu Oct  4 15:06:16 2012	(r305260)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.1.99.20120930.tar.gz?uuid=bf773c11a9) = c102fa683feb7263d17c64d8350050d25bae82632b9f0b9de1c750ca319a0489
-SIZE (poudriere-2.1.99.20120930.tar.gz?uuid=bf773c11a9) = 33507
+SHA256 (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = bcf732ce9326c8f4787ac11ddcfda3e793a653b8e9eedc99f020d9ee6eae5c7c
+SIZE (poudriere-2.1.99.20121004.tar.gz?uuid=86c7d4bd7c) = 33866



More information about the svn-ports-all mailing list