diff options
author | culot <culot@FreeBSD.org> | 2013-01-22 16:03:05 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-01-22 16:03:05 +0800 |
commit | b3b4526bb55fa1d154c218303694dde0575ea299 (patch) | |
tree | 8d41f8c83b7174f1b1f5a7dd91af0d0012883b2d | |
parent | 4f9e406ce04e6a86fa33fa4bd385e4a278627844 (diff) | |
download | freebsd-ports-gnome-b3b4526bb55fa1d154c218303694dde0575ea299.tar.gz freebsd-ports-gnome-b3b4526bb55fa1d154c218303694dde0575ea299.tar.zst freebsd-ports-gnome-b3b4526bb55fa1d154c218303694dde0575ea299.zip |
- Update to 0.10
- Add LICENSE (Artistic 2)
Changes: http://search.cpan.org/dist/VCS-Lite/Changes
-rw-r--r-- | devel/p5-VCS-Lite/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-VCS-Lite/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/p5-VCS-Lite/Makefile b/devel/p5-VCS-Lite/Makefile index eb9750fd59e5..f59ecb4da5e3 100644 --- a/devel/p5-VCS-Lite/Makefile +++ b/devel/p5-VCS-Lite/Makefile @@ -1,13 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: VCS::Lite -# Date created: Jan 2, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= VCS-Lite -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Minimal version control system +LICENSE= ART20 + BUILD_DEPENDS= p5-Algorithm-Diff>=1.13:${PORTSDIR}/devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/p5-VCS-Lite/distinfo b/devel/p5-VCS-Lite/distinfo index 875643fcf6aa..368c57f3ca6f 100644 --- a/devel/p5-VCS-Lite/distinfo +++ b/devel/p5-VCS-Lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (VCS-Lite-0.09.tar.gz) = 6f24f9ca38161338488a11895f653a14606565d9c6261e57ef71016a73a0f8ae -SIZE (VCS-Lite-0.09.tar.gz) = 17881 +SHA256 (VCS-Lite-0.10.tar.gz) = 3b56f5237e2ab2ea5314893befd2d545618dbf210d7639f3d3b95b87c9cde754 +SIZE (VCS-Lite-0.10.tar.gz) = 19367 |