From owner-svn-ports-all@freebsd.org Fri Jul 14 10:47:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9270ED9DCED; Fri, 14 Jul 2017 10:47:14 +0000 (UTC) (envelope-from cpm@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 mx1.freebsd.org (Postfix) with ESMTPS id 5955A17A4; Fri, 14 Jul 2017 10:47:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6EAlDmp015396; Fri, 14 Jul 2017 10:47:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6EAlDhZ015393; Fri, 14 Jul 2017 10:47:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707141047.v6EAlDhZ015393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 14 Jul 2017 10:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445743 - branches/2017Q3/net/dante X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2017Q3/net/dante X-SVN-Commit-Revision: 445743 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.23 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: Fri, 14 Jul 2017 10:47:14 -0000 Author: cpm Date: Fri Jul 14 10:47:12 2017 New Revision: 445743 URL: https://svnweb.freebsd.org/changeset/ports/445743 Log: MFH: r445720 net/dante: update to 1.4.2 - Update to 1.4.2 - Update MASTER_SITES - Register LIB_DEPENDS ON net/miniupnpc and security/cyrus-sasl2 - Update WWW in pkg-descr - Take maintainership Changes: https://www.inet.no/dante/announce-1.4.2 Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D11552 Approved by: ports-secteam (junovitch) Modified: branches/2017Q3/net/dante/Makefile branches/2017Q3/net/dante/distinfo branches/2017Q3/net/dante/pkg-descr Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/net/dante/Makefile ============================================================================== --- branches/2017Q3/net/dante/Makefile Fri Jul 14 10:44:19 2017 (r445742) +++ branches/2017Q3/net/dante/Makefile Fri Jul 14 10:47:12 2017 (r445743) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= dante -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= net security ipv6 -MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ \ - http://atreides.freenix.no/~anders/ \ - ftp://ftp.inet.no/pub/socks/old/ +MASTER_SITES= http://www.inet.no/dante/files/ \ + ftp://ftp.inet.no/pub/socks/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cpm@FreeBSD.org COMMENT= Circuit-level firewall/proxy LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libminiupnpc.so:net/miniupnpc \ + libsasl2.so:security/cyrus-sasl2 CONFLICTS= socks5-[0-9]* Modified: branches/2017Q3/net/dante/distinfo ============================================================================== --- branches/2017Q3/net/dante/distinfo Fri Jul 14 10:44:19 2017 (r445742) +++ branches/2017Q3/net/dante/distinfo Fri Jul 14 10:47:12 2017 (r445743) @@ -1,2 +1,3 @@ -SHA256 (dante-1.4.1.tar.gz) = b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53 -SIZE (dante-1.4.1.tar.gz) = 1284288 +TIMESTAMP = 1499635427 +SHA256 (dante-1.4.2.tar.gz) = baa25750633a7f9f37467ee43afdf7a95c80274394eddd7dcd4e1542aa75caad +SIZE (dante-1.4.2.tar.gz) = 1307254 Modified: branches/2017Q3/net/dante/pkg-descr ============================================================================== --- branches/2017Q3/net/dante/pkg-descr Fri Jul 14 10:44:19 2017 (r445742) +++ branches/2017Q3/net/dante/pkg-descr Fri Jul 14 10:47:12 2017 (r445743) @@ -7,4 +7,4 @@ Once installed, Dante can in most cases be made transp while offering detailed access control and logging facilities to the server administrator. -WWW: http://www.inet.no/dante/ +WWW: https://www.inet.no/dante/