Index: head/devel/p5-Test-File-Contents/Makefile =================================================================== --- head/devel/p5-Test-File-Contents/Makefile (revision 156742) +++ head/devel/p5-Test-File-Contents/Makefile (revision 156743) @@ -1,24 +1,24 @@ # New ports collection makefile for: devel/p5-Test-File-Contents # Date created: 28 January 2006 # Whom: Rod Taylor # # $FreeBSD$ # PORTNAME= Test-File-Contents PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- MAINTAINER= ports@rbt.ca COMMENT= Test routines for examining the contents of files -PERL_BUILD_DEPENDS= Test-More:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes MAN3= Test::File::Contents.3 .include Property changes on: head/devel/p5-Test-File-Contents/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/misc/tinderbox/Makefile =================================================================== --- head/misc/tinderbox/Makefile (revision 156742) +++ head/misc/tinderbox/Makefile (revision 156743) @@ -1,63 +1,63 @@ # Ports collection makefile for: misc/tinderbox # Whom: Edwin Groothuis # Date created: 31 december 2005 # # $FreeBSD$ PORTNAME= tinderbox PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ MAINTAINER= edwin@mavetju.org COMMENT= Port build tinderbox system -PERL_RUN_DEPENDS= Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ - Net-SMTP:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ cvsup:${PORTSDIR}/net/cvsup-without-gui OPTIONS= PGSQL "With pgsql" On \ MYSQL "With mysql" Off NO_BUILD= yes USE_APACHE= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .include .if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL) BROKEN= Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL .endif USE_PHP= session .if defined(WITH_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql -PERL_RUN_DEPENDS+= DBD-Pg:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_MYSQL) USE_PHP+= mysql USE_MYSQL= yes -PERL_RUN_DEPENDS+= DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .include "${PORTSDIR}/Mk/bsd.php.mk" post-extract: .for f in inc_ds.php inc_tinderbox.php ${MV} ${WRKSRC}/www-exp/${f} ${WRKSRC}/www-exp/${f}-dist .endfor do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/misc/tinderbox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/ports-mgmt/newportsversioncheck/Makefile =================================================================== --- head/ports-mgmt/newportsversioncheck/Makefile (revision 156742) +++ head/ports-mgmt/newportsversioncheck/Makefile (revision 156743) @@ -1,42 +1,41 @@ # New ports collection makefile for: newportsversioncheck # Date created: 12 October 2005 # Whom: Edwin Groothuis # # $FreeBSD$ # PORTNAME= newportsversioncheck PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Ports new version checker -PERL_RUN_DEPENDS= \ - DBD-SQLite:${PORTSDIR}/databases/p5-DBD-SQLite \ - MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite \ - LWP:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ + ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL_RUN= yes USE_SQLITE= yes NO_BUILD= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message do-install: ${MKDIR} ${PREFIX}/newportsversioncheck/bin .for f in apply_restrictions.pl check_data.pl check_find_new_versions.sh delete_dupes.pl filter_ports_alreadychecked.pl find_new_versions.pl find_new_versions.sh init_db.sh mail_maintainers.pl make_html.pl maketarball.sh manage_restriction.pl restart_database.pl README CHANGES ${INSTALL_SCRIPT} ${WRKDIR}/newportsversioncheck/bin/${f} ${PREFIX}/newportsversioncheck/bin .endfor ${MKDIR} ${PREFIX}/newportsversioncheck/etc .for f in email_footer.txt email_header.txt ${INSTALL_DATA} ${WRKDIR}/newportsversioncheck/etc/${f} ${PREFIX}/newportsversioncheck/etc .endfor post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/ports-mgmt/newportsversioncheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/ports-mgmt/tinderbox/Makefile =================================================================== --- head/ports-mgmt/tinderbox/Makefile (revision 156742) +++ head/ports-mgmt/tinderbox/Makefile (revision 156743) @@ -1,63 +1,63 @@ # Ports collection makefile for: misc/tinderbox # Whom: Edwin Groothuis # Date created: 31 december 2005 # # $FreeBSD$ PORTNAME= tinderbox PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ MAINTAINER= edwin@mavetju.org COMMENT= Port build tinderbox system -PERL_RUN_DEPENDS= Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ - Net-SMTP:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ cvsup:${PORTSDIR}/net/cvsup-without-gui OPTIONS= PGSQL "With pgsql" On \ MYSQL "With mysql" Off NO_BUILD= yes USE_APACHE= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .include .if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL) BROKEN= Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL .endif USE_PHP= session .if defined(WITH_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql -PERL_RUN_DEPENDS+= DBD-Pg:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_MYSQL) USE_PHP+= mysql USE_MYSQL= yes -PERL_RUN_DEPENDS+= DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .include "${PORTSDIR}/Mk/bsd.php.mk" post-extract: .for f in inc_ds.php inc_tinderbox.php ${MV} ${WRKSRC}/www-exp/${f} ${WRKSRC}/www-exp/${f}-dist .endfor do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/ports-mgmt/tinderbox/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/ports-mgmt/tinderbox-devel/Makefile =================================================================== --- head/ports-mgmt/tinderbox-devel/Makefile (revision 156742) +++ head/ports-mgmt/tinderbox-devel/Makefile (revision 156743) @@ -1,63 +1,63 @@ # Ports collection makefile for: misc/tinderbox # Whom: Edwin Groothuis # Date created: 31 december 2005 # # $FreeBSD$ PORTNAME= tinderbox PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://tinderbox.marcuscom.com/ MAINTAINER= edwin@mavetju.org COMMENT= Port build tinderbox system -PERL_RUN_DEPENDS= Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ - Net-SMTP:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \ cvsup:${PORTSDIR}/net/cvsup-without-gui OPTIONS= PGSQL "With pgsql" On \ MYSQL "With mysql" Off NO_BUILD= yes USE_APACHE= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message .include .if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL) BROKEN= Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL .endif USE_PHP= session .if defined(WITH_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql -PERL_RUN_DEPENDS+= DBD-Pg:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .endif .if defined(WITH_MYSQL) USE_PHP+= mysql USE_MYSQL= yes -PERL_RUN_DEPENDS+= DBD-mysql:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .include "${PORTSDIR}/Mk/bsd.php.mk" post-extract: .for f in inc_ds.php inc_tinderbox.php ${MV} ${WRKSRC}/www-exp/${f} ${WRKSRC}/www-exp/${f}-dist .endfor do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts ${CP} -R ${WRKSRC}/* ${PREFIX}/tinderbox/scripts post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/ports-mgmt/tinderbox-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/lire/Makefile =================================================================== --- head/sysutils/lire/Makefile (revision 156742) +++ head/sysutils/lire/Makefile (revision 156743) @@ -1,285 +1,283 @@ # New ports collection makefile for: lire # Date Created: 26 june 2002 # Whom: Edwin Groothuis # # $FreeBSD$ # # # Remark regarding the errors during pkg_delete: These directories not # there if you install from the package. They are generated when # you install lire from the ports-collection. # PORTNAME= lire PORTVERSION= 2.0.1 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://download.logreport.org/pub/ MAINTAINER= edwin@mavetju.org COMMENT= Logfile analyse toolkit for multiple applications LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -PERL_BUILD_DEPENDS= \ - Digest-MD5:${PORTSDIR}/security/p5-Digest-MD5 \ - MIME-Tools:${PORTSDIR}/mail/p5-MIME-Tools \ - Time-Timezone:${PORTSDIR}/devel/p5-Time-modules \ - DBD-SQLite2:${PORTSDIR}/databases/p5-DBD-SQLite2 \ - XML-Parser:${PORTSDIR}/textproc/p5-XML-Parser \ - Curses:${PORTSDIR}/devel/p5-Curses \ - Curses-UI:${PORTSDIR}/devel/p5-Curses-UI \ - Locale-TextDomain:${PORTSDIR}/devel/p5-Locale-libintl +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ + ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \ + ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite2.pm:${PORTSDIR}/databases/p5-DBD-SQLite2 \ + ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ + ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ + ${SITE_PERL}/Locale/TextDomain.pm:${PORTSDIR}/devel/p5-Locale-libintl OPTIONS= CHARTS "Have Charts output format" On \ HTML "Have HTML or DocBook output format" On \ PDF "Have PDF output format" Off \ EXCEL95 "Have Excel95 Spreadsheet output format" Off USE_GNOME= libxml2 libxslt USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-docbookdir=${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd" CONFIGURE_ENV= POD2MAN=${LOCALBASE}/bin/pod2man MAN1= \ argomail2dlf.1 \ bind8_named2dlf.1 \ bind8_query2dlf.1 \ bind9_query2dlf.1 \ cisco_ios2dlf.1 \ combined2dlf.1 \ common2dlf.1 \ dbmail2dlf.1 \ exim2dlf.1 \ fw1_lea2dlf.1 \ isdnlog2dlf.1 \ lire.1 \ lr_anondump.1 \ lr_anonymize.1 \ lr_check_service.1 \ lr_check_superservice.1 \ lr_cron.1 \ lr_deanonymize.1 \ lr_desyslog.1 \ lr_env.1 \ lr_environment.1 \ lr_getbody.1 \ lr_log2mail.1 \ lr_log2report.1 \ lr_mail.1 \ lr_rawmail2mail.1 \ lr_report_cfg2xml.1 \ lr_run.1 \ lr_setup_responder.1 \ lr_spec2pot.1 \ lr_spool.1 \ lr_spoold.1 \ lr_vendor_cron.1 \ lr_xml2mail.1 \ lr_xml2report.1 \ modgzip2dlf.1 \ ms_isa2dlf.1 \ mysql2dlf.1 \ nms2dlf.1 \ nmsmmp2dlf.1 \ nmsstore2dlf.1 \ pgsql2dlf.1 \ pix2dlf.1 \ postfix2dlf.1 \ postfix2dlf_main.1 \ postfix2dlf_pre.1 \ qmail2dlf.1 \ referer2dlf.1 \ s1ms2dlf.1 \ sendmail2dlf.1 \ snort2dlf.1 \ spamassassin2dlf.1 \ syslog2dlf.1 \ tinydns2dlf.1 \ w3c_extended2dlf.1 \ welf2dlf.1 \ welf_proxy2dlf.1 \ xferlog2dlf.1 MAN3= \ Lire::Aggregate.3pm \ Lire::Aggregator.3pm \ Lire::Average.3pm \ Lire::ChartType.3pm \ Lire::ChartTypes::Dist.3pm \ Lire::ChartTypes::Lines.3pm \ Lire::ChartTypes::Pie.3pm \ Lire::ChartTypes::Scat.3pm \ Lire::ChartTypes::Stack.3pm \ Lire::ChartTypes::VBars.3pm \ Lire::Config.3pm \ Lire::Config::BasePluginSpec.3pm \ Lire::Config::Build.3pm \ Lire::Config::ChartSpec.3pm \ Lire::Config::ChartTypeSpec.3pm \ Lire::Config::ConfigFile.3pm \ Lire::Config::Dictionary.3pm \ Lire::Config::DlfAnalyserSpec.3pm \ Lire::Config::DlfConverterSpec.3pm \ Lire::Config::DlfStreamSpec.3pm \ Lire::Config::DlfStreamsSpec.3pm \ Lire::Config::Index.3pm \ Lire::Config::List.3pm \ Lire::Config::Object.3pm \ Lire::Config::OutputFormatSpec.3pm \ Lire::Config::Parser.3pm \ Lire::Config::Plugin.3pm \ Lire::Config::RecordSpec.3pm \ Lire::Config::Reference.3pm \ Lire::Config::ReferenceSpec.3pm \ Lire::Config::ReportConfigIndex.3pm \ Lire::Config::ReportSectionSpec.3pm \ Lire::Config::ReportSpec.3pm \ Lire::Config::Scalar.3pm \ Lire::Config::SpecParser.3pm \ Lire::Config::Value.3pm \ Lire::Config::VariableIndex.3pm \ Lire::Config::XMLSpecListSpec.3pm \ Lire::Count.3pm \ Lire::DataTypes.3pm \ Lire::DlfAnalyser.3pm \ Lire::DlfAnalyserProcess.3pm \ Lire::DlfCategoriser.3pm \ Lire::DlfConverter.3pm \ Lire::DlfConverterProcess.3pm \ Lire::DlfQuery.3pm \ Lire::DlfResult.3pm \ Lire::DlfSchema.3pm \ Lire::DlfStore.3pm \ Lire::DlfStream.3pm \ Lire::DocBookParser.3pm \ Lire::Error.3pm \ Lire::Field.3pm \ Lire::Firewall.3pm \ Lire::Firewall::IpchainsDlfConverter.3pm \ Lire::Firewall::IpfilterDlfConverter.3pm \ Lire::Firewall::IptablesDlfConverter.3pm \ Lire::Firewall::SnortDlfConverter.3pm \ Lire::Firewall::WatchguardDlfConverter.3pm \ Lire::First.3pm \ Lire::Ftp::IisFtpDlfConverter.3pm \ Lire::Group.3pm \ Lire::GroupField.3pm \ Lire::I18N.3pm \ Lire::ImportJob.3pm \ Lire::Last.3pm \ Lire::Logger.3pm \ Lire::LrCommand.3pm \ Lire::Max.3pm \ Lire::Min.3pm \ Lire::OldDlfAdapter.3pm \ Lire::OutputFormat.3pm \ Lire::OutputFormats::DVI.3pm \ Lire::OutputFormats::Excel95.3pm \ Lire::OutputFormats::HTML.3pm \ Lire::OutputFormats::LaTeX.3pm \ Lire::OutputFormats::PDF.3pm \ Lire::OutputFormats::PS.3pm \ Lire::OutputFormats::Text.3pm \ Lire::OutputFormats::XML.3pm \ Lire::OutputJob.3pm \ Lire::Plugin.3pm \ Lire::PluginManager.3pm \ Lire::Program.3pm \ Lire::Proxy::SquidAccessDlfConverter.3pm \ Lire::Rangegroup.3pm \ Lire::Records.3pm \ Lire::Report.3pm \ Lire::Report::ChartConfig.3pm \ Lire::Report::ColumnInfo.3pm \ Lire::Report::Entry.3pm \ Lire::Report::Group.3pm \ Lire::Report::GroupInfo.3pm \ Lire::Report::Section.3pm \ Lire::Report::Subreport.3pm \ Lire::Report::TableInfo.3pm \ Lire::ReportJob.3pm \ Lire::ReportOperator.3pm \ Lire::ReportParser.3pm \ Lire::ReportParser::AsciiDocBookFormatter.3pm \ Lire::ReportParser::AsciiWriter.3pm \ Lire::ReportParser::ExcelWriter.3pm \ Lire::ReportParser::HTMLDocBookFormatter.3pm \ Lire::ReportParser::HTMLWriter.3pm \ Lire::ReportParser::LaTeXDocBookFormatter.3pm \ Lire::ReportParser::LaTeXWriter.3pm \ Lire::ReportParser::ReportBuilder.3pm \ Lire::ReportParser::RowColHandler.3pm \ Lire::ReportSchedule.3pm \ Lire::SQLExt::LrCountUniq.3pm \ Lire::SQLExt::LrFirst.3pm \ Lire::SQLExt::LrLast.3pm \ Lire::SQLExt::LrMatch.3pm \ Lire::SQLExt::LrMissingCases.3pm \ Lire::SQLExt::LrRangegroup.3pm \ Lire::SQLExt::LrTimegroup.3pm \ Lire::SQLExt::LrTimeslot.3pm \ Lire::SQLExt::Registry.3pm \ Lire::Sum.3pm \ Lire::Syslog.3pm \ Lire::Test::CommandResult.3pm \ Lire::Test::CursesUIDriver.3pm \ Lire::Test::DlfAnalyserTestCase.3pm \ Lire::Test::DlfConverterTestCase.3pm \ Lire::Test::FunctionalTestCase.3pm \ Lire::Test::HashConfig.3pm \ Lire::Test::Mock.3pm \ Lire::Test::PluginTestCase.3pm \ Lire::Test::TestCase.3pm \ Lire::Time.3pm \ Lire::Timegroup.3pm \ Lire::Timeslot.3pm \ Lire::UI.3pm \ Lire::UI::Prefs.3pm \ Lire::UI::Utils.3pm \ Lire::UI::Widget.3pm \ Lire::Utils.3pm \ Lire::W3CExtendedLog.3pm \ Lire::WELF.3pm \ Lire::WeekCalculator.3pm \ Lire::XMLParser.3pm \ Lire::XMLSpecI18N.3pm \ Lire::XMLSpecParser.3pm MAN7= lire.7 .include .if ${PERL_LEVEL} < 500600 IGNORE= sysutils/lire requires are least Perl 5.6.1, while Perl 5.8.2 is recommended. Please install lang/perl5.8 .endif .ifdef(WITH_CHARTS) RUN_DEPENDS+= ploticus:${PORTSDIR}/math/ploticus-nox11 \ dia:${PORTSDIR}/graphics/dia -PERL_BUILD_DEPENDS+= GD-Graph:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS+= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph .endif .ifdef(WITH_HTML) RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx .endif .ifdef(WITH_PDF) RUN_DEPENDS+= epsffit:${PORTSDIR}/print/psutils-a4 \ gs:${PORTSDIR}/print/ghostview \ jade:${PORTSDIR}/textproc/jade \ jadetex:${PORTSDIR}/print/jadetex \ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular .endif .ifdef(WITH_EXCEL95) BUILD_DEPENDS+= ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel .endif RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_RUN_DEPENDS+= ${PERL_BUILD_DEPENDS} post-install: @${CAT} pkg-message .include Property changes on: head/sysutils/lire/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/sysutils/newportsversioncheck/Makefile =================================================================== --- head/sysutils/newportsversioncheck/Makefile (revision 156742) +++ head/sysutils/newportsversioncheck/Makefile (revision 156743) @@ -1,42 +1,41 @@ # New ports collection makefile for: newportsversioncheck # Date created: 12 October 2005 # Whom: Edwin Groothuis # # $FreeBSD$ # PORTNAME= newportsversioncheck PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Ports new version checker -PERL_RUN_DEPENDS= \ - DBD-SQLite:${PORTSDIR}/databases/p5-DBD-SQLite \ - MIME-Lite:${PORTSDIR}/mail/p5-MIME-Lite \ - LWP:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ + ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL_RUN= yes USE_SQLITE= yes NO_BUILD= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message do-install: ${MKDIR} ${PREFIX}/newportsversioncheck/bin .for f in apply_restrictions.pl check_data.pl check_find_new_versions.sh delete_dupes.pl filter_ports_alreadychecked.pl find_new_versions.pl find_new_versions.sh init_db.sh mail_maintainers.pl make_html.pl maketarball.sh manage_restriction.pl restart_database.pl README CHANGES ${INSTALL_SCRIPT} ${WRKDIR}/newportsversioncheck/bin/${f} ${PREFIX}/newportsversioncheck/bin .endfor ${MKDIR} ${PREFIX}/newportsversioncheck/etc .for f in email_footer.txt email_header.txt ${INSTALL_DATA} ${WRKDIR}/newportsversioncheck/etc/${f} ${PREFIX}/newportsversioncheck/etc .endfor post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/newportsversioncheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property