From owner-svn-ports-head@freebsd.org Mon Dec 28 15:01:20 2015 Return-Path: Delivered-To: svn-ports-head@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 5C7ACA52FD7; Mon, 28 Dec 2015 15:01:20 +0000 (UTC) (envelope-from rakuco@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 0BD801E89; Mon, 28 Dec 2015 15:01:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSF1JXq032682; Mon, 28 Dec 2015 15:01:19 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSF1IJO032679; Mon, 28 Dec 2015 15:01:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201512281501.tBSF1IJO032679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 28 Dec 2015 15:01:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404658 - head/mail/popular X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 15:01:20 -0000 Author: rakuco Date: Mon Dec 28 15:01:18 2015 New Revision: 404658 URL: https://svnweb.freebsd.org/changeset/ports/404658 Log: Make the port fetchable again. Switch to the new location where the tarball is hosted. It is now served as a tar.bz2 file. diff -uprN between the old tar.gz file from distcache.FreeBSD.org and the new one shows no differences. Modified: head/mail/popular/Makefile head/mail/popular/distinfo head/mail/popular/pkg-descr Modified: head/mail/popular/Makefile ============================================================================== --- head/mail/popular/Makefile Mon Dec 28 14:52:25 2015 (r404657) +++ head/mail/popular/Makefile Mon Dec 28 15:01:18 2015 (r404658) @@ -5,18 +5,16 @@ PORTNAME= popular PORTVERSION= 1.5.5 PORTREVISION= 7 CATEGORIES= mail -MASTER_SITES= http://www.remote.org/jochen/mail/popular/download/ +MASTER_SITES= https://www.jochentopf.com/software/popular/ MAINTAINER= ports@FreeBSD.org COMMENT= Suite of programs for setting up large POP3 server systems -BROKEN= unfetchable - BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM CONFLICTS= pserv-[0-9]* synce-librapi2-[0-9]* -USES= libtool perl5 gmake +USES= libtool perl5 gmake tar:bzip2 GNU_CONFIGURE= yes USE_OPENSSL= yes PDM_MODULES= any master Modified: head/mail/popular/distinfo ============================================================================== --- head/mail/popular/distinfo Mon Dec 28 14:52:25 2015 (r404657) +++ head/mail/popular/distinfo Mon Dec 28 15:01:18 2015 (r404658) @@ -1,2 +1,2 @@ -SHA256 (popular-1.5.5.tar.gz) = 82f0eb69064451a2c3f9acba394d5761b6a7879f98b01071416bc4d50cb43e25 -SIZE (popular-1.5.5.tar.gz) = 1161921 +SHA256 (popular-1.5.5.tar.bz2) = 3916adfa41b4da775838c58df85df24c72665ca56c10cebdd621f633b9a85c94 +SIZE (popular-1.5.5.tar.bz2) = 959800 Modified: head/mail/popular/pkg-descr ============================================================================== --- head/mail/popular/pkg-descr Mon Dec 28 14:52:25 2015 (r404657) +++ head/mail/popular/pkg-descr Mon Dec 28 15:01:18 2015 (r404658) @@ -4,4 +4,4 @@ that this program is intended to be used therefore quite complex to configure. If you only have a few thousand mailboxes, you are probably better of with a different POP3 server. -WWW: http://www.remote.org/jochen/mail/popular/ +WWW: https://www.jochentopf.com/software/popular/index.html