| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=431996
|
| |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes:
svn path=/head/; revision=392083
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fetch from sourceforge instead of directly from author's site
- set LICENSE: a simplified 2 clause BSD license is granted in CHANGES
- use new build option syntax in Makefile (option: DOCS)
- update the URL in pkg-descr (the old one leads to an error page)
- set MAINTAINER
There are no functional changes.
Approved by: antoine (mentor)
Notes:
svn path=/head/; revision=354872
|
| |
|
|
|
|
|
| |
necessary fixes on them for the past months.
Notes:
svn path=/head/; revision=335151
|
| |
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
| |
|
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326994
|
| |
|
|
|
|
|
| |
Submitted by: ohauer@
Notes:
svn path=/head/; revision=320718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=276991
|
| |
|
|
| |
Notes:
svn path=/head/; revision=251391
|
| |
|
|
| |
Notes:
svn path=/head/; revision=218816
|
| |
|
|
|
|
|
| |
Approved by: stas (mentor)
Notes:
svn path=/head/; revision=194470
|
| |
|
|
|
|
|
|
| |
Submitted by: krismail
Approved by: maintainer (private email).
Notes:
svn path=/head/; revision=182361
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter [1]
- Add entry to UPDATING (migration guide for libwhisker 1.x users) [1]
- Remove former maintainer from pkg-descr
Submitted by: Marcelo Araujo <araujo@bsdmail.org> [1]
PR: ports/107615 (with modifications)
Notes:
svn path=/head/; revision=181683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=149451
|
| |
|
|
|
|
|
|
|
|
| |
- Utilize PORTDOCS and PLIST_FILES
PR: [1] 77702
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Notes:
svn path=/head/; revision=129309
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104313
|
| |
|
|
|
|
|
| |
ports had been previously reset by someone else).
Notes:
svn path=/head/; revision=100482
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix checksum mismatch problem: the different is the later tarball adds
one more file (LW.pm), and the diff of Makefile.pl is:
--- ../libwhisker-1.8/Makefile.pl Thu Dec 19 03:39:24 2002
+++ ./Makefile.pl Wed Oct 8 01:38:16 2003
@@ -9,7 +9,7 @@
$|++;
-$VERSION = '1.7';
+$VERSION = '1.8';
$LIB = 'LW.pm';
$COMPONENTS = 'libs';
$PRELIB = 'prelib.wpl';
It seems that this is only an errata of release v1.8.
Bump PORTREVISION to aware this. maintainer's email was bounced several
times, so commit this change directly.
Notes:
svn path=/head/; revision=93349
|
| |
|
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
Notes:
svn path=/head/; revision=92921
|
| |
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 57137
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes:
svn path=/head/; revision=89721
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add USE_PERL5 to avoid 'make package' problem.
Obtained from: bento
Notes:
svn path=/head/; revision=85264
|
|
|
PR: 42986
Submitted by: pandzilla
Notes:
svn path=/head/; revision=85163
|