diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-24 15:18:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-24 15:18:18 +0000 |
commit | 42603c5b1d6574787be3255414d1d41fa4f947b6 (patch) | |
tree | 752ca3625465e931970fe878d95194fef37bd80c /devel | |
parent | Update to 1.1104 (diff) |
Update to 0.997004
- Use real PORTVERSION
- Add NO_ARCH
Changes: http://search.cpan.org/dist/IO-Prompt/Changes
Notes
Notes:
svn path=/head/; revision=439316
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-Prompt/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-IO-Prompt/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-IO-Prompt/Makefile b/devel/p5-IO-Prompt/Makefile index 5e6be72ef269..59f1d1f44387 100644 --- a/devel/p5-IO-Prompt/Makefile +++ b/devel/p5-IO-Prompt/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= IO-Prompt -PORTVERSION= 0.99.7002 -PORTREVISION= 2 +PORTVERSION= 0.997004 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/(\..+)\./\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Interactively prompt for user input @@ -19,6 +17,7 @@ BUILD_DEPENDS= p5-Term-ReadKey>0:devel/p5-Term-ReadKey \ p5-Want>0:devel/p5-Want RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/devel/p5-IO-Prompt/distinfo b/devel/p5-IO-Prompt/distinfo index 8c6834b780ae..bddc4c94faee 100644 --- a/devel/p5-IO-Prompt/distinfo +++ b/devel/p5-IO-Prompt/distinfo @@ -1,2 +1,3 @@ -SHA256 (IO-Prompt-0.997002.tar.gz) = 08ad24f58335ce9696666e4411b2f3cd9c2e1fb72b306b6018c1a13971361ced -SIZE (IO-Prompt-0.997002.tar.gz) = 15085 +TIMESTAMP = 1492966535 +SHA256 (IO-Prompt-0.997004.tar.gz) = f17bb305ee6ac8b5b203e6d826eb940c4f3f6d6f4bfe719c3b3a225f46f58615 +SIZE (IO-Prompt-0.997004.tar.gz) = 15297 |