Date: Wed, 30 Dec 2009 15:24:34 GMT From: Sevan Janiyan <venture37@geeklan.co.uk> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/142171: [patch] net-mgmt/portscout Makefile adjustment Message-ID: <200912301524.nBUFOYJg070172@www.freebsd.org> Resent-Message-ID: <200912301530.nBUFU2Yv039866@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 142171 >Category: ports >Synopsis: [patch] net-mgmt/portscout Makefile adjustment >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: Wed Dec 30 15:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: >Organization: >Environment: >Description: move PATCH_SITES PATCHFILES RUN_DEPENDS to their correct place >How-To-Repeat: >Fix: Patch attached with submission follows: ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ports-mgmt/portscout/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 6 Jun 2008 13:56:39 -0000 1.11 +++ Makefile 30 Dec 2009 14:34:06 -0000 @@ -13,23 +13,23 @@ http://www.atarininja.org/~wxs/distfiles/ \ http://www.inerd.com/software/${PORTNAME}/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= portscout-0.7.4-fixsql.diff + MAINTAINER= shaun@FreeBSD.org COMMENT= A tool to scan for new versions of FreeBSD ports -NO_BUILD= yes -USE_PERL5= yes - -PORTDOCS= README - -PATCHFILES= portscout-0.7.4-fixsql.diff -PATCH_SITES= ${MASTER_SITES} - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/Proc/Queue.pm:${PORTSDIR}/devel/p5-Proc-Queue \ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +NO_BUILD= yes +USE_PERL5= yes + +PORTDOCS= README + .if defined(WITH_MYSQL) || defined(WITH_SQLITE3) WITHOUT_PGSQL= true BROKEN= MySQL/SQLite3 is not supported yet; portscout will not work with it >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912301524.nBUFOYJg070172>