aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-SQLite
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
| | | | Notes: svn path=/head/; revision=288161
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* Reset hideo@lastamericanempire.com due to maintainer-timeouts and noMark Linimon2010-12-021-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=265542
* - Update to 0.11Philip M. Gollucci2009-12-262-4/+4
| | | | | | | | | PR: ports/141513 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246686
* This module understands the formats used by SQLite for its DATE, DATETIME, TIME,Wesley Shields2009-06-284-0/+40
and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the SQLite format. WWW: http://search.cpan.org/dist/DateTime-Format-SQLite/ PR: ports/135962 Submitted by: hideo <hideo@lastamericanempire.com> Notes: svn path=/head/; revision=236703