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: ports/104370: [PATCH] textproc/prosper: install some files forgotten in last submit Message-ID: <20061013082006.C6FFDDA78@Seattle.tamama.org> Resent-Message-ID: <200610130820.k9D8KII5004161@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104370 >Category: ports >Synopsis: [PATCH] textproc/prosper: install some files forgotten in last submit >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: Fri Oct 13 08:20:18 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061013082006.C6FFDDA78>