2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-11-08 17:30:41 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-File-LibMagic: update to 1.16.
1.16 2017-10-22
- Added a doc note on installing the required dependencies on Red Hat. RT
#110796.
- Fix tests on macOS. Based on PR #7 from Tom Wyant.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-02-03 06:07:12 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(pkgsrc)
- The same problem with ExtUtils-MakeMaker change
gcc: error: LibMagic.o: No such file or directory
https://mail-index.netbsd.org/pkgsrc-users/2015/09/19/msg022238.html
patch-aa is manually editted to follow the old behavior of ExtUtils-MakeMaker
Thanks joerg and Matthias Ferdinand (in old mail)
(upstream)
- Update 1.13 to 1.15
-------------------
1.15 2015-09-19
- Fix the Makefile.PL so that we don't install the LibMagic.xs and typemap
1.14 2015-09-16
- Fixed handling of extra include dirs passed to Makefile.PL via the -I
flag. This wasn't working properly in previous releases. Reported by Andy
Jack. GH #6.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-09-23 08:43:48 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
- Fix the build with newer ExtUtils-MakeMaker
Incompatible change in the newer ExtUtils-MakeMaker:
It places .o files where the source file lives (lib/File/ in this case),
whereas the older MakeMaker placed it in the current working dir
(toplevel in this case).
Thanks Matthias Ferdinand
http://mail-index.netbsd.org/pkgsrc-users/2015/09/19/msg022238.html
|
2015-08-23 01:41:00 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(pkgsrc)
- Add following line for make test
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
(upstream)
- Update to 1.13
----------------
1.13 2015-07-12
- Fix failing tests with some versions of libmagic. PR #5 by E. Choroba.
|