From owner-svn-ports-head@FreeBSD.ORG Wed Aug 29 11:47:30 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B1D11065670; Wed, 29 Aug 2012 11:47:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5540A8FC16; Wed, 29 Aug 2012 11:47:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7TBlUaU038424; Wed, 29 Aug 2012 11:47:30 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7TBlUBg038421; Wed, 29 Aug 2012 11:47:30 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201208291147.q7TBlUBg038421@svn.freebsd.org> From: Olli Hauer Date: Wed, 29 Aug 2012 11:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303333 - in head/www: . mod_auth_imap2 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Aug 2012 11:47:30 -0000 Author: ohauer Date: Wed Aug 29 11:47:29 2012 New Revision: 303333 URL: http://svn.freebsd.org/changeset/ports/303333 Log: - fix typo /mod_mask/mod_umask/ Noted by Ralf Gebhart and beat@ Modified: head/www/Makefile head/www/mod_auth_imap2/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Aug 29 11:30:31 2012 (r303332) +++ head/www/Makefile Wed Aug 29 11:47:29 2012 (r303333) @@ -523,7 +523,7 @@ SUBDIR += mod_spdy SUBDIR += mod_tidy SUBDIR += mod_tsa - SUBDIR += mod_mask + SUBDIR += mod_umask SUBDIR += mod_uid SUBDIR += mod_vhost_ldap SUBDIR += mod_vhs Modified: head/www/mod_auth_imap2/Makefile ============================================================================== --- head/www/mod_auth_imap2/Makefile Wed Aug 29 11:30:31 2012 (r303332) +++ head/www/mod_auth_imap2/Makefile Wed Aug 29 11:47:29 2012 (r303333) @@ -7,7 +7,7 @@ PORTNAME= mod_auth_imap PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap2/ DISTNAME= mod_auth_imap2-${PORTVERSION} @@ -16,6 +16,8 @@ DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= An Apache 2 module to provide authentication via an IMAP mail server +LICENSE= GPLv2 + MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION}