Date: Sun, 12 Apr 2009 00:55:56 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nivit@FreeBSD.org Subject: ports/133627: [PATCH] www/mimetex: fix pkg-plist Message-ID: <200904120055.n3C0tujT067986@mail.bluecottontech.com> Resent-Message-ID: <200904120100.n3C10Bsq025611@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133627 >Category: ports >Synopsis: [PATCH] www/mimetex: fix 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 Apr 12 01:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-RELEASE-p3 amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009 >Description: - Fix pkg-plist - USE_APACHE=yes is deprecated - Bump PORTREVISION Port maintainer (nivit@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- mimetex-20080906.1.70_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/mimetex/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 14 Jan 2009 13:08:27 -0000 1.12 +++ Makefile 12 Apr 2009 00:55:29 -0000 @@ -7,6 +7,7 @@ PORTNAME= mimetex PORTVERSION= 20080906.1.70 +PORTREVISION= 1 CATEGORIES= www math MASTER_SITES= http://nivi.interfree.it/distfiles/${DIST_SUBDIR}/ \ http://www.forkosh.com/ @@ -17,7 +18,7 @@ COMMENT= A CGI script that lets you embed LaTeX math in your HTML pages NO_WRKSUBDIR= yes -USE_APACHE= yes +USE_APACHE= 1.3+ USE_ZIP= yes FETCH_CMD= /usr/bin/fetch -rR # see PR bin/76134 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/mimetex/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 26 Oct 2007 08:20:21 -0000 1.3 +++ pkg-plist 12 Apr 2009 00:55:29 -0000 @@ -2,5 +2,6 @@ %%PORTDOCS%%%%DOCSDIR%%/mimetex.html %%PORTDOCS%%www/data/mimetex/index.html www/cgi-bin/mimetex.cgi +@dirrmtry www/cgi-bin %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm www/data/mimetex --- mimetex-20080906.1.70_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?200904120055.n3C0tujT067986>