From owner-svn-ports-head@freebsd.org Fri May 19 16:29:15 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F18FAD73F3A; Fri, 19 May 2017 16:29:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C33401E1A; Fri, 19 May 2017 16:29:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4JGTE3o006100; Fri, 19 May 2017 16:29:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JGTECb006098; Fri, 19 May 2017 16:29:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705191629.v4JGTECb006098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 19 May 2017 16:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441249 - head/lang/p5-Expect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 16:29:16 -0000 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 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