From owner-svn-ports-head@FreeBSD.ORG Fri Jan 2 20:26:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B30A2A1; Fri, 2 Jan 2015 20:26:36 +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 075C42DE5; Fri, 2 Jan 2015 20:26:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t02KQZfA025382; Fri, 2 Jan 2015 20:26:35 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t02KQZQZ025380; Fri, 2 Jan 2015 20:26:35 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201501022026.t02KQZQZ025380@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 2 Jan 2015 20:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376066 - head/mail/imaputils 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-1 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: Fri, 02 Jan 2015 20:26:36 -0000 Author: olgeni Date: Fri Jan 2 20:26:34 2015 New Revision: 376066 URL: https://svnweb.freebsd.org/changeset/ports/376066 QAT: https://qat.redports.org/buildarchive/r376066/ Log: Add missing IMAP/Utils.pm module. Modified: head/mail/imaputils/Makefile head/mail/imaputils/pkg-plist (contents, props changed) Modified: head/mail/imaputils/Makefile ============================================================================== --- head/mail/imaputils/Makefile Fri Jan 2 20:10:30 2015 (r376065) +++ head/mail/imaputils/Makefile Fri Jan 2 20:26:34 2015 (r376066) @@ -3,7 +3,7 @@ PORTNAME= imaputils PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://tsatsenko.ru/ports/distfiles/ Modified: head/mail/imaputils/pkg-plist ============================================================================== --- head/mail/imaputils/pkg-plist Fri Jan 2 20:10:30 2015 (r376065) +++ head/mail/imaputils/pkg-plist Fri Jan 2 20:26:34 2015 (r376066) @@ -20,3 +20,4 @@ bin/iu-purge bin/iu-restore bin/iu-sync bin/iu-trash +%%SITE_PERL%%/IMAP/Utils.pm