Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2014 16:43:58 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dgeo@centrale-marseille.fr
Subject:   ports/189078: [patch] mail/dovecot-managesieve add stage support
Message-ID:  <201404281643.s3SGhwGn005989@freefall.freebsd.org>
Resent-Message-ID: <201404281650.s3SGo0ME006280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189078
>Category:       ports
>Synopsis:       [patch] mail/dovecot-managesieve add stage support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 16:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:

>Description:
- add stage support
- strip

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

commit together with mail/dovecot PR: ports/188868

>How-To-Repeat:

>Fix:

--- dovecot-managesieve.diff begins here ---
Index: dovecot-managesieve/Makefile
===================================================================
--- dovecot-managesieve/Makefile	(revision 352507)
+++ dovecot-managesieve/Makefile	(working copy)
@@ -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 @@
 		--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>
Index: dovecot-managesieve/pkg-plist
===================================================================
--- dovecot-managesieve/pkg-plist	(revision 352507)
+++ dovecot-managesieve/pkg-plist	(working copy)
@@ -1,3 +1,2 @@
 libexec/dovecot/managesieve
 libexec/dovecot/managesieve-login
-@dirrmtry libexec/dovecot
--- dovecot-managesieve.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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