diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-12 18:56:06 +0000 |
commit | 2f7da7836fad609a5979818bfc4771853750df13 (patch) | |
tree | e627a638f10e8eb4f65a201079f6391431c359a8 /sysutils | |
parent | e88b5b4ddf887af710d84a784503a0289690489a (diff) | |
download | pkgsrc-2f7da7836fad609a5979818bfc4771853750df13.tar.gz |
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dirvish/Makefile | 4 | ||||
-rw-r--r-- | sysutils/p5-Sys-Syslog/Makefile | 4 | ||||
-rw-r--r-- | sysutils/shelldap/Makefile | 4 | ||||
-rw-r--r-- | sysutils/swatch/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile index 6cfb983e474..b330775b5e6 100644 --- a/sysutils/dirvish/Makefile +++ b/sysutils/dirvish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:51:12 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= dirvish-1.2.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.dirvish.org/ COMMENT= Fast, disk based, rotating network backup system DEPENDS+= rsync>=2.6.0:../../net/rsync -DEPENDS+= {perl>=5.8.8,p5-Getopt-Long>=2.35}:../../devel/p5-Getopt-Long +#DEPENDS+= {perl>=5.8.8,p5-Getopt-Long>=2.35}:../../devel/p5-Getopt-Long DEPENDS+= p5-Time-modules>=2003.0:../../time/p5-Time-modules DEPENDS+= p5-Time-Period>=1.0:../../time/p5-Time-Period diff --git a/sysutils/p5-Sys-Syslog/Makefile b/sysutils/p5-Sys-Syslog/Makefile index 1f364d51ffc..e5b32d138cc 100644 --- a/sysutils/p5-Sys-Syslog/Makefile +++ b/sysutils/p5-Sys-Syslog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= Sys-Syslog-0.33 @@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Sys-Syslog/ COMMENT= Perl interface to the UNIX syslog(3) calls LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.6.0,p5-XSLoader>=0}:../../devel/p5-XSLoader +#DEPENDS+= {perl>=5.6.0,p5-XSLoader>=0}:../../devel/p5-XSLoader PERL5_PACKLIST= auto/Sys/Syslog/.packlist diff --git a/sysutils/shelldap/Makefile b/sysutils/shelldap/Makefile index 2cc1d35f2b6..436787f9c0e 100644 --- a/sysutils/shelldap/Makefile +++ b/sysutils/shelldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:17 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:29 wiz Exp $ # PKGNAME= shelldap-1.3.0 @@ -15,7 +15,7 @@ LICENSE= modified-bsd DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell -DEPENDS+= {perl>=5.13.6,p5-Digest-MD5>=2.51}:../../security/p5-Digest-MD5 +#DEPENDS+= {perl>=5.13.6,p5-Digest-MD5>=2.51}:../../security/p5-Digest-MD5 DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff DEPENDS+= p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap DEPENDS+= p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine diff --git a/sysutils/swatch/Makefile b/sysutils/swatch/Makefile index 02c5b21c4e2..b748424318f 100644 --- a/sysutils/swatch/Makefile +++ b/sysutils/swatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:29 wiz Exp $ # DISTNAME= swatch-3.2.1 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 # or later DEPENDS+= p5-Date-Calc>=0:../../devel/p5-Date-Calc DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip DEPENDS+= p5-File-Tail>=0:../../misc/p5-File-Tail -DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.12}:../../time/p5-Time-HiRes +#DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=1.12}:../../time/p5-Time-HiRes DEPENDS+= p5-TimeDate>=0:../../time/p5-TimeDate PERL5_PACKLIST= auto/swatch/.packlist |