View | Details | Raw Unified | Return to bug 194970 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p5-DateTime-Format-Strptime/Makefile (-4 / +7 lines)
Lines 1-15 Link Here
1
# Created by: Mathieu Arnold
1
# Created by: Mathieu Arnold
2
# $FreeBSD: head/devel/p5-DateTime-Format-Strptime/Makefile 373448 2014-11-26 13:08:24Z mat $
2
# $FreeBSD: head/devel/p5-DateTime-Format-Strptime/Makefile 361879 2014-07-15 06:58:52Z leeym $
3
3
4
PORTNAME=	DateTime-Format-Strptime
4
PORTNAME=	DateTime-Format-Strptime
5
PORTVERSION=	1.55
5
PORTVERSION=	1.56
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	devel perl5
8
CATEGORIES=	devel perl5
9
MASTER_SITES=	CPAN
9
MASTER_SITES=	CPAN
10
PKGNAMEPREFIX=	p5-
10
PKGNAMEPREFIX=	p5-
11
11
12
MAINTAINER=	perl@FreeBSD.org
12
MAINTAINER=	svysh.fbsd@gmail.com
13
COMMENT=	Parse and format strp and strf time patterns
13
COMMENT=	Parse and format strp and strf time patterns
14
14
15
LICENSE=	ART20
15
LICENSE=	ART20
Lines 23-27 Link Here
23
23
24
USES=		perl5
24
USES=		perl5
25
USE_PERL5=	configure
25
USE_PERL5=	configure
26
NO_ARCH=	yes
27
28
#pre-install:	test
26
29
27
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)devel/p5-DateTime-Format-Strptime/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (DateTime-Format-Strptime-1.55.tar.gz) = 70ca985789b03b22e992350dc7e620f7cfd6fbb429854555bce7af6ea2ac9643
1
SHA256 (DateTime-Format-Strptime-1.56.tar.gz) = 2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28
2
SIZE (DateTime-Format-Strptime-1.55.tar.gz) = 27017
2
SIZE (DateTime-Format-Strptime-1.56.tar.gz) = 36863
(-)devel/p5-DateTime-Format-Strptime/pkg-plist (-1 / +1 lines)
Lines 1-2 Link Here
1
%%PERL5_MAN3%%/DateTime::Format::Strptime.3.gz
2
%%SITE_PERL%%/DateTime/Format/Strptime.pm
1
%%SITE_PERL%%/DateTime/Format/Strptime.pm
2
%%PERL5_MAN3%%/DateTime::Format::Strptime.3.gz

Return to bug 194970