From skv@FreeBSD.org  Thu Jun  1 10:55:20 2006
Return-Path: <skv@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4C5D16B45D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 10:55:20 +0000 (UTC)
	(envelope-from skv@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7D17343D48
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jun 2006 10:55:20 +0000 (GMT)
	(envelope-from skv@FreeBSD.org)
Received: from freefall.freebsd.org (skv@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k51AtKHe033379
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Jun 2006 10:55:20 GMT
	(envelope-from skv@freefall.freebsd.org)
Received: (from skv@localhost)
	by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k51AtKem033378;
	Thu, 1 Jun 2006 10:55:20 GMT
	(envelope-from skv)
Message-Id: <200606011055.k51AtKem033378@freefall.freebsd.org>
Date: Thu, 1 Jun 2006 10:55:20 GMT
From: skv@freebsd.org
Reply-To: skv@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: www/p5-Apache-DBI
X-Send-Pr-Version: 3.2

>Number:         98274
>Category:       ports
>Synopsis:       Update port: www/p5-Apache-DBI
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 11:00:28 GMT 2006
>Closed-Date:    Fri Jun 02 09:55:39 GMT 2006
>Last-Modified:  Fri Jun 02 09:55:39 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 1 11:04:16 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98274 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 1 11:04:25 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98274 

From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: bug-followup@FreeBSD.org, skv@FreeBSD.org
Cc:  
Subject: Re: ports/98274: Update port: www/p5-Apache-DBI
Date: Thu, 01 Jun 2006 10:39:05 -0700

 Looks good too me.  The below hack which I was going to submit myself will only be temporary
 as I was waiting for feedback on the modper \at/ perl (dot) apache (dot) org list before
 releasing the first 1.0x version.
 
 -MASTER_SITE_SUBDIR=	Apache
 +MASTER_SITE_SUBDIR=	../../authors/id/P/PG/PGOLLUCCI
 
 commit away.
 -- 
 ------------------------------------------------------------------------
 Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
 Consultant / http://p6m7g8.net/Resume/resume.shtml
 Senior Software Engineer - TicketMaster - http://ticketmaster.com
 1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F
 
 "It takes a minute to have a crush on someone, an hour to like someone,
 and a day to love someone, but it takes a lifetime to forget someone..."
State-Changed-From-To: feedback->closed 
State-Changed-By: skv 
State-Changed-When: Fri Jun 2 09:55:33 UTC 2006 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98274 
>Unformatted:
