From nobody@FreeBSD.org  Wed Jun 18 19:54:19 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C3A6106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 19:54:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 226738FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 19:54:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5IJsIo0034969
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 19:54:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5IJsIi7034956;
	Wed, 18 Jun 2008 19:54:18 GMT
	(envelope-from nobody)
Message-Id: <200806181954.m5IJsIi7034956@www.freebsd.org>
Date: Wed, 18 Jun 2008 19:54:18 GMT
From: Luiz Otavio O Souza <loos.br@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer] fix the NOPORTDOCS handling
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124728
>Category:       ports
>Synopsis:       [maintainer] mail/vchkuser - fix the NOPORTDOCS handling
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 20:00:05 UTC 2008
>Closed-Date:    Fri Jun 20 05:36:53 UTC 2008
>Last-Modified:  Fri Jun 20 05:40:06 UTC 2008
>Originator:     Luiz Otavio O Souza
>Release:        FreeBSD 7.0-STABLE
>Organization:
>Environment:
FreeBSD server.rede.int.br 7.0-STABLE FreeBSD 7.0-STABLE #7: Tue Jun 17 14:50:24 BRT 2008     root@server.rede.int.br:/usr/obj/usr/src/sys/FW  i386

>Description:
The port is ignoring the NOPORTDOCS flag and installing the documentation anyway. This patch fix this problem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-06-16 16:20:38.000000000 -0300
+++ Makefile	2008-06-16 16:25:57.000000000 -0300
@@ -7,15 +7,18 @@
 
 PORTNAME=	vchkuser
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
 MAINTAINER=	loos.br@gmail.com
 COMMENT=	Qmail-smtpd+vpopmail check rcpt to on the fly
 
-PLIST_FILES=	vpopmail/bin/vchkuser ${DOCSDIR_REL}/README \
-		${DOCSDIR_REL}/CHANGELOG
+PLIST_FILES=	vpopmail/bin/vchkuser
+.if !defined(NOPORTDOCS)
+PLIST_FILES+=	${DOCSDIR_REL}/README ${DOCSDIR_REL}/CHANGELOG
 PLIST_DIRS=	${DOCSDIR_REL}
+.endif
 
 BUILD_DEPENDS+=	${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Wed Jun 18 20:38:26 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: Felippe de Meirelles Motta <lippe@FreeBSD.org>
To: bug-followup@FreeBSD.org, Luiz Otavio O Souza <loos.br@gmail.com>
Cc:  
Subject: Re: ports/124728: [maintainer] fix the NOPORTDOCS handling
Date: Wed, 18 Jun 2008 18:31:46 -0300

 --Sig_/EhghxGqV/b+PN=PZOo2=zsa
 Content-Type: multipart/mixed; boundary="MP_/3._t1Q7Vlqw/oAB9iix2Jhj"
 
 --MP_/3._t1Q7Vlqw/oAB9iix2Jhj
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Hi Maintainer,
 
 I made a new patch attached!
 
 If any doubts, you can told me via private mail (en_US/pt_BR) or via
 bug-followup.
 
 Thanks!
 
 --=20
 lippe@FreeBSD.org
 Felippe de Meirelles Motta
 
 --MP_/3._t1Q7Vlqw/oAB9iix2Jhj
 Content-Type: text/x-patch; name=vchkuser.diff
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename=vchkuser.diff
 
 Index: mail/vchkuser/Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/mail/vchkuser/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- mail/vchkuser/Makefile	17 May 2008 15:19:00 -0000	1.1
 +++ mail/vchkuser/Makefile	18 Jun 2008 21:28:18 -0000
 @@ -7,15 +7,14 @@
 =20
  PORTNAME=3D	vchkuser
  PORTVERSION=3D	0.2
 +PORTREVISION=3D	1
  CATEGORIES=3D	mail
  MASTER_SITES=3D	SF
 =20
  MAINTAINER=3D	loos.br@gmail.com
  COMMENT=3D	Qmail-smtpd+vpopmail check rcpt to on the fly
 =20
 -PLIST_FILES=3D	vpopmail/bin/vchkuser ${DOCSDIR_REL}/README \
 -		${DOCSDIR_REL}/CHANGELOG
 -PLIST_DIRS=3D	${DOCSDIR_REL}
 +PLIST_FILES=3D	vpopmail/bin/vchkuser
 =20
  BUILD_DEPENDS+=3D	${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopma=
 il
 =20
 @@ -30,6 +29,9 @@
  .if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}
  	@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 +
 +PLIST_FILES+=3D	${DOCSDIR}/README ${DOCSDIR}/CHANGELOG
 +PLIST_DIRS=3D	${DOCSDIR}
  .endif
 =20
  .include <bsd.port.mk>
 
 --MP_/3._t1Q7Vlqw/oAB9iix2Jhj--
 
 --Sig_/EhghxGqV/b+PN=PZOo2=zsa
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.8 (FreeBSD)
 
 iEYEARECAAYFAkhZfsIACgkQEv+IlQvbYkoD3ACeJEgpq1D44tFngy0ZwehthoFa
 bRMAoJYWFwhJ6cRkrW3CbEsENsnxV/qZ
 =saz9
 -----END PGP SIGNATURE-----
 
 --Sig_/EhghxGqV/b+PN=PZOo2=zsa--
State-Changed-From-To: open->feedback 
State-Changed-By: lippe 
State-Changed-When: Wed Jun 18 21:47:25 UTC 2008 
State-Changed-Why:  
Ask for maintainer approval. 

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

From: "Luiz Souza" <loos.br@gmail.com>
To: lippe@freebsd.org
Cc: bug-followup@freebsd.org
Subject: Re: ports/124728: [maintainer] fix the NOPORTDOCS handling
Date: Wed, 18 Jun 2008 20:53:34 -0300

 Felippe,
 
 Ooops ! You are right again =)
 
 Thanks for the fix.
 
 -luiz
 
 On Wed, Jun 18, 2008 at 6:31 PM, Felippe de Meirelles Motta
 <lippe@freebsd.org> wrote:
 > Hi Maintainer,
 >
 > I made a new patch attached!
 >
 > If any doubts, you can told me via private mail (en_US/pt_BR) or via
 > bug-followup.
 >
 > Thanks!
 >
 > --
 > lippe@FreeBSD.org
 > Felippe de Meirelles Motta
 >
State-Changed-From-To: feedback->open 
State-Changed-By: lippe 
State-Changed-When: Thu Jun 19 04:16:04 UTC 2008 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124728 
State-Changed-From-To: open->closed 
State-Changed-By: lippe 
State-Changed-When: Fri Jun 20 05:36:52 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124728: commit references a PR
Date: Fri, 20 Jun 2008 05:36:46 +0000 (UTC)

 lippe       2008-06-20 05:36:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/vchkuser        Makefile 
   Log:
   - Fix NOPORTDOCS case.
   - Bump PORTREVISION.
   
   PR:             ports/124728
   Submitted by:   Luiz Otavio O Souza <loos.br@gmail.com> (maintainer)
   Approved by:    gabor (mentor, implicit)
   
   Revision  Changes    Path
   1.2       +5 -3      ports/mail/vchkuser/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:
