Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 13:43:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342698 - in head/databases: p5-Class-DBI-Plugin-Senna p5-DBD-Excel p5-DBICx-Deploy p5-DBIx-Connector p5-DBIx-Inspector p5-DBIx-QueryLog p5-DBIx-Simple p5-DBIx-VersionedDDL p5-DMOZ-Pars...
Message-ID:  <201402051343.s15Dh652056465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb  5 13:43:06 2014
New Revision: 342698
URL: http://svnweb.freebsd.org/changeset/ports/342698
QAT: https://qat.redports.org/buildarchive/r342698/

Log:
  Support staging.

Modified:
  head/databases/p5-Class-DBI-Plugin-Senna/Makefile
  head/databases/p5-Class-DBI-Plugin-Senna/pkg-plist
  head/databases/p5-DBD-Excel/Makefile
  head/databases/p5-DBD-Excel/pkg-plist
  head/databases/p5-DBICx-Deploy/Makefile
  head/databases/p5-DBICx-Deploy/pkg-plist
  head/databases/p5-DBIx-Connector/Makefile
  head/databases/p5-DBIx-Connector/pkg-plist
  head/databases/p5-DBIx-Inspector/Makefile
  head/databases/p5-DBIx-Inspector/pkg-plist
  head/databases/p5-DBIx-QueryLog/Makefile
  head/databases/p5-DBIx-QueryLog/pkg-plist
  head/databases/p5-DBIx-Simple/Makefile
  head/databases/p5-DBIx-Simple/pkg-plist
  head/databases/p5-DBIx-VersionedDDL/Makefile
  head/databases/p5-DBIx-VersionedDDL/pkg-plist
  head/databases/p5-DMOZ-ParseRDF/Makefile
  head/databases/p5-MySQL-Diff/Makefile
  head/databases/p5-MySQL-Diff/pkg-plist
  head/databases/p5-SQL-Maker/Makefile
  head/databases/p5-SQL-Maker/pkg-plist
  head/databases/p5-Test-Fixture-DBI/Makefile
  head/databases/p5-Test-Fixture-DBI/pkg-plist
  head/databases/p5-Text-Query-SQL/Makefile
  head/databases/p5-Text-Query-SQL/pkg-plist

