After the commit of pr 217342 I'm receiving messages from pkg-fallout. Where it's puking on one of the svn diff (patch) entries -- deletions, actually : => SHA256 Checksum OK for foswiki/Foswiki-2.1.3.tgz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for foswiki-2.1.3 ===> Applying FreeBSD patches for foswiki-2.1.3 No file to patch. Skipping... 1 out of 1 hunks ignored--saving rejects to tools/minifycss.rej => FreeBSD patch patch-minifycss failed to apply cleanly. *** Error code 1 Stop. make: stopped in /usr/ports/www/foswiki this is the portion of the diff: Index: foswiki/files/patch-minifycss =================================================================== --- foswiki/files/patch-minifycss (revision 434989) +++ foswiki/files/patch-minifycss (nonexistent) @@ -1,11 +0,0 @@ ---- tools/minifycss -+++ tools/minifycss -@@ -2,7 +2,7 @@ - BEGIN { - unshift @INC, $ENV{FOSWIKICPAN} if defined $ENV{FOSWIKICPAN}; - } --use CSS::Minifier qw(minify); -+use CSS::Minifier::XS qw(minify); - - foreach my $file (@ARGV) { - open(INFILE, $file) or die "failed opening $file"; The patch looks as one would expect, and as I use traditional jails, not poudriere. I'm at a loss as to what needs to be done to fix pkg-fallout. Thoughts? --Chris
A commit references this bug: Author: adamw Date: Fri Mar 17 22:05:42 UTC 2017 New revision: 436351 URL: https://svnweb.freebsd.org/changeset/ports/436351 Log: Remove stale patches. PR: 217759 Submitted by: maintainer (Chris Hutchinson) Changes: head/www/foswiki/files/patch-minifycss head/www/foswiki/files/patch-minifyjs
Committed.