diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 16:38:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 16:38:12 +0000 |
commit | 65a5b001072c61787b2fcb9c5ec01368ba81cd70 (patch) | |
tree | 15698a593e705666122c16f83c58ed0c6a757a9d /devel/p5-App-GitGot | |
parent | 6e84b9879a8ffc3651ec5eef2553daf9979b2b8f (diff) | |
download | ports-65a5b001072c61787b2fcb9c5ec01368ba81cd70.tar.gz ports-65a5b001072c61787b2fcb9c5ec01368ba81cd70.zip |
Notes
Diffstat (limited to 'devel/p5-App-GitGot')
-rw-r--r-- | devel/p5-App-GitGot/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-App-GitGot/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-App-GitGot/pkg-plist | 4 |
3 files changed, 15 insertions, 4 deletions
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile index 6dd7c00cea41..cbb2a368f7b5 100644 --- a/devel/p5-App-GitGot/Makefile +++ b/devel/p5-App-GitGot/Makefile @@ -6,14 +6,18 @@ # PORTNAME= App-GitGot -PORTVERSION= 0.8 +PORTVERSION= 0.9.2 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:GENEHACK PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tool to make it easier to manage multiple git repositories +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + RUN_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Git-Wrapper>=0:${PORTSDIR}/devel/p5-Git-Wrapper \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ @@ -36,7 +40,10 @@ MAN3= App::GitGot.3 \ App::GitGot::Command::remove.3 \ App::GitGot::Command::status.3 \ App::GitGot::Command::update.3 \ - App::GitGot::Command::version.3 + App::GitGot::Command::version.3 \ + App::GitGot::Outputter::dark.3 \ + App::GitGot::Outputter.3 \ + App::GitGot::Outputter::light.3 .include <bsd.port.pre.mk> diff --git a/devel/p5-App-GitGot/distinfo b/devel/p5-App-GitGot/distinfo index 59dc4dd6345a..6e0ea85e10bb 100644 --- a/devel/p5-App-GitGot/distinfo +++ b/devel/p5-App-GitGot/distinfo @@ -1,2 +1,2 @@ -SHA256 (App-GitGot-0.8.tar.gz) = aec8189e1a652d6ad204dd38c29a752c4ffc4fbc7529e0b58cbc999f9c3cd5d3 -SIZE (App-GitGot-0.8.tar.gz) = 20425 +SHA256 (App-GitGot-0.9.2.tar.gz) = ce76784b045038708db4dc0eaceb642d54926c4f3a9a1f16e34c562f7ad21638 +SIZE (App-GitGot-0.9.2.tar.gz) = 23071 diff --git a/devel/p5-App-GitGot/pkg-plist b/devel/p5-App-GitGot/pkg-plist index ad041e6a2f75..d5f53c9eb026 100644 --- a/devel/p5-App-GitGot/pkg-plist +++ b/devel/p5-App-GitGot/pkg-plist @@ -9,7 +9,11 @@ %%SITE_PERL%%/App/GitGot/Command/status.pm %%SITE_PERL%%/App/GitGot/Command/update.pm %%SITE_PERL%%/App/GitGot/Command/version.pm +%%SITE_PERL%%/App/GitGot/Outputter/light.pm +%%SITE_PERL%%/App/GitGot/Outputter/dark.pm +%%SITE_PERL%%/App/GitGot/Outputter.pm bin/got +@dirrmtry %%SITE_PERL%%/App/GitGot/Outputter @dirrmtry %%SITE_PERL%%/App/GitGot/Command @dirrmtry %%SITE_PERL%%/App/GitGot @dirrmtry %%SITE_PERL%%/App |