diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-18 22:53:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-07-18 22:53:00 +0000 |
commit | b3ff2d4f102fb9520f04e704357d9acee1c26438 (patch) | |
tree | 21c82ee7674b29965e5dc46fa61745d0a075e024 /mail/sieve-connect | |
parent | 1250acf95045e989d6824341fc029c1217da5ab1 (diff) | |
download | ports-b3ff2d4f102fb9520f04e704357d9acee1c26438.tar.gz ports-b3ff2d4f102fb9520f04e704357d9acee1c26438.zip |
Notes
Diffstat (limited to 'mail/sieve-connect')
-rw-r--r-- | mail/sieve-connect/Makefile | 6 | ||||
-rw-r--r-- | mail/sieve-connect/distinfo | 6 | ||||
-rw-r--r-- | mail/sieve-connect/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile index 94f346a3ce9a..c77405a87619 100644 --- a/mail/sieve-connect/Makefile +++ b/mail/sieve-connect/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= sieve-connect -PORTVERSION= 0.88 +DISTVERSION= 0.89 CATEGORIES= mail -MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \ - ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Command-line client for the MANAGESIEVE protocol @@ -24,6 +23,7 @@ RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \ USES= perl5 tar:bzip2 shebangfix SHEBANG_FILES= sieve-connect.pl +NO_ARCH= yes PLIST_FILES= bin/sieve-connect \ man/man1/sieve-connect.1.gz diff --git a/mail/sieve-connect/distinfo b/mail/sieve-connect/distinfo index a80ead331e7d..f4c5a6e2ba90 100644 --- a/mail/sieve-connect/distinfo +++ b/mail/sieve-connect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473287119 -SHA256 (sieve-connect-0.88.tar.bz2) = b8b0146120d76de7407017573d695680b9cae5fc4d9974f4a7cbf166328a3872 -SIZE (sieve-connect-0.88.tar.bz2) = 45327 +TIMESTAMP = 1531954128 +SHA256 (sieve-connect-0.89.tar.bz2) = 6d8962516458a27d4d904cfb370db01ca7e495e61c966f236ba6b65f5b4caa5f +SIZE (sieve-connect-0.89.tar.bz2) = 45683 diff --git a/mail/sieve-connect/pkg-descr b/mail/sieve-connect/pkg-descr index eafe87921479..4fb636f6a4f1 100644 --- a/mail/sieve-connect/pkg-descr +++ b/mail/sieve-connect/pkg-descr @@ -17,4 +17,4 @@ sieve-connect is designed to be both a tool which can be invoked from scripts and also a decent interactive client. It should also be a drop-in replacement for "sieveshell", as supplied with Cyrus IMAP. -WWW: http://people.spodhuis.org/phil.pennock/software/ +WWW: https://people.spodhuis.org/phil.pennock/software/ |