ports/77647: NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.2

Marcus Grando marcus at corp.grupos.com.br
Thu Feb 17 18:50:26 UTC 2005


The following reply was made to PR ports/77647; it has been noted by GNATS.

From: Marcus Grando <marcus at corp.grupos.com.br>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/77647: NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.2
Date: Thu, 17 Feb 2005 16:45:51 -0200

 This is a multi-part message in MIME format.
 --------------010007010301060404080900
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Commiters,
 
 Please, apply attached patch.
 
 Note: close old PR ports/77354
 
 Regards
 
 -- 
 Marcus Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br
 
 --------------010007010301060404080900
 Content-Type: text/plain;
  name="pfqueue.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="pfqueue.patch"
 
 diff -ruN pfqueue.old/Makefile pfqueue/Makefile
 --- pfqueue.old/Makefile	Sat Jan 29 19:07:06 2005
 +++ pfqueue/Makefile	Thu Feb 17 16:39:40 2005
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=		pfqueue
 -PORTVERSION=		0.3.0
 +PORTVERSION=		0.3.2
  CATEGORIES=		mail
  MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -14,10 +14,18 @@
  MAINTAINER=		marcus at corp.grupos.com.br
  COMMENT=		A console-based tool for handling postfix queues
  
 +USE_REINPLACE=		yes
  HAS_CONFIGURE=		yes
  CONFIGURE_ARGS=		--prefix=${PREFIX}
  
  MAN1=			pfqueue.1
  PLIST_FILES=		bin/pfqueue
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +post-patch:
 +.if ${OSVERSION} < 500016
 +	${REINPLACE_CMD} -e "s|-lc_r|-pthread|" ${WRKSRC}/configure
 +.endif
 +
 +.include <bsd.port.post.mk>
 diff -ruN pfqueue.old/distinfo pfqueue/distinfo
 --- pfqueue.old/distinfo	Sat Jan 29 19:07:06 2005
 +++ pfqueue/distinfo	Thu Feb 17 16:38:33 2005
 @@ -1,2 +1,2 @@
 -MD5 (pfqueue-0.3.0.tar.gz) = f2d3e271259b80dad7ea215a69f7b487
 -SIZE (pfqueue-0.3.0.tar.gz) = 107169
 +MD5 (pfqueue-0.3.2.tar.gz) = 8891fa91841d17cc0f3a52f3d50df314
 +SIZE (pfqueue-0.3.2.tar.gz) = 105931
 
 --------------010007010301060404080900--



More information about the freebsd-ports-bugs mailing list