Date: Thu, 1 Jun 2006 10:55:20 GMT From: skv@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98274: Update port: www/p5-Apache-DBI Message-ID: <200606011055.k51AtKem033378@freefall.freebsd.org> Resent-Message-ID: <200606011100.k51B0S5B033558@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98274 >Category: ports >Synopsis: Update port: www/p5-Apache-DBI >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 01 11:00:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 6.1-STABLE i386 >Organization: <Organization of PR author (multiple lines)> >Environment: <Relevant environment information (multiple lines)> >Description: * fix distfiles fetching - change MASTER_SITE_SUBDIR (note that correct distfile has different size and checksum) * simplify RUN_DEPENDS if WITH_MODPERL2 is defined >How-To-Repeat: <Code/input/activities to reproduce the problem (multiple lines)> >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-DBI/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 30 May 2006 09:38:59 -0000 1.19 +++ Makefile 1 Jun 2006 10:54:12 -0000 @@ -7,9 +7,10 @@ PORTNAME= Apache-DBI PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= www databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Apache +MASTER_SITE_SUBDIR= ../../authors/id/P/PG/PGOLLUCCI PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION}_01 @@ -24,12 +25,7 @@ .include <bsd.port.pre.mk> .if defined(WITH_MODPERL2) -.if exists(${APXS}) -APACHE_MODULE_DIR!=${APXS} -q LIBEXECDIR -.else -APACHE_MODULE_DIR?=${PREFIX}/libexec/apache2 -.endif -RUN_DEPENDS+= ${APACHE_MODULE_DIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-DBI/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 30 May 2006 09:38:59 -0000 1.10 +++ distinfo 1 Jun 2006 10:39:34 -0000 @@ -1,3 +1,3 @@ -MD5 (Apache-DBI-1.00_01.tar.gz) = 46ff52c4ac26e7dce4975240072eb561 -SHA256 (Apache-DBI-1.00_01.tar.gz) = a150a018c3b216c5a60861275ed212eb415a5404d8d7b1643e216d2d5ba92a32 -SIZE (Apache-DBI-1.00_01.tar.gz) = 32893 +MD5 (Apache-DBI-1.00_01.tar.gz) = b3fa9a39c8be5c2e88f2a50483ac424e +SHA256 (Apache-DBI-1.00_01.tar.gz) = 4afa588acd70c2e5995f9e69a83dffd14600a50ef04f99b919928456a50076ed +SIZE (Apache-DBI-1.00_01.tar.gz) = 32921 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606011055.k51AtKem033378>