diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-11 06:59:55 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-11 06:59:55 +0800 |
commit | aaa91f12a580835c75a5f1ffc417632c7b862d65 (patch) | |
tree | 80e1743dd7c65f7a0eb915f87ea93bfbddcf5470 /devel | |
parent | 644138e9bfd5ce75037ac210516abee348ca0358 (diff) | |
download | freebsd-ports-gnome-aaa91f12a580835c75a5f1ffc417632c7b862d65.tar.gz freebsd-ports-gnome-aaa91f12a580835c75a5f1ffc417632c7b862d65.tar.zst freebsd-ports-gnome-aaa91f12a580835c75a5f1ffc417632c7b862d65.zip |
- Update to 1.07
- Strip shared object
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-DateTime/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-DateTime/Makefile b/devel/p5-DateTime/Makefile index a6633bcd1483..ac37769cb836 100644 --- a/devel/p5-DateTime/Makefile +++ b/devel/p5-DateTime/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime -PORTVERSION= 1.06 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -29,6 +29,7 @@ USE_PERL5= modbuild PORTDOCS= CREDITS Changes TODO post-install: + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DateTime/DateTime.so @${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ diff --git a/devel/p5-DateTime/distinfo b/devel/p5-DateTime/distinfo index 5d7000a0da38..a41eeb51b450 100644 --- a/devel/p5-DateTime/distinfo +++ b/devel/p5-DateTime/distinfo @@ -1,2 +1,2 @@ -SHA256 (DateTime-1.06.tar.gz) = 9c4447427c9f8d1123386c9995456063062e3caf41ae86a4789ffd43ac46d3ea -SIZE (DateTime-1.06.tar.gz) = 174875 +SHA256 (DateTime-1.07.tar.gz) = 61605fc9c130b4819a4c6bb939d28778ee600c45645930d58bf092ff9ffea4b2 +SIZE (DateTime-1.07.tar.gz) = 173961 |