From owner-svn-ports-all@FreeBSD.ORG Wed May 8 09:29:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EAE48F72; Wed, 8 May 2013 09:29:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C5B07E8; Wed, 8 May 2013 09:29:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r489T1w4034040; Wed, 8 May 2013 09:29:01 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r489T1gX034038; Wed, 8 May 2013 09:29:01 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201305080929.r489T1gX034038@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 8 May 2013 09:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317647 - head/mail/milter-callback X-SVN-Group: ports-head 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.14 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, 08 May 2013 09:29:02 -0000 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