Modified: head/databases/p5-Class-DBI-Plugin-Senna/Makefile
==============================================================================
--- head/databases/p5-Class-DBI-Plugin-Senna/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-Class-DBI-Plugin-Senna/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -14,9 +14,7 @@ BUILD_DEPENDS=	p5-Class-DBI>=0:${PORTSDI
 
 USES=		perl5
 USE_PERL5=	configure
-MAN3=		Class::DBI::Plugin::Senna.3
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == ia64

Modified: head/databases/p5-Class-DBI-Plugin-Senna/pkg-plist
==============================================================================
--- head/databases/p5-Class-DBI-Plugin-Senna/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-Class-DBI-Plugin-Senna/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Class/DBI/Plugin/Senna.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/Senna/.packlist
+%%PERL5_MAN3%%/Class::DBI::Plugin::Senna.3.gz
 @dirrmtry %%SITE_PERL%%/Class/DBI/Plugin
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin/Senna
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/DBI/Plugin

Modified: head/databases/p5-DBD-Excel/Makefile
==============================================================================
--- head/databases/p5-DBD-Excel/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBD-Excel/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -20,13 +20,10 @@ EXAMPLESDIR?=	${PREFIX}/share/examples/$
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		DBD::Excel.3
-
-NO_STAGE=	yes
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${EXAMPLESDIR}
-	@${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/databases/p5-DBD-Excel/pkg-plist
==============================================================================
--- head/databases/p5-DBD-Excel/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBD-Excel/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -13,6 +13,7 @@
 %%PORTDOCS%%share/examples/DBD-Excel/texj.pl
 %%PORTDOCS%%share/examples/DBD-Excel/thidden.pl
 %%PORTDOCS%%share/examples/DBD-Excel/thidden.xls
+%%PERL5_MAN3%%/DBD::Excel.3.gz
 @dirrmtry %%SITE_PERL%%/DBD
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Excel
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD

Modified: head/databases/p5-DBICx-Deploy/Makefile
==============================================================================
--- head/databases/p5-DBICx-Deploy/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBICx-Deploy/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -21,8 +21,4 @@ RUN_DEPENDS=	p5-DBIx-Class>=0.07003:${PO
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	dbicdeploy.1
-MAN3=	DBICx::Deploy.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-DBICx-Deploy/pkg-plist
==============================================================================
--- head/databases/p5-DBICx-Deploy/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBICx-Deploy/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -1,4 +1,6 @@
 bin/dbicdeploy
+%%PERL5_MAN3%%/DBICx::Deploy.3.gz
+man/man1/dbicdeploy.1.gz
 %%SITE_PERL%%/DBICx/Deploy.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/Deploy/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/Deploy

Modified: head/databases/p5-DBIx-Connector/Makefile
==============================================================================
--- head/databases/p5-DBIx-Connector/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-Connector/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -9,21 +9,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension for fast, safe DBI connection management
 
-RUN_DEPENDS=	\
-	p5-DBI>=1.605:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS=	p5-DBI>=1.605:${PORTSDIR}/databases/p5-DBI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule
 
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	DBIx::Connector.3 \
-	DBIx::Connector::Driver.3 \
-	DBIx::Connector::Driver::MSSQL.3 \
-	DBIx::Connector::Driver::Oracle.3 \
-	DBIx::Connector::Driver::Pg.3 \
-	DBIx::Connector::Driver::SQLite.3 \
-	DBIx::Connector::Driver::mysql.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIx-Connector/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Connector/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-Connector/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -5,6 +5,13 @@
 %%SITE_PERL%%/DBIx/Connector/Driver/Pg.pm
 %%SITE_PERL%%/DBIx/Connector/Driver/SQLite.pm
 %%SITE_PERL%%/DBIx/Connector/Driver/mysql.pm
+%%PERL5_MAN3%%/DBIx::Connector.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::MSSQL.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::Oracle.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::Pg.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::SQLite.3.gz
+%%PERL5_MAN3%%/DBIx::Connector::Driver::mysql.3.gz
 @dirrm %%SITE_PERL%%/DBIx/Connector/Driver
 @dirrm %%SITE_PERL%%/DBIx/Connector
 @dirrmtry %%SITE_PERL%%/DBIx

Modified: head/databases/p5-DBIx-Inspector/Makefile
==============================================================================
--- head/databases/p5-DBIx-Inspector/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-Inspector/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -22,11 +22,4 @@ TEST_DEPENDS=	\
 USES=	perl5
 USE_PERL5=	modbuild
 
-MAN3=	DBIx::Inspector.3 \
-	DBIx::Inspector::Column.3 \
-	DBIx::Inspector::ForeignKey.3 \
-	DBIx::Inspector::Iterator.3 \
-	DBIx::Inspector::Table.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIx-Inspector/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Inspector/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-Inspector/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -11,6 +11,11 @@
 %%SITE_PERL%%/DBIx/Inspector/Iterator/Null.pm
 %%SITE_PERL%%/DBIx/Inspector/Table.pm
 %%SITE_PERL%%/DBIx/Inspector/Table/Pg.pm
+%%PERL5_MAN3%%/DBIx::Inspector.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::Column.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::ForeignKey.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::Iterator.3.gz
+%%PERL5_MAN3%%/DBIx::Inspector::Table.3.gz
 @dirrm %%SITE_PERL%%/DBIx/Inspector/Table
 @dirrm %%SITE_PERL%%/DBIx/Inspector/Iterator
 @dirrm %%SITE_PERL%%/DBIx/Inspector/ForeignKey

Modified: head/databases/p5-DBIx-QueryLog/Makefile
==============================================================================
--- head/databases/p5-DBIx-QueryLog/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-QueryLog/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -20,9 +20,6 @@ TEST_DEPENDS=	\
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	DBIx::QueryLog.3
-
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 501400

Modified: head/databases/p5-DBIx-QueryLog/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-QueryLog/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-QueryLog/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -1,2 +1,3 @@
 %%SITE_PERL%%/DBIx/QueryLog.pm
+%%PERL5_MAN3%%/DBIx::QueryLog.3.gz
 @dirrmtry %%SITE_PERL%%/DBIx

Modified: head/databases/p5-DBIx-Simple/Makefile
==============================================================================
--- head/databases/p5-DBIx-Simple/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-Simple/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -21,12 +21,6 @@ TEXT_TABLE_DESC=	Create plain text table
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	DBIx::Simple.3 \
-	DBIx::Simple::Examples.3 \
-	DBIx::Simple::Comparison.3 \
-	DBIx::Simple::Result::RowObject.3
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSQL_INTERP}

Modified: head/databases/p5-DBIx-Simple/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Simple/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-Simple/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -3,6 +3,10 @@
 %%SITE_PERL%%/DBIx/Simple/Examples.pod
 %%SITE_PERL%%/DBIx/Simple/Result/RowObject.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple/.packlist
+%%PERL5_MAN3%%/DBIx::Simple.3.gz
+%%PERL5_MAN3%%/DBIx::Simple::Comparison.3.gz
+%%PERL5_MAN3%%/DBIx::Simple::Examples.3.gz
+%%PERL5_MAN3%%/DBIx::Simple::Result::RowObject.3.gz
 @dirrm %%SITE_PERL%%/DBIx/Simple/Result
 @dirrm %%SITE_PERL%%/DBIx/Simple
 @dirrmtry %%SITE_PERL%%/DBIx

Modified: head/databases/p5-DBIx-VersionedDDL/Makefile
==============================================================================
--- head/databases/p5-DBIx-VersionedDDL/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-VersionedDDL/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -27,9 +27,4 @@ RUN_DEPENDS=	p5-DBD-SQLite>=1.31:${PORTS
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	migrate_schema.1
-MAN3=	DBIx::VersionedDDL.3 \
-	DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIx-VersionedDDL/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-VersionedDDL/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DBIx-VersionedDDL/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -2,6 +2,9 @@ bin/migrate_schema
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/VersionedDDL/.packlist
 %%SITE_PERL%%/DBIx/VersionedDDL.pm
 %%SITE_PERL%%/DBIx/VersionedDDL/Plugin/DefaultScriptProcessor.pm
+%%PERL5_MAN3%%/DBIx::VersionedDDL.3.gz
+%%PERL5_MAN3%%/DBIx::VersionedDDL::Plugin::DefaultScriptProcessor.3.gz
+man/man1/migrate_schema.1.gz
 @dirrm %%SITE_PERL%%/DBIx/VersionedDDL/Plugin
 @dirrm %%SITE_PERL%%/DBIx/VersionedDDL
 @dirrmtry %%SITE_PERL%%/DBIx

Modified: head/databases/p5-DMOZ-ParseRDF/Makefile
==============================================================================
--- head/databases/p5-DMOZ-ParseRDF/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-DMOZ-ParseRDF/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -13,5 +13,4 @@ COMMENT=	Parse the gigantic dmoz.org con
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-MySQL-Diff/Makefile
==============================================================================
--- head/databases/p5-MySQL-Diff/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-MySQL-Diff/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -15,20 +15,12 @@ BUILD_DEPENDS=	p5-Class-MakeMethods>=0:$
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
 
-MAN1=		mysqldiff.1
-MAN3=		MySQL::Diff.3 \
-		MySQL::Diff::Database.3 \
-		MySQL::Diff::Table.3 \
-		MySQL::Diff::Utils.3
-
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/bin/mysqldiff
+SHEBANG_FILES=	bin/mysqldiff
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqldiff ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/databases/p5-MySQL-Diff/pkg-plist
==============================================================================
--- head/databases/p5-MySQL-Diff/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-MySQL-Diff/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -1,9 +1,14 @@
 bin/mysqldiff
+man/man1/mysqldiff.1.gz
 %%SITE_PERL%%/MySQL/Diff.pm
 %%SITE_PERL%%/MySQL/Diff/Database.pm
 %%SITE_PERL%%/MySQL/Diff/Table.pm
 %%SITE_PERL%%/MySQL/Diff/Utils.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist
+%%PERL5_MAN3%%/MySQL::Diff.3.gz
+%%PERL5_MAN3%%/MySQL::Diff::Database.3.gz
+%%PERL5_MAN3%%/MySQL::Diff::Table.3.gz
+%%PERL5_MAN3%%/MySQL::Diff::Utils.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL
 @dirrm %%SITE_PERL%%/MySQL/Diff

Modified: head/databases/p5-SQL-Maker/Makefile
==============================================================================
--- head/databases/p5-SQL-Maker/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-SQL-Maker/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -21,13 +21,4 @@ TEST_DEPENDS=	p5-Test-Simple>=0.96:${POR
 USES=	perl5
 USE_PERL5=	modbuild
 
-MAN3=	SQL::Maker.3 \
-	SQL::Maker::Condition.3 \
-	SQL::Maker::Plugin::InsertMulti.3 \
-	SQL::Maker::Plugin::InsertOnDuplicate.3 \
-	SQL::Maker::SQLType.3 \
-	SQL::Maker::Select.3 \
-	SQL::Maker::SelectSet.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-SQL-Maker/pkg-plist
==============================================================================
--- head/databases/p5-SQL-Maker/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-SQL-Maker/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -7,6 +7,13 @@
 %%SITE_PERL%%/SQL/Maker/Select/Oracle.pm
 %%SITE_PERL%%/SQL/Maker/SelectSet.pm
 %%SITE_PERL%%/SQL/Maker/Util.pm
+%%PERL5_MAN3%%/SQL::Maker.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Condition.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Plugin::InsertMulti.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Plugin::InsertOnDuplicate.3.gz
+%%PERL5_MAN3%%/SQL::Maker::SQLType.3.gz
+%%PERL5_MAN3%%/SQL::Maker::Select.3.gz
+%%PERL5_MAN3%%/SQL::Maker::SelectSet.3.gz
 @dirrm %%SITE_PERL%%/SQL/Maker/Select
 @dirrm %%SITE_PERL%%/SQL/Maker/Plugin
 @dirrm %%SITE_PERL%%/SQL/Maker

Modified: head/databases/p5-Test-Fixture-DBI/Makefile
==============================================================================
--- head/databases/p5-Test-Fixture-DBI/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-Test-Fixture-DBI/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -22,12 +22,4 @@ TEST_DEPENDS=	p5-List-MoreUtils>=0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	make_database_yaml.pl.1 \
-	make_fixture_yaml.pl.1
-MAN3=	Test::Fixture::DBI.3 \
-	Test::Fixture::DBI::Util.3 \
-	Test::Fixture::DBI::Util::SQLite.3 \
-	Test::Fixture::DBI::Util::mysql.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/p5-Test-Fixture-DBI/pkg-plist
==============================================================================
--- head/databases/p5-Test-Fixture-DBI/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-Test-Fixture-DBI/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -5,6 +5,12 @@ bin/make_fixture_yaml.pl
 %%SITE_PERL%%/Test/Fixture/DBI/Util.pm
 %%SITE_PERL%%/Test/Fixture/DBI/Util/SQLite.pm
 %%SITE_PERL%%/Test/Fixture/DBI/Util/mysql.pm
+%%PERL5_MAN3%%/Test::Fixture::DBI.3.gz
+%%PERL5_MAN3%%/Test::Fixture::DBI::Util.3.gz
+%%PERL5_MAN3%%/Test::Fixture::DBI::Util::SQLite.3.gz
+%%PERL5_MAN3%%/Test::Fixture::DBI::Util::mysql.3.gz
+man/man1/make_database_yaml.pl.1.gz
+man/man1/make_fixture_yaml.pl.1.gz
 @dirrm %%SITE_PERL%%/Test/Fixture/DBI/Util
 @dirrm %%SITE_PERL%%/Test/Fixture/DBI
 @dirrmtry %%SITE_PERL%%/Test/Fixture

Modified: head/databases/p5-Text-Query-SQL/Makefile
==============================================================================
--- head/databases/p5-Text-Query-SQL/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-Text-Query-SQL/Makefile	Wed Feb  5 13:43:06 2014	(r342698)
@@ -17,12 +17,6 @@ TEST_DEPENDS=	p5-DBI>=0:${PORTSDIR}/data
 USES=		perl5
 USE_PERL5=	configure patch
 
-MAN3=		Text::Query::BuildSQLMifluz.3 Text::Query::BuildSQLMySQL.3 \
-		Text::Query::BuildSQLFulcrum.3 Text::Query::BuildSQL.3 \
-		Text::Query::BuildSQLPg.3 Text::Query::SolveSQL.3 \
-		Bundle::Text::Query::BuildSQL.3
-
-NO_STAGE=	yes
 pre-patch:
 	@${PERL} -pi -e '/DBI/ and $$_=""' ${WRKSRC}/Makefile.PL
 

Modified: head/databases/p5-Text-Query-SQL/pkg-plist
==============================================================================
--- head/databases/p5-Text-Query-SQL/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
+++ head/databases/p5-Text-Query-SQL/pkg-plist	Wed Feb  5 13:43:06 2014	(r342698)
@@ -6,6 +6,13 @@
 %%SITE_PERL%%/Text/Query/BuildSQLPg.pm
 %%SITE_PERL%%/Text/Query/SolveSQL.pm
 %%SITE_PERL%%/Bundle/Text/Query/BuildSQL.pm
+%%PERL5_MAN3%%/Bundle::Text::Query::BuildSQL.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQL.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLFulcrum.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLMifluz.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLMySQL.3.gz
+%%PERL5_MAN3%%/Text::Query::BuildSQLPg.3.gz
+%%PERL5_MAN3%%/Text::Query::SolveSQL.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query/SQL
 @dirrmtry %%SITE_PERL%%/Bundle/Text/Query
 @dirrmtry %%SITE_PERL%%/Bundle/Text



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051343.s15Dh652056465>