ports/119998: Maintainer fixing of port mail/dkimproxy

Yoshisato YANAGISAWA yanagisawa at csg.is.titech.ac.jp
Sat Jan 26 11:00:02 UTC 2008


>Number:         119998
>Category:       ports
>Synopsis:       Maintainer fixing of port mail/dkimproxy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 11:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yoshisato YANAGISAWA
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
Tokyo Institute of Technology
>Environment:
System: FreeBSD mana.csg.is.titech.ac.jp 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Sat Jan 26 18:38:16 JST 2008 yanagisawa at mana.csg.is.titech.ac.jp:/usr/obj/usr/src/sys/SMP i386


	
>Description:
	+ Fixed the problem shown in:
	http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8.2008012508/dkimproxy-0.16.log

	This problem is caused by applying the PR ports/119911.
	Although dkimproxy depends on p5-Error, I missed the dependency and
	did not insert p5-Error to BUILD_DEPEND.

	+ The PR covers PR ports/119912.
	I changed the master site to sourceforge.

	
>How-To-Repeat:
	n/a
	
>Fix:

	
	Apply following patch:
diff -ruN dkimproxy.bak/Makefile dkimproxy/Makefile
--- dkimproxy.bak/Makefile	2007-10-01 14:18:54.000000000 +0900
+++ dkimproxy/Makefile	2008-01-26 19:22:28.000000000 +0900
@@ -8,13 +8,15 @@
 PORTNAME=	dkimproxy
 PORTVERSION=	0.16
 CATEGORIES=	mail
-MASTER_SITES=	http://jason.long.name/dkimproxy/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	dkimproxy
 
 MAINTAINER=	yanagisawa at csg.is.titech.ac.jp
 COMMENT=	DKIM filter for Postfix
 
 BUILD_DEPENDS=	${SITE_PERL}/Mail/DKIM.pm:${PORTSDIR}/mail/p5-Mail-DKIM \
-		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server
+		${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
+		${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error 
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list