diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-19 06:53:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-19 06:53:00 +0800 |
commit | f800630b772bedb9b2df59311108168808c4c079 (patch) | |
tree | 21c82ee7674b29965e5dc46fa61745d0a075e024 /mail | |
parent | 41f88671a31a156b3cacbdde5cfff2a5b9f9dfc1 (diff) | |
download | freebsd-ports-gnome-f800630b772bedb9b2df59311108168808c4c079.tar.gz freebsd-ports-gnome-f800630b772bedb9b2df59311108168808c4c079.tar.zst freebsd-ports-gnome-f800630b772bedb9b2df59311108168808c4c079.zip |
mail/sieve-connect: Update 0.88 -> 0.89
Port changes:
* Use DISTVERSION
* Remove the dead URL from MASTER_SITES
* Add NO_ARCH
Diffstat (limited to 'mail')
-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/ |