svn commit: r320099 - in head: multimedia/emovix net-mgmt/netspoc net/DarwinStreamingServer www/p5-HTTP-Server-Simple-PSGI
Mathieu Arnold
mat at FreeBSD.org
Thu Jun 6 14:04:07 UTC 2013
Author: mat
Date: Thu Jun 6 14:04:06 2013
New Revision: 320099
URL: http://svnweb.freebsd.org/changeset/ports/320099
Log:
*PERL* cleanup. ports@ maintained ports.
- PERL_CONFIGURE implies USE_PERL5.
- USE_PERL5 implies USE_PERL5_BUILD and USE_PERL5_RUN.
Reported by: az
Modified:
head/multimedia/emovix/Makefile
head/net-mgmt/netspoc/Makefile
head/net/DarwinStreamingServer/Makefile
head/www/p5-HTTP-Server-Simple-PSGI/Makefile
Modified: head/multimedia/emovix/Makefile
==============================================================================
--- head/multimedia/emovix/Makefile Thu Jun 6 13:58:19 2013 (r320098)
+++ head/multimedia/emovix/Makefile Thu Jun 6 14:04:06 2013 (r320099)
@@ -16,6 +16,5 @@ COMMENT= Mini Linux distro to create boo
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
-USE_PERL5_BUILD=yes
.include <bsd.port.mk>
Modified: head/net-mgmt/netspoc/Makefile
==============================================================================
--- head/net-mgmt/netspoc/Makefile Thu Jun 6 13:58:19 2013 (r320098)
+++ head/net-mgmt/netspoc/Makefile Thu Jun 6 14:04:06 2013 (r320099)
@@ -18,7 +18,6 @@ COMMENT= A Network Security Policy Compi
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_PERL5= yes
PERL_CONFIGURE= yes
MAN1= netspoc.1 print-group.1
Modified: head/net/DarwinStreamingServer/Makefile
==============================================================================
--- head/net/DarwinStreamingServer/Makefile Thu Jun 6 13:58:19 2013 (r320098)
+++ head/net/DarwinStreamingServer/Makefile Thu Jun 6 14:04:06 2013 (r320099)
@@ -28,8 +28,7 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR
NOT_FOR_ARCHS= ia64 powerpc sparc64
-USE_PERL5_RUN= yes
-USE_PERL5_BUILD=yes
+USE_PERL5= yes
USE_RC_SUBR= streamingadminserver darwin_streaming_server
SUB_LIST+= PERL=${PERL}
Modified: head/www/p5-HTTP-Server-Simple-PSGI/Makefile
==============================================================================
--- head/www/p5-HTTP-Server-Simple-PSGI/Makefile Thu Jun 6 13:58:19 2013 (r320098)
+++ head/www/p5-HTTP-Server-Simple-PSGI/Makefile Thu Jun 6 14:04:06 2013 (r320099)
@@ -16,7 +16,6 @@ COMMENT= PSGI handler for HTTP::Server::
RUN_DEPENDS= p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple
-USE_PERL5= YES
PERL_CONFIGURE= YES
MAN3= HTTP::Server::Simple::PSGI.3
More information about the svn-ports-head
mailing list