Skip site navigation (1)Skip section navigation (2)
Date:      23 Jul 2006 11:58:33 -0300
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sergei@FreeBSD.org
Subject:   ports/100752: [PATCH] mail/queue-repair: Fix WWW, remove uneeded pkg-plist
Message-ID:  <20060723145833.93713.qmail@srv1.galle.com.br>
Resent-Message-ID: <200607231500.k6NF0UTG004655@freefall.freebsd.org>

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

>Number:         100752
>Category:       ports
>Synopsis:       [PATCH] mail/queue-repair: Fix WWW, remove uneeded pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 23 15:00:30 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD srv1.galle.com.br 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 23 18:08:29 BRST 2006
>Description:
- Fix WWW
- Use PORTDOCS
- Remove uneeded pkg-plist

Removed file(s):
- pkg-plist

Port maintainer (sergei@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- queue-repair-0.9.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/queue-repair/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	10 May 2006 22:37:00 -0000	1.10
+++ Makefile	23 Jul 2006 14:57:44 -0000
@@ -20,7 +20,8 @@
 
 USE_PYTHON=	yes
 
-DOCS=		BLURB CHANGELOG TODO
+PLIST_FILES=	bin/queue-repair
+PORTDOCS=	BLURB CHANGELOG TODO
 
 do-build:
 	${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \
@@ -33,7 +34,9 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue-repair
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+. for f in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+. endfor
 .endif
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/mail/queue-repair/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	8 Oct 2002 14:19:44 -0000	1.1
+++ pkg-descr	23 Jul 2006 14:57:44 -0000
@@ -16,4 +16,4 @@
 
 - can run in repair or test (report-only) modes.  The default is test mode.
 
-WWW:	http://www.qcc.ca/~charlesc/software/queue_repair/
+WWW:	http://pyropus.ca/software/queue-repair/
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	8 Dec 2003 17:09:23 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-@comment $FreeBSD: ports/mail/queue-repair/pkg-plist,v 1.3 2003/12/08 17:09:23 sergei Exp $
-bin/queue-repair
-%%PORTDOCS%%%%DOCSDIR%%/BLURB
-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- queue-repair-0.9.0_1.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?20060723145833.93713.qmail>