From owner-svn-ports-all@FreeBSD.ORG Sat May 31 10:57:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF89F4E0; Sat, 31 May 2014 10:57:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2BD42E22; Sat, 31 May 2014 10:57:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VAvH8b051074; Sat, 31 May 2014 10:57:17 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VAvHle051072; Sat, 31 May 2014 10:57:17 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201405311057.s4VAvHle051072@svn.freebsd.org> From: Guido Falsi Date: Sat, 31 May 2014 10:57:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355958 - head/mail/up-imapproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 10:57:18 -0000 Author: madpilot Date: Sat May 31 10:57:17 2014 New Revision: 355958 URL: http://svnweb.freebsd.org/changeset/ports/355958 QAT: https://qat.redports.org/buildarchive/r355958/ Log: - Stagify [1] - Convert to USES=tar [1] - Use @sample pkg directive PR: ports/190199 [1] Submitted by: freebsd@nagilum.org Modified: head/mail/up-imapproxy/Makefile head/mail/up-imapproxy/pkg-plist Modified: head/mail/up-imapproxy/Makefile ============================================================================== --- head/mail/up-imapproxy/Makefile Sat May 31 10:53:05 2014 (r355957) +++ head/mail/up-imapproxy/Makefile Sat May 31 10:57:17 2014 (r355958) @@ -3,7 +3,7 @@ PORTNAME= imapproxy PORTVERSION= 1.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/squirrelmail/imap_proxy/${PORTVERSION} PKGNAMEPREFIX= up- @@ -17,8 +17,7 @@ LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= DOVECOT DOCS DOVECOT_DESC= Use with dovecot2 -USE_BZIP2= yes -USES= pathfix +USES= tar:bzip2 pathfix USE_OPENSSL= yes USE_AUTOTOOLS= autoheader CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} @@ -30,28 +29,26 @@ SUB_FILES= pkg-message DOCS= ChangeLog README README.debian README.known_issues README.ssl SBIN= in.imapproxyd pimpstat -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOVECOT} SUB_LIST+= DOVECOT="dovecot" -RUN_DEPENDS+= dovecot>=1.0:${PORTSDIR}/mail/dovecot2 +RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot2 .else SUB_LIST+= DOVECOT="" .endif do-install: .for i in ${SBIN} - (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${i} ${PREFIX}/sbin) + (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/sbin) .endfor (cd ${WRKSRC}/scripts && ${INSTALL_DATA} imapproxy.conf \ - ${PREFIX}/etc/imapproxyd.conf.sample) + ${STAGEDIR}${PREFIX}/etc/imapproxyd.conf.sample) .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/mail/up-imapproxy/pkg-plist ============================================================================== --- head/mail/up-imapproxy/pkg-plist Sat May 31 10:53:05 2014 (r355957) +++ head/mail/up-imapproxy/pkg-plist Sat May 31 10:57:17 2014 (r355958) @@ -1,5 +1,4 @@ -@unexec if cmp -s %D/etc/imapproxyd.conf.default %D/etc/imapproxyd.conf; then rm -f %D/etc/imapproxyd.conf; fi -etc/imapproxyd.conf.sample +@sample etc/imapproxyd.conf.sample sbin/pimpstat sbin/in.imapproxyd %%PORTDOCS%%%%DOCSDIR%%/ChangeLog