Date: Sun, 20 Aug 2006 01:48:15 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: darth@vader.dk, gslin@gslin.org Subject: ports/102281: [PATCH] databases/p5-SQLite-Work: update to 0.07 Message-ID: <20060819174815.3E0B0219@netnews.NCTU.edu.tw> Resent-Message-ID: <200608191750.k7JHoAcr077846@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102281 >Category: ports >Synopsis: [PATCH] databases/p5-SQLite-Work: update to 0.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 19 17:50:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.07 Port maintainer (darth@vader.dk) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-SQLite-Work-0.07.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-SQLite-Work/Makefile /home/staff/gslin/work/p5-SQLite-Work/Makefile --- /usr/ports/databases/p5-SQLite-Work/Makefile Tue Jun 6 18:24:49 2006 +++ /home/staff/gslin/work/p5-SQLite-Work/Makefile Sun Aug 20 01:47:20 2006 @@ -6,7 +6,7 @@ # PORTNAME= SQLite-Work -PORTVERSION= 0.05 +PORTVERSION= 0.07 CATEGORIES= databases www perl5 MASTER_SITES= http://www.cpan.org/authors/id/R/RU/RUBYKAT/ PKGNAMEPREFIX= p5- @@ -14,26 +14,37 @@ MAINTAINER= darth@vader.dk COMMENT= Report on and update an SQLite database -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/Getopt/ArgvFile.pm:${PORTSDIR}/devel/p5-Getopt-ArgvFile -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ + ${SITE_PERL}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile \ + p5-Text-SwiftTemplate:${PORTSDIR}/textproc/p5-Text-SwiftTemplate +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes MAN3= SQLite::Work::Mail.3 \ SQLite::Work.3 \ - SQLite::Work::Template.3 \ SQLite::Work::CGI.3 MAN1= sqlw_mail.1 \ sqlw_import.1 \ sqlreport.1 +post-patch: + ${CHMOD} u+w ${WRKSRC}/Makefile.PL + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.if ${PERL_LEVEL} < 500801 +RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long +.endif + +.if ${PERL_LEVEL} < 500807 +RUN_DEPENDS+= p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/databases/p5-SQLite-Work/distinfo /home/staff/gslin/work/p5-SQLite-Work/distinfo --- /usr/ports/databases/p5-SQLite-Work/distinfo Tue Jun 6 18:24:49 2006 +++ /home/staff/gslin/work/p5-SQLite-Work/distinfo Sun Aug 20 01:31:34 2006 @@ -1,3 +1,3 @@ -MD5 (SQLite-Work-0.05.tar.gz) = 47d0de53586d7a73a440ddc54feda440 -SHA256 (SQLite-Work-0.05.tar.gz) = 64d2f4cda0ea8ee67a9dea976391bd54d2f04a6fe2774ec92a86af6eadf56336 -SIZE (SQLite-Work-0.05.tar.gz) = 177782 +MD5 (SQLite-Work-0.07.tar.gz) = e29876f6dd1504a58d5b2e6d9eb8849d +SHA256 (SQLite-Work-0.07.tar.gz) = 0b9f2d8530d347135dcf714e054c366a4dbdd0c5ad5a0b22159aabf0fcf61c06 +SIZE (SQLite-Work-0.07.tar.gz) = 173852 diff -ruN --exclude=CVS /usr/ports/databases/p5-SQLite-Work/pkg-plist /home/staff/gslin/work/p5-SQLite-Work/pkg-plist --- /usr/ports/databases/p5-SQLite-Work/pkg-plist Sun Jan 22 09:29:08 2006 +++ /home/staff/gslin/work/p5-SQLite-Work/pkg-plist Sun Aug 20 01:36:12 2006 @@ -1,9 +1,9 @@ -bin/sqlreport -bin/sqlw_mail -bin/sqlw_import +@comment $FreeBSD$ %%SITE_PERL%%/SQLite/Work.pm -%%SITE_PERL%%/SQLite/Work/Template.pm %%SITE_PERL%%/SQLite/Work/CGI.pm %%SITE_PERL%%/SQLite/Work/Mail.pm +bin/sqlreport +bin/sqlw_import +bin/sqlw_mail @dirrmtry %%SITE_PERL%%/SQLite/Work @dirrmtry %%SITE_PERL%%/SQLite --- p5-SQLite-Work-0.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060819174815.3E0B0219>