From owner-svn-ports-head@freebsd.org Mon Jan 25 06:48:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 272767E3C; Mon, 25 Jan 2016 06:48:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D3A8AB39; Mon, 25 Jan 2016 06:48:28 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0P6mRjo078673; Mon, 25 Jan 2016 06:48:27 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0P6mR5r078670; Mon, 25 Jan 2016 06:48:27 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601250648.u0P6mR5r078670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 25 Jan 2016 06:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407193 - 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.20 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: Mon, 25 Jan 2016 06:48:29 -0000 Author: pi Date: Mon Jan 25 06:48:27 2016 New Revision: 407193 URL: https://svnweb.freebsd.org/changeset/ports/407193 Log: mail/imaputils: 1.0.3 -> 1.0.4 - fix connectToHost() call PR: 206540 Submitted by: m.tsatsenko@gmail.com (maintainer) Modified: head/mail/imaputils/Makefile head/mail/imaputils/distinfo head/mail/imaputils/pkg-descr Modified: head/mail/imaputils/Makefile ============================================================================== --- head/mail/imaputils/Makefile Mon Jan 25 06:37:37 2016 (r407192) +++ head/mail/imaputils/Makefile Mon Jan 25 06:48:27 2016 (r407193) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= imaputils -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.0.4 CATEGORIES= mail -MASTER_SITES= http://tsatsenko.ru/ports/distfiles/ MAINTAINER= m.tsatsenko@gmail.com COMMENT= Number of tools and scripts for use with IMAP servers @@ -13,6 +11,10 @@ COMMENT= Number of tools and scripts for LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +USE_GITHUB= yes +GH_ACCOUNT= mtsatsenko +GH_PROJECT= ${PORTNAME} + USES= perl5 shebangfix USE_PERL5= configure NO_BUILD= yes Modified: head/mail/imaputils/distinfo ============================================================================== --- head/mail/imaputils/distinfo Mon Jan 25 06:37:37 2016 (r407192) +++ head/mail/imaputils/distinfo Mon Jan 25 06:48:27 2016 (r407193) @@ -1,2 +1,2 @@ -SHA256 (imaputils-1.0.3.tar.gz) = 9fe4a755a009c2dec8d90256c8d1a7648079d14b20ddccfe6c13d91f556b18b5 -SIZE (imaputils-1.0.3.tar.gz) = 80468 +SHA256 (mtsatsenko-imaputils-1.0.4_GH0.tar.gz) = c7ca6903f6a1c7d7a31d9e1782b7d37acc97c2074484d02cabfabb670b2a35aa +SIZE (mtsatsenko-imaputils-1.0.4_GH0.tar.gz) = 82926 Modified: head/mail/imaputils/pkg-descr ============================================================================== --- head/mail/imaputils/pkg-descr Mon Jan 25 06:37:37 2016 (r407192) +++ head/mail/imaputils/pkg-descr Mon Jan 25 06:48:27 2016 (r407193) @@ -2,4 +2,4 @@ A number of tools and scripts for use wi This software is a fork of Rick Sanders' imaptools which became not free now. -WWW: http://code.google.com/p/imaputils/ +WWW: https://github.com/mtsatsenko/imaputils