Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 15:01:18 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404658 - head/mail/popular
Message-ID:  <201512281501.tBSF1IJO032679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512281501.tBSF1IJO032679>