From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 10:46:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5057337B401; Sat, 17 May 2003 10:46:20 -0700 (PDT) Received: from mail.halplant.com (ip68-98-167-210.nv.nv.cox.net [68.98.167.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5700743F85; Sat, 17 May 2003 10:46:19 -0700 (PDT) (envelope-from A.J.Caines@halplant.com) Received: by mail.halplant.com (Postfix, from userid 1001) id 38F3E58; Sat, 17 May 2003 13:46:18 -0400 (EDT) Date: Sat, 17 May 2003 13:46:17 -0400 From: Andrew J Caines To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20030517174617.GK33461@hal9000.halplant.com> References: <20030517002520.7C7D4D9@mail.halplant.com> <200305170030.h4H0U9GL077564@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305170030.h4H0U9GL077564@freefall.freebsd.org> Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.8-STABLE X-URL: http://halplant.com:88/ X-Yahoo-Profile: AJ_Z0 Importance: Normal User-Agent: Mutt/1.5.4i cc: Simon J Mudd Subject: Re: ports/52352: Postfix Configuration Summary Reporter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew J Caines List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 17:46:20 -0000 Patch to new (uncommited) port. Please apply before comitting. ----8<---- diff -ruN postfinger.old/Makefile postfinger/Makefile --- postfinger.old/Makefile Fri May 16 20:15:10 2003 +++ postfinger/Makefile Sat May 17 13:41:27 2003 @@ -8,20 +8,31 @@ PORTNAME= postfinger PORTVERSION= 1.24 CATEGORIES= mail -MASTER_SITES= ftp://ftp.wl0.org/SOURCES/ -DISTNAME= postfinger -EXTRACT_SUFX= +MASTER_SITES= ftp://ftp.everdigital.org/mirrors/postfix/postfinger/ \ + ftp://ftp.nobandwidth.net/pub/postfix-mudd/postfinger/ \ + ftp://ftp.wl0.org/postfinger/ +DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTFILES= ${PORTNAME}-${PORTVERSION} README +DIST_SUBDIR= ${PORTNAME} MAINTAINER= A.J.Caines@halplant.com COMMENT= Postfix Configuration Summary Reporter -EXTRACT_CMD= ${CP} +EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= ${WRKDIR} +EXTRACT_AFTER_ARGS= ${WRKDIR} NO_BUILD= yes -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR} + +DOCS= README do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME} +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} +.for i in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/${PORTNAME} +.endfor +.endif .include diff -ruN postfinger.old/distinfo postfinger/distinfo --- postfinger.old/distinfo Fri May 16 19:50:41 2003 +++ postfinger/distinfo Sat May 17 13:34:47 2003 @@ -1 +1,2 @@ -MD5 (postfinger) = da39ce16325d6617ad3de7434ac1baa5 +MD5 (postfinger/postfinger-1.24) = da39ce16325d6617ad3de7434ac1baa5 +MD5 (postfinger/README) = 63ab11f4282a7dc3e1ca57ba57dee217 diff -ruN postfinger.old/pkg-plist postfinger/pkg-plist --- postfinger.old/pkg-plist Fri May 16 19:51:49 2003 +++ postfinger/pkg-plist Sat May 17 13:13:10 2003 @@ -1 +1,3 @@ bin/postfinger +share/doc/postfinger/README +@dirrm share/doc/postfinger ----8<---- -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |