From user@blg.akavia.ru  Thu Apr 19 05:30:34 2007
Return-Path: <user@blg.akavia.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8995516A404
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2007 05:30:34 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (blg.akavia.ru [62.33.174.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 99A5D13C480
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Apr 2007 05:30:33 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (localhost [127.0.0.1])
	by blg.akavia.ru (8.13.8/8.13.8) with ESMTP id l3J5UOun021376;
	Thu, 19 Apr 2007 15:30:24 +1000 (YAKST)
	(envelope-from user@blg.akavia.ru)
Received: (from root@localhost)
	by blg.akavia.ru (8.13.8/8.13.8/Submit) id l3J5UJEB021375;
	Thu, 19 Apr 2007 15:30:19 +1000 (YAKST)
	(envelope-from user)
Message-Id: <200704190530.l3J5UJEB021375@blg.akavia.ru>
Date: Thu, 19 Apr 2007 15:30:19 +1000 (YAKST)
From: Alexander Logvinov <ports@logvinov.com>
Reply-To: Alexander Logvinov <ports@logvinov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: boris@tagnet.ru
Subject: [PATCH] mail/tpop3d: install config files with right permissions
X-Send-Pr-Version: 3.113
X-GNATS-Notify: boris@tagnet.ru

>Number:         111845
>Category:       ports
>Synopsis:       [PATCH] mail/tpop3d: install config files with right permissions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 05:40:01 GMT 2007
>Closed-Date:    Fri Apr 20 02:31:29 GMT 2007
>Last-Modified:  Fri Apr 20 02:40:02 GMT 2007
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

  Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/tpop3d/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	18 Apr 2007 06:08:10 -0000	1.27
+++ Makefile	19 Apr 2007 05:21:35 -0000
@@ -12,7 +12,7 @@
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
 MAINTAINER=	boris@tagnet.ru
-COMMENT=	Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
+COMMENT=	Virtual-domain capable POP3 server supporting MySQL, PgSQL etc auth
 
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
@@ -103,9 +103,9 @@
 		${WRKSRC}/tpop3d.conf.5 ${WRKSRC}/tpop3d.8
 
 post-install:
-	${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
+	${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist ${DEFAULT_CONFIG}
 	@if [ ! -f ${PREFIX}/etc/tpop3d.conf ]; then			\
-		${INSTALL_SCRIPT} ${FILESDIR}/tpop3d.conf.dist 		\
+		${INSTALL_DATA} ${FILESDIR}/tpop3d.conf.dist 		\
 			${PREFIX}/etc/tpop3d.conf ;			\
 	fi
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Apr 19 05:40:11 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111845 
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Thu Apr 19 06:08:34 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: Boris Kovalenko <boris@tagnet.ru>
To: bug-followup@FreeBSD.org,  ports@logvinov.com
Cc:  
Subject: Re: ports/111845: [PATCH] mail/tpop3d: install config files with
 right permissions
Date: Thu, 19 Apr 2007 13:22:46 +0600

 Hello!
 
     Approved, thanks!
 
 With respect,
     Boris
 
State-Changed-From-To: feedback->open 
State-Changed-By: lwhsu 
State-Changed-When: Thu Apr 19 13:02:29 UTC 2007 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111845 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Fri Apr 20 02:31:22 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111845: commit references a PR
Date: Fri, 20 Apr 2007 02:31:09 +0000 (UTC)

 lwhsu       2007-04-20 02:31:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/tpop3d          Makefile 
   Log:
   - Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA/
   - Bump PORTREVISION
   
   PR:             111845
   Submitted by:   Alexander Logvinov <ports AT logvinov.com>
   Approved by:    Boris Kovalenko <boris AT tagnet.ru> (maintainer),
                   clsung (mentor)
   
   Revision  Changes    Path
   1.28      +4 -4      ports/mail/tpop3d/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:
