From pgollucci@frieza.p6m7g8.net  Mon May 24 02:00:30 2010
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9CE2F1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2010 02:00:30 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F6158FC27
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2010 02:00:30 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o4O20TLl077532;
	Sun, 23 May 2010 22:00:29 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o4O20Tnu077531;
	Sun, 23 May 2010 22:00:29 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <201005240200.o4O20Tnu077531@frieza.p6m7g8.net>
Date: Sun, 23 May 2010 22:00:29 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@frieza.p6m7g8.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: uzgrishin@mail.ru
Subject: [PATCH] www/ap13-sams: WITH_APACHE22 is dead
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         146902
>Category:       ports
>Synopsis:       [PATCH] www/sams: WITH_APACHE22 is dead
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    apache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 02:10:01 UTC 2010
>Closed-Date:    Sun Jun 06 04:51:58 UTC 2010
>Last-Modified:  Sun Jun  6 05:00:17 UTC 2010
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- yes, this changes the default package.

Port maintainer (uzgrishin@mail.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ap13-sams-1.0.5_3,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/sams/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	18 May 2010 04:07:53 -0000	1.13
+++ Makefile	24 May 2010 01:23:44 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	sams
 DISTVERSION=	1.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	http://sams.perm.ru/download/ \
@@ -22,7 +22,6 @@
 USE_RC_SUBR=	sams.sh
 
 OPTIONS=	NTLM	"NTLM autorization/ActiveDirectory support"	off \
-		APACHE22	"Use apache version 2.2"	on \
 		INSTALLGD 	"Graphic reports"		on
 
 USE_GMAKE=	yes
@@ -47,10 +46,8 @@
 USE_PHP+=	ldap
 .endif
 
-.if defined(WITH_APACHE22)
-RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache22
-.else
-RUN_DEPENDS+=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13
+.if defined(WITH_APACHE)
+USE_APACHE=	1.3+
 .endif
 
 .if defined(WITH_INSTALLGD)
--- ap13-sams-1.0.5_3,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Mon May 24 20:04:55 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146902 
State-Changed-From-To: open->feedback 
State-Changed-By: pgollucci 
State-Changed-When: Mon May 24 22:02:22 UTC 2010 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146902 
Responsible-Changed-From-To: pgollucci->apache 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Fri May 28 01:23:06 UTC 2010 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=146902 
State-Changed-From-To: feedback->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Jun 6 04:51:57 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146902: commit references a PR
Date: Sun,  6 Jun 2010 04:51:04 +0000 (UTC)

 pgollucci    2010-06-06 04:50:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/sams             Makefile 
   Log:
   - WITH_APACHE22 is dead
   
   PR:             ports/146902
   Submitted by:   pgollucci@ (myself)
   Approved by:    maintainer timeout (uzgrishin@mail.ru; 14 days)
   
   Revision  Changes    Path
   1.14      +3 -6      ports/www/sams/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
