aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-ORLite-Migrate
Commit message (Collapse)AuthorAgeFilesLines
* Minor textual change to COMMENTeadler2013-11-291-1/+1
|
* Support STAGEDIR.vanilla2013-11-032-6/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* - Reassign to the heap at maintainer's requesttabthorpe2012-10-161-6/+2
| | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore
* - Fix plistswills2012-09-072-2/+1
| | | | | | Pointed out by: pointyhat (via linimon) Pointyhat to: swills Approved by: maintainer (implicit)
* - Update to 1.10swills2012-09-063-5/+6
| | | | | PR: ports/170874 Approved by: maintainer timeout (cm@therek.net, >2 weeks)
* - Add missing DEPENDSswills2012-01-301-1/+3
| | | | | Submitted by: swills (myself) Approved by: Cezary Morga <cm@therek.net> (maintainer)
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-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
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-09-081-1/+1
| | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 1.07sylvio2010-04-182-4/+4
| | | | | | PR: ports/145786 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: itetcu (mentor, implicit)
* - Update to 1.06pgollucci2010-01-313-6/+8
| | | | | | PR: ports/142633 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (cm@therek.net; > 2 weeks)
* - Update to 1.05miwi2009-09-302-11/+11
| | | | | PR: 139180 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
* - Update to 0.0.3dhn2009-05-023-4/+6
| | | | | | PR: ports/134144 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: miwi (mentor implicit)
* ORLite::Migrate is a light weight single class Database Schema Migrationmiwi2009-03-164-0/+44
enhancement for ORLite. It provides a simple implementation of schema versioning within the SQLite database using the built-in user_version pragma (which is set to zero by default). WWW: http://search.cpan.org/dist/ORLite-Migrate/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net>