svn commit: r441249 - head/lang/p5-Expect
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri May 19 16:29:16 UTC 2017
Author: sunpoet
Date: Fri May 19 16:29:14 2017
New Revision: 441249
URL: https://svnweb.freebsd.org/changeset/ports/441249
Log:
Update to 1.35
- Add NO_ARCH
- Remove WRKSRC
Changes: http://search.cpan.org/dist/Expect/Changes
Modified:
head/lang/p5-Expect/Makefile
head/lang/p5-Expect/distinfo
Modified: head/lang/p5-Expect/Makefile
==============================================================================
--- head/lang/p5-Expect/Makefile Fri May 19 15:57:14 2017 (r441248)
+++ head/lang/p5-Expect/Makefile Fri May 19 16:29:14 2017 (r441249)
@@ -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>
Modified: head/lang/p5-Expect/distinfo
==============================================================================
--- head/lang/p5-Expect/distinfo Fri May 19 15:57:14 2017 (r441248)
+++ head/lang/p5-Expect/distinfo Fri May 19 16:29:14 2017 (r441249)
@@ -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
More information about the svn-ports-head
mailing list