Date: Sun, 3 May 2020 20:56:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533878 - head/www/p5-Catalyst-Model-Xapian Message-ID: <202005032056.043Ku7Q3077337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:56:07 2020 New Revision: 533878 URL: https://svnweb.freebsd.org/changeset/ports/533878 Log: Sort *_DEPENDS Modified: head/www/p5-Catalyst-Model-Xapian/Makefile Modified: head/www/p5-Catalyst-Model-Xapian/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Xapian/Makefile Sun May 3 20:56:02 2020 (r533877) +++ head/www/p5-Catalyst-Model-Xapian/Makefile Sun May 3 20:56:07 2020 (r533878) @@ -15,14 +15,16 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Catalyst-Runtime>=5.30:www/p5-Catalyst-Runtime \ - p5-Catalyst-Devel>=1.00:www/p5-Catalyst-Devel \ +RUN_DEPENDS= p5-Catalyst-Devel>=1.00:www/p5-Catalyst-Devel \ + p5-Catalyst-Runtime>=5.30:www/p5-Catalyst-Runtime \ p5-Data-Page>=0:databases/p5-Data-Page \ p5-Search-Xapian12>=1.2.7.0:databases/p5-Search-Xapian12 -NO_ARCH= yes USES= perl5 shebangfix -SHEBANG_FILES= sample-indexer.pl USE_PERL5= configure + +NO_ARCH= yes + +SHEBANG_FILES= sample-indexer.pl .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032056.043Ku7Q3077337>