svn commit: r457523 - in head/misc: . p5-Asterisk p5-Asterisk-FastAGI p5-asterisk-perl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Dec 29 18:47:13 UTC 2017
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 at 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 at FreeBSD.org
COMMENT= Asterisk perl library
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list