Bug 189078 - [patch] mail/dovecot-managesieve add stage support
Summary: [patch] mail/dovecot-managesieve add stage support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 17:50 UTC by Olli Hauer
Modified: 2014-05-18 18:20 UTC (History)
1 user (show)

See Also:


Attachments
dovecot-managesieve.diff (1007 bytes, patch)
2014-04-28 17:50 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2014-04-28 17:50:00 UTC
- add stage support
- strip

build logs:
https://redports.org/buildarchive/20140428155500-18394/

commit together with mail/dovecot PR: ports/188868
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-28 17:50:03 UTC
Maintainer of mail/dovecot-managesieve,

Please note that PR ports/189078 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189078

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-28 17:50:04 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-05-18 15:32:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

Take my own PR
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-18 18:11:22 UTC
Author: ohauer
Date: Sun May 18 17:11:18 2014
New Revision: 354442
URL: http://svnweb.freebsd.org/changeset/ports/354442
QAT: https://qat.redports.org/buildarchive/r354442/

Log:
  - add stage support
  - bump PORTREVISION
  - fix pkg-plist (do not try to remove mail/dovecot folders)
  
  PR:		ports/189078
  Submitted by:	ohauer
  Approved by:	maintainer timeout (3weeks)

Modified:
  head/mail/dovecot-managesieve/Makefile
  head/mail/dovecot-managesieve/pkg-plist

Modified: head/mail/dovecot-managesieve/Makefile
==============================================================================
--- head/mail/dovecot-managesieve/Makefile	Sun May 18 17:10:05 2014	(r354441)
+++ head/mail/dovecot-managesieve/Makefile	Sun May 18 17:11:18 2014	(r354442)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dovecot-managesieve
 PORTVERSION=	0.11.13
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX}
@@ -22,5 +23,4 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--with-dovecot=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` \
 		--with-dovecot-sieve=`${MAKE} -C ${PORTSDIR}/mail/dovecot-sieve -V WRKSRC`
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/mail/dovecot-managesieve/pkg-plist
==============================================================================
--- head/mail/dovecot-managesieve/pkg-plist	Sun May 18 17:10:05 2014	(r354441)
+++ head/mail/dovecot-managesieve/pkg-plist	Sun May 18 17:11:18 2014	(r354442)
@@ -1,3 +1,2 @@
 libexec/dovecot/managesieve
 libexec/dovecot/managesieve-login
-@dirrmtry libexec/dovecot
_______________________________________________
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"
Comment 5 Olli Hauer freebsd_committer freebsd_triage 2014-05-18 18:18:31 UTC
State Changed
From-To: feedback->closed

Committed!