Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2004 14:59:57 -0500
From:      "Andrew J. Caines" <A.J.Caines@halplant.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        A.J.Caines@halplant.com
Subject:   ports/64263: MAINTAINER-UPDATE: mail/postfinger to 1.26
Message-ID:  <1079294397.0@hal9000.halplant.com>
Resent-Message-ID: <200403142000.i2EK0cgB003510@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64263
>Category:       ports
>Synopsis:       MAINTAINER-UPDATE: mail/postfinger to 1.26
>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:   Sun Mar 14 12:00:38 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrew J. Caines
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
H.A.L. Plant 
>Environment:


System: FreeBSD 4.9-STABLE #0: Thu Feb 12 10:08:11 EST 2004
    root@hal9000.halplant.com:/.disk/obj/home/src/sys/HAL9000



>Description:


Update Postfix configuration summary and reporting tool to latest version (1.26).



>How-To-Repeat:





>Fix:


--- postfinger-1.26.patch begins here ---
diff -ruN postfinger-1.24/Makefile postfinger/Makefile
--- postfinger-1.24/Makefile	Sat May 17 13:41:27 2003
+++ postfinger/Makefile	Sun Mar 14 14:53:11 2004
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	postfinger
-PORTVERSION=	1.24
+PORTVERSION=	1.26
 CATEGORIES=	mail
-MASTER_SITES=	ftp://ftp.everdigital.org/mirrors/postfix/postfinger/ \
-		ftp://ftp.nobandwidth.net/pub/postfix-mudd/postfinger/ \
+MASTER_SITES=	ftp://ftp.nobandwidth.net/pub/postfix-mudd/postfinger/ \
 		ftp://ftp.wl0.org/postfinger/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 DISTFILES=	${PORTNAME}-${PORTVERSION} README
@@ -18,20 +17,20 @@
 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}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+	@${MKDIR} ${DOCSDIR}
 .for i in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/${PORTNAME}
+	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
 .endfor
 .endif
 
diff -ruN postfinger-1.24/distinfo postfinger/distinfo
--- postfinger-1.24/distinfo	Sat May 17 13:34:47 2003
+++ postfinger/distinfo	Sun Mar 14 14:53:22 2004
@@ -1,2 +1,4 @@
-MD5 (postfinger/postfinger-1.24) = da39ce16325d6617ad3de7434ac1baa5
-MD5 (postfinger/README) = 63ab11f4282a7dc3e1ca57ba57dee217
+MD5 (postfinger/postfinger-1.26) = 4a4a927749d46552390001ec10177cfd
+SIZE (postfinger/postfinger-1.26) = 8318
+MD5 (postfinger/README) = 8798a1359d1afc08c9ddb4e44a13e217
+SIZE (postfinger/README) = 760
diff -ruN postfinger-1.24/pkg-plist postfinger/pkg-plist
--- postfinger-1.24/pkg-plist	Sat May 17 13:13:10 2003
+++ postfinger/pkg-plist	Sun Mar 14 14:52:14 2004
@@ -1,3 +1,3 @@
 bin/postfinger
-share/doc/postfinger/README
-@dirrm share/doc/postfinger
+%%PORTDOCS%%%%DOCSDIR%%/README
+@dirrm %%PORTDOCS%%%%DOCSDIR%%
--- postfinger-1.26.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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