diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-20 00:29:14 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-20 00:29:14 +0800 |
commit | d8af3d453f0a294dfaeb8f41b650964d154b5cde (patch) | |
tree | 0f42916abb12739a595e5a3ebc56ba5047643f66 /lang/p5-Expect | |
parent | 5e6742c0de26d544ec39a23e6c6c088ea668058f (diff) | |
download | freebsd-ports-gnome-d8af3d453f0a294dfaeb8f41b650964d154b5cde.tar.gz freebsd-ports-gnome-d8af3d453f0a294dfaeb8f41b650964d154b5cde.tar.zst freebsd-ports-gnome-d8af3d453f0a294dfaeb8f41b650964d154b5cde.zip |
Update to 1.35
- Add NO_ARCH
- Remove WRKSRC
Changes: http://search.cpan.org/dist/Expect/Changes
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index e50afb60953e..f36a97829821 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Expect -PORTVERSION= 1.33 +PORTVERSION= 1.35 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Tty>=1.11:devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -WRKSRC= ${WRKDIR}/expect.pm-Expect-${PORTVERSION} - .include <bsd.port.mk> diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index 1866b10856b2..99b977a5ed95 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466517729 -SHA256 (Expect-1.33.tar.gz) = fddfea6980c4f6771d979472e3e084fb55ca9b92bd39ebabdb2522594bf05ff2 -SIZE (Expect-1.33.tar.gz) = 62268 +TIMESTAMP = 1495210726 +SHA256 (Expect-1.35.tar.gz) = 09d92761421decd495853103379165a99efbf452c720f30277602cf23679fd06 +SIZE (Expect-1.35.tar.gz) = 61667 |