diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-05-11 06:45:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-05-11 06:45:22 +0000 |
commit | 3e6500f6d20c07fea4113e6bfa6c0477a4a153b6 (patch) | |
tree | 8167aac7ce43f8015907d2cd49d025a5477192aa /devel/p5-ShipIt | |
parent | acd6b7e4b620d3404bd8fb233e620f6e6ac52f07 (diff) |
Notes
Diffstat (limited to 'devel/p5-ShipIt')
-rw-r--r-- | devel/p5-ShipIt/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-ShipIt/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-ShipIt/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-ShipIt/Makefile b/devel/p5-ShipIt/Makefile index ebb3930f53a9..5e342539aab1 100644 --- a/devel/p5-ShipIt/Makefile +++ b/devel/p5-ShipIt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ShipIt -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -20,6 +20,7 @@ PERL_CONFIGURE= yes MAN1= shipit.1 MAN3= ShipIt.3 ShipIt::Conf.3 ShipIt::ProjectType.3 \ ShipIt::State.3 ShipIt::Step.3 ShipIt::Step::AddToSVNDir.3 \ - ShipIt::VC.3 ShipIt::VC::SVK.3 ShipIt::VC::SVN.3 + ShipIt::VC.3 ShipIt::VC::Git.3 ShipIt::VC::SVK.3 \ + ShipIt::VC::SVN.3 .include <bsd.port.mk> diff --git a/devel/p5-ShipIt/distinfo b/devel/p5-ShipIt/distinfo index 0c0f053957fc..03765949132d 100644 --- a/devel/p5-ShipIt/distinfo +++ b/devel/p5-ShipIt/distinfo @@ -1,3 +1,3 @@ -MD5 (ShipIt-0.51.tar.gz) = 0c095140b7345d93cb4f7fc214bb22bd -SHA256 (ShipIt-0.51.tar.gz) = bfaf543d8cba8d883a85250baed666481e4781fc9bdab51f3ac7ac4fad059a70 -SIZE (ShipIt-0.51.tar.gz) = 15737 +MD5 (ShipIt-0.52.tar.gz) = 2b438a9034be0995fcbb29c76709e1f0 +SHA256 (ShipIt-0.52.tar.gz) = 9e022230fa050acb324154d677c49824a4d54e6bb3d619a2ca4c90404708c31e +SIZE (ShipIt-0.52.tar.gz) = 16293 diff --git a/devel/p5-ShipIt/pkg-plist b/devel/p5-ShipIt/pkg-plist index 250d0f579bcf..40367db2223f 100644 --- a/devel/p5-ShipIt/pkg-plist +++ b/devel/p5-ShipIt/pkg-plist @@ -21,6 +21,7 @@ %%SITE_PERL%%/ShipIt/Step/UploadCPAN.pm %%SITE_PERL%%/ShipIt/Util.pm %%SITE_PERL%%/ShipIt/VC.pm +%%SITE_PERL%%/ShipIt/VC/Git.pm %%SITE_PERL%%/ShipIt/VC/SVK.pm %%SITE_PERL%%/ShipIt/VC/SVN.pm bin/shipit |