From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 16:32:06 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 D3769DBD; Sun, 1 Jun 2014 16:32:06 +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 C0B582ABF; Sun, 1 Jun 2014 16:32:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51GW6sn056234; Sun, 1 Jun 2014 16:32:06 GMT (envelope-from grembo@svn.freebsd.org) Received: (from grembo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51GW6b6056232; Sun, 1 Jun 2014 16:32:06 GMT (envelope-from grembo@svn.freebsd.org) Message-Id: <201406011632.s51GW6b6056232@svn.freebsd.org> From: Michael Gmelin Date: Sun, 1 Jun 2014 16:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356151 - head/mail/qmail-auditor 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: Sun, 01 Jun 2014 16:32:06 -0000 Author: grembo Date: Sun Jun 1 16:32:06 2014 New Revision: 356151 URL: http://svnweb.freebsd.org/changeset/ports/356151 QAT: https://qat.redports.org/buildarchive/r356151/ Log: Stagify. Uncommon order of pkg-plist entries is due to problems with old pkg_tools (PORTDOCS won't to the right thing, resetting will use wrong user if built using non-root user, explicitly stating root:wheel seems in- correct too, therefore I moved them to the top) Reviewed by: flo (mentor) Approved by: flo (mentor) Added: head/mail/qmail-auditor/pkg-plist (contents, props changed) Modified: head/mail/qmail-auditor/Makefile Modified: head/mail/qmail-auditor/Makefile ============================================================================== --- head/mail/qmail-auditor/Makefile Sun Jun 1 16:29:59 2014 (r356150) +++ head/mail/qmail-auditor/Makefile Sun Jun 1 16:32:06 2014 (r356151) @@ -18,24 +18,16 @@ GNU_CONFIGURE= yes SUB_FILES= pkg-message SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX} -PLIST_FILES= bin/qmail-auditor - -PORTDOCS= README - -INSTALL_TARGET= perm - -NO_STAGE= yes .include post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|@prefix@|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' \ ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Added: head/mail/qmail-auditor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/qmail-auditor/pkg-plist Sun Jun 1 16:32:06 2014 (r356151) @@ -0,0 +1,6 @@ +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +@owner qmailq +@group qmail +@mode 4511 +bin/qmail-auditor