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

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 17 15:30:59 UTC 2013


Author: bdrewery
Date: Thu Oct 17 15:30:58 2013
New Revision: 330649
URL: http://svnweb.freebsd.org/changeset/ports/330649

Log:
  - Update to checkin ab7af29666
  
  Changes:
    * pkgclean: Detect and cleanup duplicated packages due to PKGNAME
      renaming
    * Misc typo fixes
    * ports -m git
      - Use --depth=1 to not download all history for the repository.
      - Support -v to show output

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 17 14:55:33 2013	(r330648)
+++ head/ports-mgmt/poudriere-devel/Makefile	Thu Oct 17 15:30:58 2013	(r330649)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	poudriere
-PORTVERSION=	3.0.99.20131016
+PORTVERSION=	3.0.99.20131017
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://fossil.etoilebsd.net/poudriere/tarball/ \
 		LOCAL/bdrewery/${PORTNAME}/
@@ -14,7 +14,7 @@ COMMENT=	Port build and test system
 
 LICENSE=	BSD
 
-FSL_CHKIN=	725ea5afcf
+FSL_CHKIN=	ab7af29666
 
 OPTIONS_DEFINE=	ZSH
 

Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo	Thu Oct 17 14:55:33 2013	(r330648)
+++ head/ports-mgmt/poudriere-devel/distinfo	Thu Oct 17 15:30:58 2013	(r330649)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20131016.tar.gz?uuid=725ea5afcf) = 12a1fab8d66f1445c82bec508ff52068a9901eb2ade850e69917bd40617ba01d
-SIZE (poudriere-3.0.99.20131016.tar.gz?uuid=725ea5afcf) = 247040
+SHA256 (poudriere-3.0.99.20131017.tar.gz?uuid=ab7af29666) = 383120f63ee9666df42c1a9da12172985ae674fa495ef73132c7646acd8631de
+SIZE (poudriere-3.0.99.20131017.tar.gz?uuid=ab7af29666) = 247292


More information about the svn-ports-all mailing list