Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 19:30:00 GMT
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/178400: [patch] mail/postgrey shebangfix
Message-ID:  <201305071930.r47JU0Ye024177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178400; it has been noted by GNATS.

From: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: Darren Pilgrim <ports.maintainer@evilphi.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/178400: [patch] mail/postgrey shebangfix
Date: Tue, 07 May 2013 15:24:42 -0400

 On 05/07/2013 02:44 PM, Darren Pilgrim wrote:
 > Instead of a shar of the entire port, please submit a diff.
 
 Here you go:
 
 -# New ports collection makefile for:    postgrey
 -# Date created:				24 August 2004
 -# Whom:					Will Andrews <will@FreeBSD.org>
 -#
 -# $FreeBSD: head/mail/postgrey/Makefile 300896 2012-07-14 13:54:48Z
 beat $
 -#
 +# Created by: Will Andrews <will@FreeBSD.org>
 +# $FreeBSD$
 
  PORTNAME=	postgrey
  PORTVERSION=	1.34
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	mail
  MASTER_SITES=	http://postgrey.schweikert.ch/pub/ \
  		http://postgrey.schweikert.ch/pub/old/
 @@ -41,6 +37,9 @@
  GROUPS=		${PGY_GROUPNAME}
  MAN1=		${PORTNAME}.1 policy-test.1 postgreyreport.1
 
 +USES=shebangfix
 +SHEBANG_FILES=	${WRKSRC}/postgrey
 +
  post-patch:
  	@${REINPLACE_CMD} -e 's#/etc/main.cf#/etc/postfix/main.cf#'
 ${WRKSRC}/postgrey
  	@${REINPLACE_CMD} -e 's#/etc/postfix#${PREFIX}&#' ${WRKSRC}/postgrey
 ${WRKSRC}/postgrey_whitelist_*
 



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