diff options
author | pi <pi@FreeBSD.org> | 2014-08-04 19:02:32 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-04 19:02:32 +0800 |
commit | 94e17a4955bfda5e58c9c72f746b25ed8927ba82 (patch) | |
tree | 74c9e7c530006c9fa35c02aa03deb22410bba8af /devel | |
parent | 46738780361ffc9c7ce7981efa15fc98d31f6d9f (diff) | |
download | freebsd-ports-gnome-94e17a4955bfda5e58c9c72f746b25ed8927ba82.tar.gz freebsd-ports-gnome-94e17a4955bfda5e58c9c72f746b25ed8927ba82.tar.zst freebsd-ports-gnome-94e17a4955bfda5e58c9c72f746b25ed8927ba82.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Git-Repository/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Git-Repository/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile index b5ae4969c00d..9c6d8bd04709 100644 --- a/devel/p5-Git-Repository/Makefile +++ b/devel/p5-Git-Repository/Makefile @@ -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 diff --git a/devel/p5-Git-Repository/distinfo b/devel/p5-Git-Repository/distinfo index 20a2e6277d83..0b2f5925a6d5 100644 --- a/devel/p5-Git-Repository/distinfo +++ b/devel/p5-Git-Repository/distinfo @@ -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 |