Date: Wed, 29 Aug 2012 11:47:30 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303333 - in head/www: . mod_auth_imap2 Message-ID: <201208291147.q7TBlUBg038421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208291147.q7TBlUBg038421>