Commit graph

33 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
f2c12addca - Add LICENSE
- Sort PLIST
2015-02-18 16:23:45 +00:00
Adam Weinberger
bf6d028458 Update to 0.22.
Changes: https://metacpan.org/changes/distribution/DBD-LDAP
2015-02-14 19:09:41 +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
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +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
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Chris Rees
9897852e8c SITE_PERL --> package dependencies, chunks 2-3
Submitted by:	az
2012-06-03 18:57:30 +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
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
ea8e9c8298 - Update to 0.20 2009-11-11 01:15:02 +00:00
Anton Berezin
1ed5393e33 Update to 0.10.
Changes:	http://search.cpan.org/dist/DBD-LDAP/Changes
2009-09-14 18:27:21 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Cheng-Lung Sung
c9695ff358 - Update to 0.09
PR:		ports/104804
Submitted by:	chinsan
2006-10-31 08:17:44 +00:00
Erwin Lansing
8248b37516 - Update to 0.08 [1]
- Mark for perl 5.6.0 or higher.

Heavily modified from:
PR:		100948 [1]
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-07-28 08:27:36 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Sergey Skvortsov
5d098d6d32 * update to 0.07
* change maintainer to perl@

Changes:	http://search.cpan.org/src/TURNERJW/DBD-LDAP-0.07/Changes
2005-09-29 15:48:04 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Erwin Lansing
9030b5c3b8 Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
2005-09-20 14:20:34 +00:00
Yen-Ming Lee
b83d81099b - remove autosplit.ix and unbreak this port
PR:		84179
Submitted by:	leeym
Approved by:	maintainer timeout
2005-08-30 08:24:20 +00:00
Kris Kennaway
1592ed613c BROKEN with old perl: Incomplete pkg-plist 2005-05-21 17:43:06 +00:00
Yen-Ming Lee
a620cfeaac - fix PLIST 2005-02-26 18:25:50 +00:00
Volker Stolz
85d8b7bdac Update to 0.6 (perl 5.8 fixes)
PR:		ports/67843
Submitted by:	Sergey Matveychuk
Approved by:	maintainer timeout
2004-06-28 08:11:07 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway
6048c83a22 BROKEN: does not compile with perl 5.8 2004-02-06 23:09:27 +00:00
Erwin Lansing
6950bbfd5b Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
2003-10-24 14:15:32 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Erwin Lansing
6b470bae86 Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.

Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.

Approved by:	portmgr (marcus)
2003-09-16 05:43:52 +00:00
Akinori MUSHA
2e4c764a61 De-pkg-comment. 2003-02-21 11:15:57 +00:00
Patrick Li
4d8233b97a Update to 0.05
PR:		ports/39933
Submitted by:	maintainer
2002-06-28 02:33:07 +00:00
Ying-Chieh Liao
c171ec482c add p5-DBD-LDAP 0.04
DBI interface for accessing LDAP servers

PR:		34253
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-26 04:29:00 +00:00