| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=392693
|
|
|
|
|
|
|
| |
- Modify TEST_DEPENDS to BUILD_DEPENDS as it is a BUILD time dependency now
Notes:
svn path=/head/; revision=387708
|
|
|
|
|
|
|
|
|
|
|
| |
STRIP_CMD will fail if built as regular user.
Differential Revision: https://reviews.freebsd.org/D1437
Submitted by: sunpoet
Approved by: marino(mentor)
Notes:
svn path=/head/; revision=376533
|
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D1437
Approved by: marino(mentor)
Notes:
svn path=/head/; revision=376498
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=373448
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=357300
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-IDN-Encode/Changes
PR: ports/188073
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=349659
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support STAGEDIR
- While I'm here, fix *_DEPENDS
Changes: http://search.cpan.org/dist/Net-IDN-Encode/Changes
http://cpansearch.perl.org/src/CFAERBER/Net-IDN-Encode-2.005/Changes
PR: ports/183973
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=333844
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326941
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/172813, ports/172814, ports/172815,
ports/172816, ports/172817, ports/172818,
ports/172820, ports/172821, ports/172822,
ports/172823, ports/172824, ports/172825
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: timur (via private email)
makc, avilla (mentors implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=306010
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
PR: ports/168285 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by: timur (maintainer timeout, 4.5 months) [1]
makc, avilla (mentors, implicit)
Feature safe: yes
Notes:
svn path=/head/; revision=305751
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300213
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
Internationalized Domain Names (IDNs).
IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today (letter-digit-
hypen, "/[A-Z0-9-]/i").
Notes:
svn path=/head/; revision=265956
|