move to bin/ and ajust CPANTEST path

ok espie@
This commit is contained in:
jasper 2011-11-27 13:29:35 +00:00
parent 061934ab66
commit 953ca5dbf2
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $OpenBSD: cpanreport,v 1.2 2008/01/29 21:00:27 simon Exp $
# $OpenBSD: cpanreport,v 1.1 2011/11/27 13:29:35 jasper Exp $
# Copyright (c) 2007, 2008 Simon Bertrang <simon@openbsd.org>
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
# $OpenBSD: outdated-perl-ports,v 1.6 2011/08/31 11:24:19 jasper Exp $
# $OpenBSD: outdated-perl-ports,v 1.1 2011/11/27 13:29:35 jasper Exp $
#
# Copyright (c) 2003 Sam Smith <S@mSmith.net>
#

View File

@ -1,4 +1,4 @@
# $OpenBSD: cpan.port.mk,v 1.15 2011/10/22 07:42:24 espie Exp $
# $OpenBSD: cpan.port.mk,v 1.16 2011/11/27 13:29:35 jasper Exp $
PKGNAME ?= p5-${DISTNAME}
.if !defined(CPAN_AUTHOR)
@ -54,7 +54,7 @@ ERRORS += "Fatal: CPAN_REPORT_DB must point to a directory"
ERRORS += "Fatal: CPAN_REPORT_FROM needs an email address"
. endif
CPANTEST = perl ${PORTSDIR}/infrastructure/build/cpanreport
CPANTEST = perl ${PORTSDIR}/infrastructure/bincpanreport
CPANTEST_FLAGS =-f ${REGRESS_LOGFILE} -s ${CPAN_REPORT_FROM:Q} ${DISTNAME} \
> ${CPAN_REPORT_DB}/${PKGNAME}
CPANTEST_PASS = -g pass ${CPANTEST_FLAGS}