diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-04-03 20:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-04-03 20:13:38 +0000 |
commit | c791dac8768f6de74e921994231bd3bb743fd4e4 (patch) | |
tree | 9eaef18cdd46e00b050a7ce8239b77e0fad5b7d1 | |
parent | Fix emulators/virtualbox-ose-additions build with lld on i386. (diff) |
Update to 0.71.
Notes
Notes:
svn path=/head/; revision=497758
-rw-r--r-- | devel/p5-Inline-Files/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Inline-Files/distinfo | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Inline-Files/Makefile b/devel/p5-Inline-Files/Makefile index 6dbbf5c55287..80aed72bd35f 100644 --- a/devel/p5-Inline-Files/Makefile +++ b/devel/p5-Inline-Files/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-Files -PORTVERSION= 0.69 +PORTVERSION= 0.71 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,4 +13,6 @@ COMMENT= Multiple virtual files at the end of your code USES= perl5 USE_PERL5= configure +NO_ARCH= y + .include <bsd.port.mk> diff --git a/devel/p5-Inline-Files/distinfo b/devel/p5-Inline-Files/distinfo index d50a57ba9738..772d8d817e6b 100644 --- a/devel/p5-Inline-Files/distinfo +++ b/devel/p5-Inline-Files/distinfo @@ -1,2 +1,3 @@ -SHA256 (Inline-Files-0.69.tar.gz) = 8f003605f2f4a3cb9929772ca78d66aa88c0d441c8f75c7d47d798b3128b685e -SIZE (Inline-Files-0.69.tar.gz) = 14804 +TIMESTAMP = 1554321166 +SHA256 (Inline-Files-0.71.tar.gz) = fae9b99117700cc87cf8fdc8b8ec69bfd1d835ab88c5d140f0526a95ac54b9ed +SIZE (Inline-Files-0.71.tar.gz) = 15333 |