diff options
author | pi <pi@FreeBSD.org> | 2016-01-25 14:48:27 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-25 14:48:27 +0800 |
commit | a34f8d0a9247a980ff5880100605e18bb0c87468 (patch) | |
tree | 7ed420fcbc17ab44d4ae182c0a127269d50ee35b /mail | |
parent | 2b48f7bff323aba4d649bdd2591a8c57306761ee (diff) | |
download | freebsd-ports-gnome-a34f8d0a9247a980ff5880100605e18bb0c87468.tar.gz freebsd-ports-gnome-a34f8d0a9247a980ff5880100605e18bb0c87468.tar.zst freebsd-ports-gnome-a34f8d0a9247a980ff5880100605e18bb0c87468.zip |
mail/imaputils: 1.0.3 -> 1.0.4
- fix connectToHost() call
PR: 206540
Submitted by: m.tsatsenko@gmail.com (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imaputils/Makefile | 8 | ||||
-rw-r--r-- | mail/imaputils/distinfo | 4 | ||||
-rw-r--r-- | mail/imaputils/pkg-descr | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/mail/imaputils/Makefile b/mail/imaputils/Makefile index 9cd295b884c9..e2913775cc0a 100644 --- a/mail/imaputils/Makefile +++ b/mail/imaputils/Makefile @@ -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 use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +USE_GITHUB= yes +GH_ACCOUNT= mtsatsenko +GH_PROJECT= ${PORTNAME} + USES= perl5 shebangfix USE_PERL5= configure NO_BUILD= yes diff --git a/mail/imaputils/distinfo b/mail/imaputils/distinfo index 84a5ac783a75..762b1e869c62 100644 --- a/mail/imaputils/distinfo +++ b/mail/imaputils/distinfo @@ -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 diff --git a/mail/imaputils/pkg-descr b/mail/imaputils/pkg-descr index 99d818642628..eb6937b3a014 100644 --- a/mail/imaputils/pkg-descr +++ b/mail/imaputils/pkg-descr @@ -2,4 +2,4 @@ A number of tools and scripts for use with IMAP servers. 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 |