svn commit: r410986 - head/devel/p5-Git-Repository
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 13 14:56:19 UTC 2016
Author: sunpoet
Date: Sun Mar 13 14:56:17 2016
New Revision: 410986
URL: https://svnweb.freebsd.org/changeset/ports/410986
Log:
- Update to 1.318
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Git-Repository/Changes
Modified:
head/devel/p5-Git-Repository/Makefile
head/devel/p5-Git-Repository/distinfo
head/devel/p5-Git-Repository/pkg-plist
Modified: head/devel/p5-Git-Repository/Makefile
==============================================================================
--- head/devel/p5-Git-Repository/Makefile Sun Mar 13 14:56:12 2016 (r410985)
+++ head/devel/p5-Git-Repository/Makefile Sun Mar 13 14:56:17 2016 (r410986)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Git-Repository
-PORTVERSION= 1.317
+PORTVERSION= 1.318
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,9 +12,12 @@ COMMENT= Perl interface to Git repositor
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= git:${PORTSDIR}/devel/git \
- p5-System-Command>=1.103:${PORTSDIR}/devel/p5-System-Command
+ p5-Git-Version-Compare>=1.001:${PORTSDIR}/devel/p5-Git-Version-Compare \
+ p5-System-Command>=1.103:${PORTSDIR}/devel/p5-System-Command \
+ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
Modified: head/devel/p5-Git-Repository/distinfo
==============================================================================
--- head/devel/p5-Git-Repository/distinfo Sun Mar 13 14:56:12 2016 (r410985)
+++ head/devel/p5-Git-Repository/distinfo Sun Mar 13 14:56:17 2016 (r410986)
@@ -1,2 +1,2 @@
-SHA256 (Git-Repository-1.317.tar.gz) = 4fb495014610dd5439e46a78c9ac2791762b19359d2f77b8139cdcd509337118
-SIZE (Git-Repository-1.317.tar.gz) = 54216
+SHA256 (Git-Repository-1.318.tar.gz) = 956ffefa1b0d23c99ceaf1e59c9b8c1fa8b2bb9ad4eb5d9d6b7ba4d8585ca66f
+SIZE (Git-Repository-1.318.tar.gz) = 53573
Modified: head/devel/p5-Git-Repository/pkg-plist
==============================================================================
--- head/devel/p5-Git-Repository/pkg-plist Sun Mar 13 14:56:12 2016 (r410985)
+++ head/devel/p5-Git-Repository/pkg-plist Sun Mar 13 14:56:17 2016 (r410986)
@@ -2,11 +2,9 @@
%%SITE_PERL%%/Git/Repository/Command.pm
%%SITE_PERL%%/Git/Repository/Plugin.pm
%%SITE_PERL%%/Git/Repository/Tutorial.pod
-%%SITE_PERL%%/Git/Repository/Util.pm
%%SITE_PERL%%/Test/Git.pm
%%PERL5_MAN3%%/Git::Repository.3.gz
%%PERL5_MAN3%%/Git::Repository::Command.3.gz
%%PERL5_MAN3%%/Git::Repository::Plugin.3.gz
%%PERL5_MAN3%%/Git::Repository::Tutorial.3.gz
-%%PERL5_MAN3%%/Git::Repository::Util.3.gz
%%PERL5_MAN3%%/Test::Git.3.gz
More information about the svn-ports-head
mailing list