Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
In 2005, this package started using PKG_OPTIONS.clamav instead of the
expected PKG_OPTIONS.p5-Mail-ClamAV, on the theory that the options
were the same. Now, clamav supports "milter" and
"clamav-experimental", and p5- supports "curl". So there's no way to
build this package with the curl option, and no way to build this
package if clamav has any options set. Therefore, the change being
committed will not bother anyone :-) Nevertheless, bump PKGREVISION.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating packages for p5 module of Mail::ClamAV from 0.22 to 0.29
- Adjusting dependencies
Upstream changes:
0.29 Wed Apr 29 18:02:17 CDT 2009
- Makefile.PL dies with 'No support for OS' when OS is unsupported, per
recommended solution at http://wiki.cpantesters.org/wiki/CPANAuthorNotes
0.28 Mon Apr 27 03:18:53 CDT 2009
- META.yml contained wrong version number (0.26).
0.27 Mon Apr 27 03:13:03 CDT 2009
- &main returns zero on success of WriteMakefile().
0.26 Fri Apr 24 15:11:22 CDT 2009
- Added 'no_index' for directory Inline to META.yml to hide from indexer.
0.25 Fri Apr 24 14:11:10 CDT 2009
- Added 'provides' mapping to META.yml to conceal private copy of Inline::MakeMaker from indexers. FAILED.
0.24 Wed Apr 22 13:33:06 CDT 2009
- Update to work with clamav-0.95.1 API. clamav libs version 0.95.1 or greater required.
- Modified Makefile.PL to exit zero instead of dying if clamav version too old.
0.23 Wed Sep 3 20:33:40 EDT 2008
- removed CL_EFSYNC CL_ELOCKDB to work with clamav-0.94
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Changes (hard to dig out of CPAN; there's version confusion, so this
is from the source):
0.22 Sun May 18 09:10:19 EDT 2008
- removed constant CL_SCAN_PHISHING_DOMAINLIST
- removed support for maxratio and maxmailrec
0.21 Mon Jan 14 14:39:43 MST 2008
- updated to work with missing defines in new libclamav-0.92
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
changes since 0.13:
0.16 Fri Mar 4 15:43:20 PST 2005
- I forgot to run make test before I uploaded :(
0.15 Fri Mar 4 15:43:20 PST 2005
- A quicky release. Somehow my version of libclamav
(the latest) can scan the test virus without the
ZIP option turned on. We now use CL_SCAN_STDOPT
for all test scans.
0.14 Fri Feb 25 10:27:06 PST 2005
- The test for scanbuff was broken. Thanks to
Werner Lemberg <wl [] gnu dot org> for reporting this
- Fixing this test uncovered a taint bug, fixed.
- Made the warning in Makefile.PL stand out more.
- Some doc updates.
- Bundled Inline::MakeMaker so we no longer fatal on
missing deps Inline::C.
can be disabled if desired.
use PKG_OPTIONS.clamav as the PKG_OPTIONS_VAR, since we want to
inherit any options set for clamav.
no PKGREVISION bump as defaults unchanged.
changes since 0.12:
0.13 Fri Oct 22 06:44:19 PM 2004
- Updated example code to use the new CL_SCAN_*
constants.
- Added CL_SCAN_STDOPT to exports.
- Added backwards compatible constants.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.