From owner-svn-ports-all@freebsd.org Wed Jul 18 22:53:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 757A3103A7AA; Wed, 18 Jul 2018 22:53:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12C2F71525; Wed, 18 Jul 2018 22:53:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2CD320BE1; Wed, 18 Jul 2018 22:53:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IMr02V081247; Wed, 18 Jul 2018 22:53:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IMr0oN081244; Wed, 18 Jul 2018 22:53:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807182253.w6IMr0oN081244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 18 Jul 2018 22:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474913 - head/mail/sieve-connect X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/mail/sieve-connect X-SVN-Commit-Revision: 474913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 22:53:01 -0000 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/