aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-ORLite-Migrate
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371255
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-261-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/190250 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=355388
* Minor textual change to COMMENTEitan Adler2013-11-291-1/+1
| | | | Notes: svn path=/head/; revision=335137
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+5
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-151-6/+2
| | | | | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=305921
* - Fix plistSteve Wills2012-09-072-2/+1
| | | | | | | | | Pointed out by: pointyhat (via linimon) Pointyhat to: swills Approved by: maintainer (implicit) Notes: svn path=/head/; revision=303802
* - Update to 1.10Steve Wills2012-09-063-5/+6
| | | | | | | | PR: ports/170874 Approved by: maintainer timeout (cm@therek.net, >2 weeks) Notes: svn path=/head/; revision=303770
* - Add missing DEPENDSSteve Wills2012-01-301-1/+3
| | | | | | | | Submitted by: swills (myself) Approved by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=290075
* 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
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-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 Notes: svn path=/head/; revision=281438
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.07Sylvio Cesar Teixeira2010-04-172-4/+4
| | | | | | | | | PR: ports/145786 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252825
* - Update to 1.06Philip M. Gollucci2010-01-313-6/+8
| | | | | | | | | PR: ports/142633 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (cm@therek.net; > 2 weeks) Notes: svn path=/head/; revision=248884
* - Update to 1.05Martin Wilke2009-09-302-11/+11
| | | | | | | | PR: 139180 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=242287
* - Update to 0.0.3Dennis Herrmann2009-05-023-4/+6
| | | | | | | | | PR: ports/134144 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=233122
* ORLite::Migrate is a light weight single class Database Schema MigrationMartin Wilke2009-03-154-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> Notes: svn path=/head/; revision=230130