Bug 187127 - databases/p5-DBIx-Simple: Give up maintainership - patch
Summary: databases/p5-DBIx-Simple: Give up maintainership - patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-28 05:40 UTC by parv
Modified: 2014-02-28 07:20 UTC (History)
0 users

See Also:


Attachments
file.diff (450 bytes, patch)
2014-02-28 05:40 UTC, parv
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description parv 2014-02-28 05:40:00 UTC
I want cease to be a maintainer of DBIx::Simple.

At least 3 people are interested in being a maintainer; see thread "DBIx::Simple: Any user? New maintainer?", <20140223095134.GA1610@holstein.holy.cow>

Fix: Reset maintainer.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-28 05:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-28 07:08:24 UTC
State Changed
From-To: open->closed

Committed. Thanks! 


Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-28 07:08:24 UTC
Responsible Changed
From-To: perl->sunpoet

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-28 07:10:34 UTC
Author: sunpoet
Date: Fri Feb 28 07:10:26 2014
New Revision: 346437
URL: http://svnweb.freebsd.org/changeset/ports/346437
QAT: https://qat.redports.org/buildarchive/r346437/

Log:
  - Reset maintainership
  - While I'm here:
    - Add BUILD_DEPENDS
    - Convert to new options helper
    - Sort PLIST
  
  PR:		ports/187127
  Submitted by:	parv <parv@pair.com> (maintainer)

Modified:
  head/databases/p5-DBIx-Simple/Makefile
  head/databases/p5-DBIx-Simple/pkg-plist

Modified: head/databases/p5-DBIx-Simple/Makefile
==============================================================================
--- head/databases/p5-DBIx-Simple/Makefile	Fri Feb 28 07:09:07 2014	(r346436)
+++ head/databases/p5-DBIx-Simple/Makefile	Fri Feb 28 07:10:26 2014	(r346437)
@@ -7,10 +7,11 @@ CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	parv@pair.com
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simplified object oriented interface to Perl DBI
 
-RUN_DEPENDS=	p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS=	p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	SQL_INTERP SQL_ABSTRACT DBIX_XHTML_TABLE TEXT_TABLE
 SQL_INTERP_DESC=	Interpolate Perl variables into SQL
@@ -21,22 +22,9 @@ TEXT_TABLE_DESC=	Create plain text table
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSQL_INTERP}
-RUN_DEPENDS+=	p5-SQL-Interp>=0:${PORTSDIR}/databases/p5-SQL-Interp
-.endif
-
-.if ${PORT_OPTIONS:MSQL_ABSTRACT}
-RUN_DEPENDS+=	p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
-.endif
-
-.if ${PORT_OPTIONS:MDBIX_XHTML_TABLE}
-RUN_DEPENDS+=	p5-DBIx-XHTML_Table>=0:${PORTSDIR}/databases/p5-DBIx-XHTML_Table
-.endif
-
-.if ${PORT_OPTIONS:MTEXT_TABLE}
-RUN_DEPENDS+=	p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
-.endif
+DBIX_XHTML_TABLE_RUN_DEPENDS=	p5-DBIx-XHTML_Table>=0:${PORTSDIR}/databases/p5-DBIx-XHTML_Table
+SQL_ABSTRACT_RUN_DEPENDS=	p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
+SQL_INTERP_RUN_DEPENDS=	p5-SQL-Interp>=0:${PORTSDIR}/databases/p5-SQL-Interp
+TEXT_TABLE_RUN_DEPENDS=	p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
 
 .include <bsd.port.mk>

Modified: head/databases/p5-DBIx-Simple/pkg-plist
==============================================================================
--- head/databases/p5-DBIx-Simple/pkg-plist	Fri Feb 28 07:09:07 2014	(r346436)
+++ head/databases/p5-DBIx-Simple/pkg-plist	Fri Feb 28 07:10:26 2014	(r346437)
@@ -7,8 +7,8 @@
 %%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%%/%%PERL_ARCH%%/auto/DBIx/Simple
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
 @dirrm %%SITE_PERL%%/DBIx/Simple/Result
 @dirrm %%SITE_PERL%%/DBIx/Simple
 @dirrmtry %%SITE_PERL%%/DBIx
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Simple
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"