Date: Wed, 18 Jul 2018 22:53:00 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474913 - head/mail/sieve-connect Message-ID: <201807182253.w6IMr0oN081244@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jul 18 22:53:00 2018 New Revision: 474913 URL: https://svnweb.freebsd.org/changeset/ports/474913 Log: mail/sieve-connect: Update 0.88 -> 0.89 Port changes: * Use DISTVERSION * Remove the dead URL from MASTER_SITES * Add NO_ARCH Modified: head/mail/sieve-connect/Makefile head/mail/sieve-connect/distinfo head/mail/sieve-connect/pkg-descr Modified: head/mail/sieve-connect/Makefile ============================================================================== --- head/mail/sieve-connect/Makefile Wed Jul 18 22:51:59 2018 (r474912) +++ head/mail/sieve-connect/Makefile Wed Jul 18 22:53:00 2018 (r474913) @@ -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 Modified: head/mail/sieve-connect/distinfo ============================================================================== --- head/mail/sieve-connect/distinfo Wed Jul 18 22:51:59 2018 (r474912) +++ head/mail/sieve-connect/distinfo Wed Jul 18 22:53:00 2018 (r474913) @@ -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 Modified: head/mail/sieve-connect/pkg-descr ============================================================================== --- head/mail/sieve-connect/pkg-descr Wed Jul 18 22:51:59 2018 (r474912) +++ head/mail/sieve-connect/pkg-descr Wed Jul 18 22:53:00 2018 (r474913) @@ -17,4 +17,4 @@ sieve-connect is designed to be both a tool which can 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807182253.w6IMr0oN081244>