From owner-svn-ports-all@freebsd.org Fri Dec 29 18:47:13 2017 Return-Path: Delivered-To: svn-ports-all@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 4BC9CEAA6B2; Fri, 29 Dec 2017 18:47:13 +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 F2B4375A25; Fri, 29 Dec 2017 18:47:12 +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 vBTIlBZV062414; Fri, 29 Dec 2017 18:47:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBTIlB7u062410; Fri, 29 Dec 2017 18:47:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712291847.vBTIlB7u062410@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, 29 Dec 2017 18:47:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457523 - in head/misc: . p5-Asterisk p5-Asterisk-FastAGI p5-asterisk-perl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/misc: . p5-Asterisk p5-Asterisk-FastAGI p5-asterisk-perl X-SVN-Commit-Revision: 457523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 18:47:13 -0000 Author: sunpoet Date: Fri Dec 29 18:47:11 2017 New Revision: 457523 URL: https://svnweb.freebsd.org/changeset/ports/457523 Log: Move misc/p5-Asterisk to misc/p5-asterisk-perl - Add NO_ARCH - Bump PORTREVISION of dependent ports for dependency change Added: head/misc/p5-asterisk-perl/ - copied from r457522, head/misc/p5-Asterisk/ Deleted: head/misc/p5-Asterisk/ Modified: head/misc/Makefile head/misc/p5-Asterisk-FastAGI/Makefile head/misc/p5-asterisk-perl/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Dec 29 18:47:05 2017 (r457522) +++ head/misc/Makefile Fri Dec 29 18:47:11 2017 (r457523) @@ -300,7 +300,6 @@ SUBDIR += p5-Array-LineReader SUBDIR += p5-Array-PrintCols SUBDIR += p5-Array-RefElem - SUBDIR += p5-Asterisk SUBDIR += p5-Asterisk-FastAGI SUBDIR += p5-Bot-Training SUBDIR += p5-Bot-Training-MegaHAL @@ -355,6 +354,7 @@ SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash SUBDIR += p5-Zen-Koans + SUBDIR += p5-asterisk-perl SUBDIR += pantry SUBDIR += parley SUBDIR += pastebinit Modified: head/misc/p5-Asterisk-FastAGI/Makefile ============================================================================== --- head/misc/p5-Asterisk-FastAGI/Makefile Fri Dec 29 18:47:05 2017 (r457522) +++ head/misc/p5-Asterisk-FastAGI/Makefile Fri Dec 29 18:47:11 2017 (r457523) @@ -3,7 +3,7 @@ PORTNAME= Asterisk-FastAGI PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,13 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-Module-Install>=0:devel/p5-Module-Install \ - p5-Asterisk>=0:misc/p5-Asterisk \ + p5-asterisk-perl>=0:misc/p5-asterisk-perl \ p5-Net-Server>=0:net/p5-Net-Server \ p5-File-Remove>=0:devel/p5-File-Remove -RUN_DEPENDS= p5-Asterisk>=0:misc/p5-Asterisk \ +RUN_DEPENDS= p5-asterisk-perl>=0:misc/p5-asterisk-perl \ p5-Net-Server>=0:net/p5-Net-Server +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/misc/p5-asterisk-perl/Makefile ============================================================================== --- head/misc/p5-Asterisk/Makefile Fri Dec 29 18:47:05 2017 (r457522) +++ head/misc/p5-asterisk-perl/Makefile Fri Dec 29 18:47:11 2017 (r457523) @@ -1,20 +1,19 @@ # Created by: Alexander Timoshenko # $FreeBSD$ -PORTNAME= Asterisk +PORTNAME= asterisk-perl PORTVERSION= 1.03 PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAMESGOL PKGNAMEPREFIX= p5- -DISTNAME= asterisk-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Asterisk perl library +NO_ARCH= yes USES= perl5 USE_PERL5= configure -WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION} .include