Date: Mon, 25 Jan 2016 06:48:27 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407193 - head/mail/imaputils Message-ID: <201601250648.u0P6mR5r078670@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601250648.u0P6mR5r078670>