diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-30 02:47:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-30 02:47:11 +0800 |
commit | 19422adce3a15408f43bfb395996f5f5177b6fa8 (patch) | |
tree | 621ecba7102cd26a55f6cd1526d441eb28483b23 /misc | |
parent | 6d398025dd8d8e86ce77bad2db313b9598ee12f1 (diff) | |
download | freebsd-ports-gnome-19422adce3a15408f43bfb395996f5f5177b6fa8.tar.gz freebsd-ports-gnome-19422adce3a15408f43bfb395996f5f5177b6fa8.tar.zst freebsd-ports-gnome-19422adce3a15408f43bfb395996f5f5177b6fa8.zip |
Move misc/p5-Asterisk to misc/p5-asterisk-perl
- Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Asterisk-FastAGI/Makefile | 7 | ||||
-rw-r--r-- | misc/p5-asterisk-perl/Makefile (renamed from misc/p5-Asterisk/Makefile) | 5 | ||||
-rw-r--r-- | misc/p5-asterisk-perl/distinfo (renamed from misc/p5-Asterisk/distinfo) | 0 | ||||
-rw-r--r-- | misc/p5-asterisk-perl/pkg-descr (renamed from misc/p5-Asterisk/pkg-descr) | 0 | ||||
-rw-r--r-- | misc/p5-asterisk-perl/pkg-plist (renamed from misc/p5-Asterisk/pkg-plist) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/misc/Makefile b/misc/Makefile index 8605edb13921..a4e0d207be1c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 diff --git a/misc/p5-Asterisk-FastAGI/Makefile b/misc/p5-Asterisk-FastAGI/Makefile index 0aecaa7cd4e6..b683eb102784 100644 --- a/misc/p5-Asterisk-FastAGI/Makefile +++ b/misc/p5-Asterisk-FastAGI/Makefile @@ -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 diff --git a/misc/p5-Asterisk/Makefile b/misc/p5-asterisk-perl/Makefile index 1f994ba324e5..1f2adac02f31 100644 --- a/misc/p5-Asterisk/Makefile +++ b/misc/p5-asterisk-perl/Makefile @@ -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> diff --git a/misc/p5-Asterisk/distinfo b/misc/p5-asterisk-perl/distinfo index e1408e3af464..e1408e3af464 100644 --- a/misc/p5-Asterisk/distinfo +++ b/misc/p5-asterisk-perl/distinfo diff --git a/misc/p5-Asterisk/pkg-descr b/misc/p5-asterisk-perl/pkg-descr index 8e68ca8f484e..8e68ca8f484e 100644 --- a/misc/p5-Asterisk/pkg-descr +++ b/misc/p5-asterisk-perl/pkg-descr diff --git a/misc/p5-Asterisk/pkg-plist b/misc/p5-asterisk-perl/pkg-plist index 9031f13a8b2e..9031f13a8b2e 100644 --- a/misc/p5-Asterisk/pkg-plist +++ b/misc/p5-asterisk-perl/pkg-plist |