https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245093
--- Comment #9 from Ting-Wei Lan <[email protected]> --- Comment on attachment 212758 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212758 Fix obtained from upstream commit 68b6dd2e >diff -urN /usr/ports/graphics/poppler/Makefile poppler/Makefile >--- /usr/ports/graphics/poppler/Makefile 2020-03-21 18:27:09.000000000 >+0530 >+++ poppler/Makefile 2020-03-27 21:20:32.282515000 +0530 >@@ -3,6 +3,7 @@ > > PORTNAME= poppler > DISTVERSION= 0.86.1 >+PORTREVISION= 1 > CATEGORIES= graphics print > MASTER_SITES= https://poppler.freedesktop.org/ > This should be PORTREVISION?= because poppler-glib wants to change its value. >diff -urN /usr/ports/graphics/poppler-glib/Makefile poppler-glib/Makefile >--- /usr/ports/graphics/poppler-glib/Makefile 2020-03-21 18:27:09.000000000 >+0530 >+++ poppler-glib/Makefile 2020-03-27 21:20:45.385262000 +0530 >@@ -1,7 +1,7 @@ > # Created by: Michael Johnson <[email protected]> > # $FreeBSD: head/graphics/poppler-glib/Makefile 528853 2020-03-21 12:57:09Z > tcberner $ > >-PORTREVISION= 1 >+PORTREVISION= 2 > > COMMENT= GLib bindings to poppler > You probably want to bump PORTREVISION for poppler-utils as well because the patch modifies the code under utils. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-desktop To unsubscribe, send any mail to "[email protected]"
