From 953ca5dbf2d268d7f21323f604bbf03338f51293 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 27 Nov 2011 13:29:35 +0000 Subject: [PATCH] move to bin/ and ajust CPANTEST path ok espie@ --- infrastructure/{build => bin}/cpanreport | 2 +- infrastructure/{build => bin}/outdated-perl-ports | 2 +- infrastructure/mk/cpan.port.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename infrastructure/{build => bin}/cpanreport (97%) rename infrastructure/{build => bin}/outdated-perl-ports (97%) diff --git a/infrastructure/build/cpanreport b/infrastructure/bin/cpanreport similarity index 97% rename from infrastructure/build/cpanreport rename to infrastructure/bin/cpanreport index 52eb8edc49c..1c765692007 100644 --- a/infrastructure/build/cpanreport +++ b/infrastructure/bin/cpanreport @@ -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 # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/infrastructure/build/outdated-perl-ports b/infrastructure/bin/outdated-perl-ports similarity index 97% rename from infrastructure/build/outdated-perl-ports rename to infrastructure/bin/outdated-perl-ports index eba0dea49c0..c64077b4068 100644 --- a/infrastructure/build/outdated-perl-ports +++ b/infrastructure/bin/outdated-perl-ports @@ -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 # diff --git a/infrastructure/mk/cpan.port.mk b/infrastructure/mk/cpan.port.mk index 1f5036eb455..334b4b304fb 100644 --- a/infrastructure/mk/cpan.port.mk +++ b/infrastructure/mk/cpan.port.mk @@ -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}