Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 09:29:01 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317647 - head/mail/milter-callback
Message-ID:  <201305080929.r489T1gX034038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed May  8 09:29:01 2013
New Revision: 317647
URL: http://svnweb.freebsd.org/changeset/ports/317647

Log:
  The previous commit (r316786) broke 'extract' since it redefined WRKSRC.
  Setting WRKSRC to WRKDIR would also not work as the subr script would
  overwrite a binary file with the same name. Cleanup, repack and self host this
  abomination of a flat distfile in order to avoid ugly extract hacks. While
  here also mark MAKE_JOBS_SAFE.

Modified:
  head/mail/milter-callback/Makefile
  head/mail/milter-callback/distinfo

Modified: head/mail/milter-callback/Makefile
==============================================================================
--- head/mail/milter-callback/Makefile	Wed May  8 09:15:08 2013	(r317646)
+++ head/mail/milter-callback/Makefile	Wed May  8 09:29:01 2013	(r317647)
@@ -4,8 +4,7 @@
 PORTNAME=	milter-callback
 PORTVERSION=	1.6.0
 CATEGORIES=	mail
-MASTER_SITES=	http://unix.zhegan.in/distfiles/ \
-		CRITICAL
+MASTER_SITES=	CRITICAL
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Milter to perform a envelope-from sender verification on target MX
@@ -14,13 +13,14 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS+=	spf2:${PORTSDIR}/mail/libspf2
 
-USE_BZIP2=	yes
+USE_XZ=		yes
 USE_RC_SUBR=	milter-callback
 
 SUB_FILES=	pkg-message
 MAN8=		milter-callback.8
 
 MAKE_ENV+=	WITH_SPF=yes
+MAKE_JOBS_SAFE=	yes
 
 .if ${CC} == "clang" || ${CXX} == "clang++"
 BROKEN=	does not build with clang, uses nested functions

Modified: head/mail/milter-callback/distinfo
==============================================================================
--- head/mail/milter-callback/distinfo	Wed May  8 09:15:08 2013	(r317646)
+++ head/mail/milter-callback/distinfo	Wed May  8 09:29:01 2013	(r317647)
@@ -1,2 +1,2 @@
-SHA256 (milter-callback-1.6.0.tar.bz2) = 9800b8779b7d4eb137c8745d4a8380851120e48436b8ab8137f9ebcdd3455012
-SIZE (milter-callback-1.6.0.tar.bz2) = 1345345
+SHA256 (milter-callback-1.6.0.tar.xz) = cf83756ab61197fbc4936eddbbc0b8ccc65749b1e522129b2b8568e3964f7ed5
+SIZE (milter-callback-1.6.0.tar.xz) = 764836



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