- Update to 1.0.5
- Remove unnccessary WRKSRC - Cosmetic change Changes: http://cpansearch.perl.org/src/IKEGAMI/DateTime-Format-RFC3339-v1.0.5/Changes.txt PR: ports/161998 Approved by: Dan Rench <citric@cubicone.tmetic.com> (maintainer) Feature safe: yes
This commit is contained in:
parent
fa9af1e7da
commit
b8253934f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285888
2 changed files with 6 additions and 7 deletions
|
@ -6,18 +6,17 @@
|
|||
#
|
||||
|
||||
PORTNAME= DateTime-Format-RFC3339
|
||||
PORTVERSION= v1.0.4
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= citric@cubicone.tmetic.com
|
||||
COMMENT= Parse and format RFC3339 times
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/00//}
|
||||
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DateTime-Format-RFC3339-v1.0.4.tar.gz) = 2de867be2440d9ce54f52e3e801bee1a7ab623f1ae3faa5a24bca80384791f7c
|
||||
SIZE (DateTime-Format-RFC3339-v1.0.4.tar.gz) = 3680
|
||||
SHA256 (DateTime-Format-RFC3339-v1.0.5.tar.gz) = f7f35242b7c857bb4007a69dcbb3baed8c01e50c8d18449c978e9443cdfaee12
|
||||
SIZE (DateTime-Format-RFC3339-v1.0.5.tar.gz) = 6697
|
||||
|
|
Loading…
Reference in a new issue