summaryrefslogtreecommitdiff
path: root/misc/dpkg
diff options
context:
space:
mode:
authorjoerg <joerg>2013-05-31 20:14:24 +0000
committerjoerg <joerg>2013-05-31 20:14:24 +0000
commitaa385a175d726f7ae5de5dc431abf3614b299cd8 (patch)
treec4fcfd7bb6d681696628692761871284d732c4fd /misc/dpkg
parenta8854c0c4fb9ed1d3b389dfb0a8181e3d65b8412 (diff)
downloadpkgsrc-aa385a175d726f7ae5de5dc431abf3614b299cd8.tar.gz
Also adjust Perl version requirements.
XXX should be killed
Diffstat (limited to 'misc/dpkg')
-rw-r--r--misc/dpkg/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dpkg/Makefile b/misc/dpkg/Makefile
index e2df8bda113..0c9bd4cdde3 100644
--- a/misc/dpkg/Makefile
+++ b/misc/dpkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:26 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2013/05/31 20:14:24 joerg Exp $
#
DISTNAME= dpkg_1.16.3
@@ -31,8 +31,8 @@ REPLACE_PERL+= dselect/methods/ftp/update
# XXX this is probably not the best way to do this but it'll have to
# serve for the moment.
-THIS_PERL_VERSION= 5.16.0
-NEXT_PERL_VERSION= 5.18.0
+THIS_PERL_VERSION= 5.18.0
+NEXT_PERL_VERSION= 5.20.0
PLIST_SUBST+= PERL=${THIS_PERL_VERSION}
PERL_DEP= perl>=${THIS_PERL_VERSION}<${NEXT_PERL_VERSION}
DEPENDS+= ${PERL_DEP}:../../lang/perl5