svn commit: r315902 - head/ports-mgmt/p5-FreeBSD-Portindex

Matthew Seaman matthew at FreeBSD.org
Tue Apr 16 20:53:16 UTC 2013


Author: matthew
Date: Tue Apr 16 20:53:16 2013
New Revision: 315902
URL: http://svnweb.freebsd.org/changeset/ports/315902

Log:
  Update to 3.2
  
          - Add support for parsing the output of 'svn update' as one
            of the input formats for cache-update.
  
          - Drop support for parsing cvsup output or the cvsup checkouts
            file, as the ports no longer uses cvsup.
  
          - Accordingly remove the PropagationDelay configuration item,
            that only applied to cvsup-mirroring.
  
          - Cope with systems where realpath($PORTSDIR) != $PORTSDIR
  
  	Thanks to Doug Barton for bug reports and testing.
  
  Feature safe:  yes

Modified:
  head/ports-mgmt/p5-FreeBSD-Portindex/Makefile   (contents, props changed)
  head/ports-mgmt/p5-FreeBSD-Portindex/distinfo   (contents, props changed)

Modified: head/ports-mgmt/p5-FreeBSD-Portindex/Makefile
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Portindex/Makefile	Tue Apr 16 20:51:47 2013	(r315901)
+++ head/ports-mgmt/p5-FreeBSD-Portindex/Makefile	Tue Apr 16 20:53:16 2013	(r315902)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	FreeBSD-Portindex
-PORTVERSION=	3.0
+PORTVERSION=	3.2
 CATEGORIES=	ports-mgmt perl5
 MASTER_SITES=	http://www.infracaninophile.co.uk/portindex/
 PKGNAMEPREFIX=	p5-

Modified: head/ports-mgmt/p5-FreeBSD-Portindex/distinfo
==============================================================================
--- head/ports-mgmt/p5-FreeBSD-Portindex/distinfo	Tue Apr 16 20:51:47 2013	(r315901)
+++ head/ports-mgmt/p5-FreeBSD-Portindex/distinfo	Tue Apr 16 20:53:16 2013	(r315902)
@@ -1,2 +1,2 @@
-SHA256 (FreeBSD-Portindex-3.0.tar.xz) = 2d7ac7c87e4ed4bc0e13a8abe15914f98dfb27267fd56887138232ec5b9239a7
-SIZE (FreeBSD-Portindex-3.0.tar.xz) = 57096
+SHA256 (FreeBSD-Portindex-3.2.tar.xz) = e459a9be1294b9881b86a83d4fe4abb59a898130cc69e5e2d8ae68bf0560d9b1
+SIZE (FreeBSD-Portindex-3.2.tar.xz) = 56036


More information about the svn-ports-all mailing list