svn commit: r309791 - head/ports-mgmt/poudriere
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jan 1 23:09:17 UTC 2013
Author: bdrewery
Date: Tue Jan 1 23:09:16 2013
New Revision: 309791
URL: http://svnweb.freebsd.org/changeset/ports/309791
Log:
- Update to 2.3.1
Changes:
- Documentation/usage cleanups
- Misc bug fixes
- jail: Add 'gjb' method support for stable/8
- testport: Show leftovers in plist format, with
support for DATADIR, ETCDIR, WWWDIR, DOCSDIRS,
EXAMPLESDIR, SITE_PERL
- testport: Fix -c showing a blank screen with some TERMs
- bulk: Fix skipped/total count being wrong
- ports: Fix -c/-d errors when no portstrees file exists
- ports: Fix -m not working
- jail: Add support for official ftp snapshots
- ports/jail: Add support for svn+file and svn+https
- bulk: Show jailname in summary output
Modified:
head/ports-mgmt/poudriere/Makefile
head/ports-mgmt/poudriere/distinfo
Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile Tue Jan 1 23:08:14 2013 (r309790)
+++ head/ports-mgmt/poudriere/Makefile Tue Jan 1 23:09:16 2013 (r309791)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.3
+PORTVERSION= 2.3.1
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
Modified: head/ports-mgmt/poudriere/distinfo
==============================================================================
--- head/ports-mgmt/poudriere/distinfo Tue Jan 1 23:08:14 2013 (r309790)
+++ head/ports-mgmt/poudriere/distinfo Tue Jan 1 23:09:16 2013 (r309791)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-2.3.tar.gz?uuid=2.3) = 9a0a060b3f9b15c32c7cde746b5de0765a412b4d0efff889e3ed183ffcc494bf
-SIZE (poudriere-2.3.tar.gz?uuid=2.3) = 39318
+SHA256 (poudriere-2.3.1.tar.gz?uuid=2.3.1) = a36d86907beb95ee67188f7d2cc7304ff6972d6de15e0ae7a7570418d95e3e35
+SIZE (poudriere-2.3.1.tar.gz?uuid=2.3.1) = 39775
More information about the svn-ports-all
mailing list