Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 17:50:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182585: commit references a PR
Message-ID:  <201310141750.r9EHo2fW024009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182585; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182585: commit references a PR
Date: Mon, 14 Oct 2013 17:49:33 +0000 (UTC)

 Author: wg
 Date: Mon Oct 14 17:49:26 2013
 New Revision: 330339
 URL: http://svnweb.freebsd.org/changeset/ports/330339
 
 Log:
   mail/dovecot2: fix package without DOCS option
   
   - Fix package without DOCS option
   
   PR:		ports/182585
 
 Modified:
   head/mail/dovecot2/Makefile
   head/mail/dovecot2/pkg-plist
 
 Modified: head/mail/dovecot2/Makefile
 ==============================================================================
 --- head/mail/dovecot2/Makefile	Mon Oct 14 17:45:14 2013	(r330338)
 +++ head/mail/dovecot2/Makefile	Mon Oct 14 17:49:26 2013	(r330339)
 @@ -73,10 +73,8 @@ REINPLACE=	s!%%PROTOCOLS%%!${PROTOCOLS}!
  .if ${PORT_OPTIONS:MDOCS}
  DOCS=		AUTHORS COPYING COPYING.LGPL COPYING.MIT INSTALL NEWS TODO README
  PORTDOCS=	*
 -PLIST_SUB+=	PORT=""
  .else
  CONFIGURE_ARGS+=	--without-docs
 -PLIST_SUB+=	PORT="@comment "
  .endif
  
  PORTEXAMPLES=	*
 
 Modified: head/mail/dovecot2/pkg-plist
 ==============================================================================
 --- head/mail/dovecot2/pkg-plist	Mon Oct 14 17:45:14 2013	(r330338)
 +++ head/mail/dovecot2/pkg-plist	Mon Oct 14 17:49:26 2013	(r330339)
 @@ -1,8 +1,7 @@
 -@stopdaemon dovecot
  bin/doveadm
  bin/doveconf
  bin/dsync
 -%%PORT%%%%ETCDIR%%/README
 +%%PORTDOCS%%%%ETCDIR%%/README
  include/dovecot/abspath.h
  include/dovecot/access-lookup.h
  include/dovecot/anvil-client.h
 @@ -616,4 +615,4 @@ share/aclocal/dovecot.m4
  @dirrmtry lib/dovecot/auth
  @dirrm lib/dovecot
  @dirrm include/dovecot
 -@dirrmtry %%ETCDIR%%
 +%%PORTDOCS%%@dirrmtry %%ETCDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310141750.r9EHo2fW024009>