From jnlin@Seattle.tamama.org  Fri Oct 13 08:20:09 2006
Return-Path: <jnlin@Seattle.tamama.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8218316A47E;
	Fri, 13 Oct 2006 08:20:09 +0000 (UTC)
	(envelope-from jnlin@Seattle.tamama.org)
Received: from Seattle.tamama.org (mpc02.csie.nctu.edu.tw [140.113.214.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 88CCB43D6E;
	Fri, 13 Oct 2006 08:20:07 +0000 (GMT)
	(envelope-from jnlin@Seattle.tamama.org)
Received: by Seattle.tamama.org (Postfix, from userid 1001)
	id C6FFDDA78; Fri, 13 Oct 2006 16:20:06 +0800 (CST)
Message-Id: <20061013082006.C6FFDDA78@Seattle.tamama.org>
Date: Fri, 13 Oct 2006 16:20:06 +0800 (CST)
From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vs@FreeBSD.org
Subject: [PATCH] textproc/prosper: install some files forgotten in last submit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104370
>Category:       ports
>Synopsis:       [PATCH] textproc/prosper: install some files forgotten in last submit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 13 08:20:18 GMT 2006
>Closed-Date:    Tue Nov 07 04:31:26 GMT 2006
>Last-Modified:  Tue Nov  7 04:40:27 GMT 2006
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Seattle.tamama.org 6.1-STABLE FreeBSD 6.1-STABLE #8: Thu Sep  7 17:03:33 CST
>Description:

In last submit, contrig/img/*.gif and contrig/img/*.eps are forgotten to 
install.

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

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

--- prosper-1.00.4_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/prosper/Makefile /home/jnlin/ports/prosper/Makefile
--- /usr/ports/textproc/prosper/Makefile	Fri Oct 13 16:15:08 2006
+++ /home/jnlin/ports/prosper/Makefile	Fri Oct 13 16:16:21 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	prosper
 PORTVERSION=	1.00.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -61,6 +61,8 @@
 	${INSTALL_DATA} ${WRKSRC}/contrib/*.ps  ${PROSPERDIR}/contrib
 	${INSTALL_DATA} ${WRKSRC}/contrib/*.tex ${PROSPERDIR}/contrib
 	${INSTALL_DATA} ${WRKSRC}/contrib/img/*.ps ${PROSPERDIR}/contrib/img
+	${INSTALL_DATA} ${WRKSRC}/contrib/img/*.eps ${PROSPERDIR}/contrib/img
+	${INSTALL_DATA} ${WRKSRC}/contrib/img/*.gif ${PROSPERDIR}/contrib/img
 	${INSTALL_DATA} ${WRKSRC}/designer/prosper* ${PROSPERDIR}/designer
 	mktexlsr
 .if !defined(NOPORTDOCS)
diff -ruN --exclude=CVS /usr/ports/textproc/prosper/pkg-plist /home/jnlin/ports/prosper/pkg-plist
--- /usr/ports/textproc/prosper/pkg-plist	Fri Oct 13 16:15:16 2006
+++ /home/jnlin/ports/prosper/pkg-plist	Fri Oct 13 16:16:07 2006
@@ -38,17 +38,29 @@
 %%PORTDOCS%%%%EXAMPLESDIR%%/ExampleTroisPoints.tex
 %%PROSPERDIR%%/contrib/img/angleHG.ps
 %%PROSPERDIR%%/contrib/img/barre-rico.ps
-%%PROSPERDIR%%/contrib/img/rico_bullet1.ps
-%%PROSPERDIR%%/contrib/img/rico_bullet2.ps
-%%PROSPERDIR%%/contrib/img/rico_bullet3.ps
 %%PROSPERDIR%%/contrib/img/blue-inverted-arrow.ps
+%%PROSPERDIR%%/contrib/img/boule-base.eps
+%%PROSPERDIR%%/contrib/img/boulebleue-fondblanc.eps
+%%PROSPERDIR%%/contrib/img/boulerouge-fondblanc.eps
+%%PROSPERDIR%%/contrib/img/bouleverte-fondblanc.eps
+%%PROSPERDIR%%/contrib/img/degrade-base.eps
+%%PROSPERDIR%%/contrib/img/degrade-blanc-bleu.eps
+%%PROSPERDIR%%/contrib/img/green-bullet-on-blue-wc.gif
 %%PROSPERDIR%%/contrib/img/green-bullet-on-blue-wc.ps
+%%PROSPERDIR%%/contrib/img/green-bullet-on-white.gif
 %%PROSPERDIR%%/contrib/img/green-bullet-on-white.ps
 %%PROSPERDIR%%/contrib/img/green-inverted-arrow.ps
+%%PROSPERDIR%%/contrib/img/red-bullet-on-blue-wc.gif
 %%PROSPERDIR%%/contrib/img/red-bullet-on-blue-wc.ps
+%%PROSPERDIR%%/contrib/img/red-bullet-on-white.gif
 %%PROSPERDIR%%/contrib/img/red-bullet-on-white.ps
 %%PROSPERDIR%%/contrib/img/red-inverted-arrow.ps
+%%PROSPERDIR%%/contrib/img/rico_bullet1.ps
+%%PROSPERDIR%%/contrib/img/rico_bullet2.ps
+%%PROSPERDIR%%/contrib/img/rico_bullet3.ps
+%%PROSPERDIR%%/contrib/img/yellow-bullet-on-blue-wc.gif
 %%PROSPERDIR%%/contrib/img/yellow-bullet-on-blue-wc.ps
+%%PROSPERDIR%%/contrib/img/yellow-bullet-on-white.gif
 %%PROSPERDIR%%/contrib/img/yellow-bullet-on-white.ps
 %%PROSPERDIR%%/contrib/PPRalcatel.sty
 %%PROSPERDIR%%/contrib/PPRblends.sty
--- prosper-1.00.4_5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 13 08:20:25 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104370 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Tue Nov 7 04:31:13 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104370 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104370: commit references a PR
Date: Tue,  7 Nov 2006 04:30:39 +0000 (UTC)

 vs          2006-11-07 04:30:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/prosper     Makefile pkg-plist 
   Log:
   Install additional files (bump PORTREV). Streamline mktexlsr handling a bit.
   
   PR:             ports/104370
   Submitted by:   Jui-Nan Lin
   
   Revision  Changes    Path
   1.10      +9 -3      ports/textproc/prosper/Makefile
   1.5       +17 -5     ports/textproc/prosper/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
