- Update to 1.98 - Take maintainership - Remove unnecessary BUILD_DEPENDS
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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"
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!