1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Frederic Culot
3b035073c3 - Reassign milki@'s ports after his commit bit was taken in for safekeeping 2016-01-20 15:33:26 +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
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Martin Wilke
eef915e4fb - Stage support 2014-02-01 14:42:45 +00:00
Jonathan Chu
19aceb599f Update maintainer email address
Approved by:    swills (mentor)
2014-01-21 05:12:40 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
9f48528e6e Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:51:04 +00:00
Steve Wills
0c0e237085 - Convert to OptionsNG
- Trim headers while here

PR:		ports/177161
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2013-04-24 19:30:42 +00:00
Steve Wills
64d7c6f4fd - Remove TEST_DEPENDS on itself
PR:		ports/166769
Approved by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2012-04-12 15:45:06 +00:00
Sunpoet Po-Chuan Hsieh
90c8127060 - Update to 0.16
- Sort TEST_DEPENDS
- Cosmetic change

Changes:	http://search.cpan.org/dist/Test-XPath/Changes
PR:		ports/162792
Submitted by:	sunpoet (myself)
Approved by:	milki <milki@rescomp.berkeley.edu> (maintainer)
Feature safe:	yes
2011-11-27 12:07:16 +00:00
Steve Wills
5788c5335a - Update to 0.15
PR:		ports/
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2011-08-11 02:15:42 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Martin Wilke
a866060f3e - Update to 0.13
PR:		147813
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu> (maintainer)
Feature safe:	yes
2010-06-20 05:07:16 +00:00
Sylvio Cesar Teixeira
34ec9c780c - This library's module, Test::XPath, provides an interface for testing the
content and structure of XML and HTML documents using XPath query expressions.
This will be most useful for those who need to write TAP-emitting unit tests
for HTML or XML output.

WWW:	http://search.cpan.org/dist/Test-XPath/

PR:		ports/146035
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-25 15:14:43 +00:00