pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove long obsolete perl version reference.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baa401c30d6a
branches:  trunk
changeset: 358197:baa401c30d6a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 07 12:13:12 2017 +0000

description:
Remove long obsolete perl version reference.

diffstat:

 multimedia/dvdrip/Makefile                |  5 +----
 net/dnscheck/Makefile                     |  3 +--
 net/lldpd/options.mk                      |  4 ++--
 www/SpeedyCGI/Makefile                    |  3 +--
 www/p5-POE-Component-Server-SOAP/Makefile |  3 +--
 5 files changed, 6 insertions(+), 12 deletions(-)

diffs (88 lines):

diff -r 3e58916af2d0 -r baa401c30d6a multimedia/dvdrip/Makefile
--- a/multimedia/dvdrip/Makefile        Tue Feb 07 12:07:33 2017 +0000
+++ b/multimedia/dvdrip/Makefile        Tue Feb 07 12:13:12 2017 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2016/07/09 06:38:38 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.60 2017/02/07 12:13:12 wiz Exp $
 
 DISTNAME=      dvdrip-0.98.11
 PKGREVISION=   7
@@ -30,8 +29,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-BUILDLINK_API_DEPENDS.perl+=   perl>=5.6.0
-
 USE_LANGUAGES=         c
 USE_PKGLOCALEDIR=      YES
 USE_TOOLS+=            perl
diff -r 3e58916af2d0 -r baa401c30d6a net/dnscheck/Makefile
--- a/net/dnscheck/Makefile     Tue Feb 07 12:07:33 2017 +0000
+++ b/net/dnscheck/Makefile     Tue Feb 07 12:13:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/12/18 16:23:51 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2017/02/07 12:13:12 wiz Exp $
 
 DISTNAME=      dotse-dnscheck-1.5.4-0-g352a15c
 PKGNAME=       dnscheck-1.5.4
@@ -38,7 +38,6 @@
 REPLACE_PERL+= apps/dnscheck-enqueue apps/dnscheck-packetcheck
 
 PERL5_PACKLIST=                        auto/DNSCheck/.packlist
-BUILDLINK_API_DEPENDS.perl+=   perl>=5.6.1
 
 BUILD_DEFS+=   IPV6_READY
 
diff -r 3e58916af2d0 -r baa401c30d6a net/lldpd/options.mk
--- a/net/lldpd/options.mk      Tue Feb 07 12:07:33 2017 +0000
+++ b/net/lldpd/options.mk      Tue Feb 07 12:13:12 2017 +0000
@@ -1,4 +1,5 @@
-# $NetBSD: options.mk,v 1.1 2014/06/13 03:06:09 mef Exp $
+# $NetBSD: options.mk,v 1.2 2017/02/07 12:13:12 wiz Exp $
+
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lldpd
 PKG_SUPPORTED_OPTIONS= json snmp xml
 PKG_SUGGESTED_OPTIONS= json snmp xml
@@ -12,7 +13,6 @@
 .if !empty(PKG_OPTIONS:Msnmp)
 .      include "../../net/net-snmp/buildlink3.mk"
 USE_TOOLS+= perl
-BUILDLINK_API_DEPENDS.perl+= perl>=5.16.0
 .      include "../../lang/perl5/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-snmp
 .endif
diff -r 3e58916af2d0 -r baa401c30d6a www/SpeedyCGI/Makefile
--- a/www/SpeedyCGI/Makefile    Tue Feb 07 12:07:33 2017 +0000
+++ b/www/SpeedyCGI/Makefile    Tue Feb 07 12:13:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/07/09 06:39:10 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/02/07 12:13:12 wiz Exp $
 
 DISTNAME=      CGI-SpeedyCGI-2.22
 PKGNAME=       SpeedyCGI-2.22
@@ -12,7 +12,6 @@
 
 MAKE_JOBS_SAFE=                no
 
-BUILDLINK_API_DEPENDS.perl+=   perl>=5.10
 PERL5_PACKLIST=                auto/CGI/SpeedyCGI/.packlist
 
 SUBST_CLASSES+=                run
diff -r 3e58916af2d0 -r baa401c30d6a www/p5-POE-Component-Server-SOAP/Makefile
--- a/www/p5-POE-Component-Server-SOAP/Makefile Tue Feb 07 12:07:33 2017 +0000
+++ b/www/p5-POE-Component-Server-SOAP/Makefile Tue Feb 07 12:13:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 19:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/02/07 12:13:12 wiz Exp $
 
 DISTNAME=      POE-Component-Server-SOAP-1.14
 PKGNAME=       p5-${DISTNAME}
@@ -17,7 +17,6 @@
 DEPENDS+=      p5-POE-[0-9]*:../../devel/p5-POE
 DEPENDS+=      p5-POE-Component-Server-SimpleHTTP>=1.54:../../www/p5-POE-Component-Server-SimpleHTTP
 DEPENDS+=      p5-SOAP-Lite>=0.55:../../net/p5-SOAP-Lite
-DEPENDS+=      perl>=5.6:../../lang/perl5
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index