Bug 174882 - [PATCH] databases/p5-ORLite: update to 1.98, take maintainership
Summary: [PATCH] databases/p5-ORLite: update to 1.98, take maintainership
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 14:50 UTC by Po-Chien Lin
Modified: 2013-01-01 20:00 UTC (History)
0 users

See Also:


Attachments
p5-ORLite-1.98.patch (1.90 KB, patch)
2013-01-01 14:50 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-01 14:50:00 UTC
- Update to 1.98
- Take maintainership
- Remove unnecessary BUILD_DEPENDS
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-01 14:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-01 19:55:24 UTC
Author: swills
Date: Tue Jan  1 19:55:16 2013
New Revision: 309781
URL: http://svnweb.freebsd.org/changeset/ports/309781

Log:
  - Update to 1.98
  - Give maintainership to submitter
  
  PR:		ports/174882
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/databases/p5-ORLite/Makefile
  head/databases/p5-ORLite/distinfo   (contents, props changed)

Modified: head/databases/p5-ORLite/Makefile
==============================================================================
--- head/databases/p5-ORLite/Makefile	Tue Jan  1 19:41:00 2013	(r309780)
+++ head/databases/p5-ORLite/Makefile	Tue Jan  1 19:55:16 2013	(r309781)
@@ -2,26 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	ORLite
-PORTVERSION=	1.97
+PORTVERSION=	1.98
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ADAMK
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	Perl5 extremely light weight SQLite-specific ORM
 
-BUILD_DEPENDS=	p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \
+BUILD_DEPENDS:=	p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \
 		p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-File-Remove>=1.40:${PORTSDIR}/devel/p5-File-Remove \
 		p5-Params-Util>=0.33:${PORTSDIR}/devel/p5-Params-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
 
 TEST_DEPENDS=	p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script
 
 PERL_CONFIGURE=	yes
 
-MAN3=		ORLite.3
+MAN3=	ORLite.3
 
 .include <bsd.port.pre.mk>
 
@@ -30,7 +31,7 @@ BUILD_DEPENDS+=	p5-File-Temp>=0.20:${POR
 RUN_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
 .endif
 
-.if ${PERL_LEVEL} < 501200
+.if ${PERL_LEVEL} < 501101
 BUILD_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
 RUN_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
 .endif

Modified: head/databases/p5-ORLite/distinfo
==============================================================================
--- head/databases/p5-ORLite/distinfo	Tue Jan  1 19:41:00 2013	(r309780)
+++ head/databases/p5-ORLite/distinfo	Tue Jan  1 19:55:16 2013	(r309781)
@@ -1,2 +1,2 @@
-SHA256 (ORLite-1.97.tar.gz) = 3296e45afd9583f9abf78986ed5e824d9da723d584f744bd75e8214c773ef358
-SIZE (ORLite-1.97.tar.gz) = 67416
+SHA256 (ORLite-1.98.tar.gz) = 79e9ef07dee7feb7cafdea1a9c0432e12587fc350707a6bc72fd29502b87d021
+SIZE (ORLite-1.98.tar.gz) = 67402
_______________________________________________
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-01-01 19:55:52 UTC
State Changed
From-To: open->closed

Committed, with minor changes. The build deps are needed. Be sure to 
read the build output and look for the Warnings. Thanks!