Date: Mon, 11 May 2009 06:56:35 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: DougB@FreeBSD.org Subject: ports/134446: [PATCH] textproc/htdig: apache@ cleanups Message-ID: <200905110656.n4B6uZLH010347@freefall.freebsd.org> Resent-Message-ID: <200905110700.n4B70CJQ010437@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134446 >Category: ports >Synopsis: [PATCH] textproc/htdig: apache@ cleanups >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: Mon May 11 07:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Riderway Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #36: Mon Dec 29 15:15:30 UTC 2008 >Description: - Use SF macro - USE_APACHE=yes is deprecated - Remove apache from RUN_DEPENDS - Style nit Port maintainer (DougB@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- htdig-3.2.0.b6_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/htdig/Makefile,v retrieving revision 1.38 diff -u -u -r1.38 Makefile --- Makefile 24 Mar 2009 19:51:27 -0000 1.38 +++ Makefile 11 May 2009 06:55:47 -0000 @@ -9,11 +9,7 @@ PORTVERSION= 3.2.0.b6 PORTREVISION= 2 CATEGORIES= textproc www -MASTER_SITES= http://htdig.sourceforge.net/files/ \ - http://www.htdig.org/files/ \ - ftp://netmirror.org/ftp.htdig.org/ \ - ftp://gnu.kookel.org/pub/htdig/ftp.htdig.org/files/ \ - ftp://ftp.ntua.gr/pub/www/htdig/ \ +MASTER_SITES= SF \ http://dougbarton.us/Downloads/ DISTNAME= htdig-3.2.0b6 @@ -43,9 +39,8 @@ .include <bsd.port.pre.mk> .if !defined(WITHOUT_APACHE) -USE_APACHE= yes +USE_APACHE= 1.3+ CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin -RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} .endif post-patch: @@ -64,7 +59,7 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html .for f in ChangeLog ChangeLog.0 README STATUS - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .for f in *.html *.gif @${INSTALL_DATA} ${WRKSRC}/htdoc/${f} ${DOCSDIR}/html --- htdig-3.2.0.b6_2.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?200905110656.n4B6uZLH010347>