From owner-svn-ports-head@FreeBSD.ORG Thu May 29 21:26:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6760586; Thu, 29 May 2014 21:26:49 +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 B48AA297B; Thu, 29 May 2014 21:26:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TLQnSq028869; Thu, 29 May 2014 21:26:49 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TLQn7I028867; Thu, 29 May 2014 21:26:49 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405292126.s4TLQn7I028867@svn.freebsd.org> From: Antoine Brodin Date: Thu, 29 May 2014 21:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355752 - in head/mail/automx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 21:26:49 -0000 Author: antoine Date: Thu May 29 21:26:49 2014 New Revision: 355752 URL: http://svnweb.freebsd.org/changeset/ports/355752 QAT: https://qat.redports.org/buildarchive/r355752/ Log: Unbreak and finish stage support Added: head/mail/automx/files/pkg-message.in (contents, props changed) Modified: head/mail/automx/Makefile Modified: head/mail/automx/Makefile ============================================================================== --- head/mail/automx/Makefile Thu May 29 21:16:11 2014 (r355751) +++ head/mail/automx/Makefile Thu May 29 21:26:49 2014 (r355752) @@ -29,11 +29,9 @@ PORTDOCS= * SUB_FILES= pkg-message OPTIONS_DEFINE= MEMCACHE -MEMCACHE_DESC= Add memcahce support +MEMCACHE_DESC= Add memcache support MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached -.include - do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/src && \ @@ -50,7 +48,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/BASIC_CONFIGURATION_README ${STAGEDIR}${DOCSDIR} -post-install: - @${CAT} ${PKGMESSAGE} - .include Added: head/mail/automx/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/automx/files/pkg-message.in Thu May 29 21:26:49 2014 (r355752) @@ -0,0 +1,2 @@ +See INSTALL and BASIC_CONFIGURATION_README in %%DOCSDIR%% +for instructions on how to configure automx.