diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-05 15:18:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-05 15:18:02 +0000 |
commit | 8db6e342296b8e78fcf04629cf97a2512dc3629e (patch) | |
tree | 9accf797d3ee61dfbf3208c18792a6483f87313d | |
parent | - Add missing {BUILD|RUN}_DEPENDS [1] (diff) |
- Update to 1.23
- Update *_DEPENDS
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Git-Repository/Changes
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286927
-rw-r--r-- | devel/p5-Git-Repository/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Git-Repository/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-Git-Repository/Makefile b/devel/p5-Git-Repository/Makefile index 5fe6af395532..2afe934f18cb 100644 --- a/devel/p5-Git-Repository/Makefile +++ b/devel/p5-Git-Repository/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Git-Repository -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOOK @@ -18,9 +18,13 @@ COMMENT= Perl interface to Git repositories LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-System-Command>=0:${PORTSDIR}/devel/p5-System-Command +BUILD_DEPENDS= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git \ + p5-System-Command>=1.01:${PORTSDIR}/devel/p5-System-Command RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage + PERL_CONFIGURE= yes MAN3= Git::Repository.3 \ diff --git a/devel/p5-Git-Repository/distinfo b/devel/p5-Git-Repository/distinfo index 02266c9422d5..688f87007e1a 100644 --- a/devel/p5-Git-Repository/distinfo +++ b/devel/p5-Git-Repository/distinfo @@ -1,2 +1,2 @@ -SHA256 (Git-Repository-1.22.tar.gz) = 8522b9f5c452f0859d71e2c0d7357af59116ca25487d444f71d09d68569a97d7 -SIZE (Git-Repository-1.22.tar.gz) = 41506 +SHA256 (Git-Repository-1.23.tar.gz) = d0a3d2b3fb2026fc59c6c30972b92d49588164a75c2ba9e9994bf8129c28e98d +SIZE (Git-Repository-1.23.tar.gz) = 42029 |