svn commit: r363990 - head/devel/p5-Git-Repository

Kurt Jaeger pi at FreeBSD.org
Mon Aug 4 11:02:33 UTC 2014


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


More information about the svn-ports-all mailing list