Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2017 18:47:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201712291847.vBTIlB7u062410@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gonzo@univ.kiev.ua>
 # $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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712291847.vBTIlB7u062410>