update to version 0.11

- remove USE_GROFF
- keep tests disabled for now

from Gleydson Soares
looks good to jasper@
This commit is contained in:
simon 2011-04-09 14:30:13 +00:00
parent 6e27e578a2
commit 1f1f9fde8c
3 changed files with 9 additions and 26 deletions

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2011/04/09 14:30:13 simon Exp $
COMMENT = Reload changed modules for mod_perl
DISTNAME = Apache-Reload-0.10
REVISION = 0
DISTNAME = Apache-Reload-0.11
CATEGORIES = www perl5
MODULES = cpan
USE_GROFF = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/mod_perl
@ -18,8 +16,8 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
# Tests are patched out to avoid network access in "make configure",
# and need manual configuration anyway.
# regress tests require to run as non-root user,
# needs p5-Apache-Test chroot fix to work as root
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (Apache-Reload-0.10.tar.gz) = HYmEEVO3azhOCEeePiYIKg==
RMD160 (Apache-Reload-0.10.tar.gz) = 20biIVI9JanfwN8u9SJm8AoPXhs=
SHA1 (Apache-Reload-0.10.tar.gz) = 3KyPzG0ore+IqL/CBfKgNdA3Bhg=
SHA256 (Apache-Reload-0.10.tar.gz) = /LGhHCnqUe4ggigdNNuXMwDEMqx+n/djSJVMOM5no6w=
SIZE (Apache-Reload-0.10.tar.gz) = 17441
MD5 (Apache-Reload-0.11.tar.gz) = 7AL5Ou7wjy2eZzRkWhMaIQ==
RMD160 (Apache-Reload-0.11.tar.gz) = VMkhRCox8uooKEKsTpCqkPktdwY=
SHA1 (Apache-Reload-0.11.tar.gz) = Fcg+lsoyPejzLgWeZSCqYwhRDII=
SHA256 (Apache-Reload-0.11.tar.gz) = ORK3rSocZ88c4iVJLEA2hZyXTRsZC9ZeSQlm8WIOoho=
SIZE (Apache-Reload-0.11.tar.gz) = 17992

View File

@ -1,15 +0,0 @@
Avoids DNS lookup during "make configure".
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2008/07/23 18:39:19 sthen Exp $
--- Makefile.PL.orig Sat Feb 16 08:02:31 2008
+++ Makefile.PL Wed Jul 23 14:30:30 2008
@@ -18,7 +18,8 @@ else {
%prereqs = ($mp_gen == 1 ? %mp1 : %mp2);
-my $HAS_APACHE_TEST = check_for_apache_test();
+#my $HAS_APACHE_TEST = check_for_apache_test();
+my $HAS_APACHE_TEST = 0;
my %common_opts = (
PREREQ_PM => \%prereqs,