ports/52352: Postfix Configuration Summary Reporter

Andrew J Caines A.J.Caines at halplant.com
Sat May 17 17:46:20 UTC 2003


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 at 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 <bsd.port.mk>
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
+ at dirrm share/doc/postfinger
----8<----


-Andrew-
-- 
 _______________________________________________________________________
| -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines at halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |



More information about the freebsd-ports-bugs mailing list