Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 11:02:32 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363990 - head/devel/p5-Git-Repository
Message-ID:  <53df6848.5020.11f90a7@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Aug  4 11:02:32 2014
New Revision: 363990
URL: http://svnweb.freebsd.org/changeset/ports/363990
QAT: https://qat.redports.org/buildarchive/r363990/

Log:
  devel/p5-Git-Repository: 1.311 -> 1.312
  
  - test_repository() uses `git init-db` for init under older git
    versions (although the test suite hasn't yet been adapted to
    support really old versions of git)
  - fixed a typo in the error message for test_repository()
  - made some tests for failure a little more lax when looking for
    the "fatal:" string in the errput (i.e. look for it at the beginning
    of any line, not just the firts)
  - various minor documentation improvements
  - the "OTHER GIT WRAPPERS" is really a "SEE ALSO" section

Modified:
  head/devel/p5-Git-Repository/Makefile
  head/devel/p5-Git-Repository/distinfo

Modified: head/devel/p5-Git-Repository/Makefile
==============================================================================
--- head/devel/p5-Git-Repository/Makefile	Mon Aug  4 10:49:26 2014	(r363989)
+++ head/devel/p5-Git-Repository/Makefile	Mon Aug  4 11:02:32 2014	(r363990)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Git-Repository
-PORTVERSION=	1.311
+PORTVERSION=	1.312
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:BOOK

Modified: head/devel/p5-Git-Repository/distinfo
==============================================================================
--- head/devel/p5-Git-Repository/distinfo	Mon Aug  4 10:49:26 2014	(r363989)
+++ head/devel/p5-Git-Repository/distinfo	Mon Aug  4 11:02:32 2014	(r363990)
@@ -1,2 +1,2 @@
-SHA256 (Git-Repository-1.311.tar.gz) = 106e964187e474353c0d510ac00e9927369e7d5751dcf5c6451c0e55ad017bbe
-SIZE (Git-Repository-1.311.tar.gz) = 46738
+SHA256 (Git-Repository-1.312.tar.gz) = c60ba6f853a60042c9f131f9ffee88268e6b5adbf18a6746bf439db55cbea1b1
+SIZE (Git-Repository-1.312.tar.gz) = 47012



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df6848.5020.11f90a7>