Commit graph

17 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
22c7c2b585 databases/p5-Dancer-Plugin-DBIC: Update version 0.2101=>0.2102
- Add NO_ARCH
2015-05-22 09:34:57 +00:00
Muhammad Moinur Rahman
22eeef3293 databases/p5-Dancer-Plugin-DBIC: Update version 0.2100=>0.2101
- Move p5-SQL-Translator to BUILD_DEPENDS as it is a prerequisite for
  building it and hence has been moved from TEST_DEPENDS

Approved by:	bapt marino (implicit)
2015-03-04 07:53:00 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Sunpoet Po-Chuan Hsieh
9ac6370f76 - Update to 0.2100
Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		188309
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-04-07 10:12:53 +00:00
Sunpoet Po-Chuan Hsieh
4fdc65ba36 - Update to 0.2001
Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/187710
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-24 12:32:03 +00:00
Sunpoet Po-Chuan Hsieh
b6258e7ca4 - Update to 0.1901
Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/187382
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-09 22:06:31 +00:00
Philippe Audeoud
5e53d8b3e9 - Update to 0.1803
- Support STAGE

PR:		ports/183485
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-11-05 08:59:59 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
d912c7ff91 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 13:50:14 +00:00
Frederic Culot
4d402a57a7 - Update to 0.1802
- Pet portlint(1) by changing tab into space in WWW link

Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/178426
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-05-14 06:57:41 +00:00
Frederic Culot
67f0cc8e9c - Update to 0.1700 [1]
- Pass maintainership to submitter [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR:		ports/175287 [1]
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-01-16 18:58:29 +00:00
Thomas Abthorpe
d3fbddc569 - Reassign ports to the heap due to a mail bounce
With hat:	portmgr
2012-08-14 18:19:34 +00:00
Steve Wills
8010166e4d - Add TEST_DEPENDS
PR:		ports/164491
Submitted by:	swills (myself)
Approved by:	ports@c0decafe.net (maintainer)
2012-02-05 02:15:12 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
2012-01-21 17:40:15 +00:00
Martin Wilke
2369cbe769 DBIx::Class interface for Dancer applications
WWW:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/

PR:		ports/154725
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net
2011-02-13 03:25:08 +00:00