Bug 260883 - print/pdftk: Use bouncycastle dependency from ports tree
Summary: print/pdftk: Use bouncycastle dependency from ports tree
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords: i915
Depends on:
Blocks:
 
Reported: 2022-01-02 16:52 UTC by Andreas Bilke
Modified: 2022-01-04 15:47 UTC (History)
1 user (show)

See Also:


Attachments
Change bouncycastle dependency. (2.62 KB, patch)
2022-01-02 16:52 UTC, Andreas Bilke
andreas: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Bilke 2022-01-02 16:52:04 UTC
Created attachment 230629 [details]
Change bouncycastle dependency.

pdftk fetched the bouncycastle depenency directly from some maven site and packaged it with pdftk.

This patch uses the bouncycastle port as a direct run/build dependency.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-04 12:06:05 UTC
^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-01-04 15:45:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5511c16caba4bba47d1d8f197b95144b29014d6f

commit 5511c16caba4bba47d1d8f197b95144b29014d6f
Author:     Andreas Bilke <andreas@bilke.org>
AuthorDate: 2022-01-04 12:05:28 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-01-04 15:42:59 +0000

    print/pdftk: Use bouncycastle dependency from ports tree

    pdftk fetched the bouncycastle depenency directly from some maven site and
    packaged it with pdftk. Use the ports version instead.

    PR:     260883
    Reported by:    andreas@bilke.org

 print/pdftk/Makefile | 19 +++++++++----------
 print/pdftk/distinfo |  4 +---
 2 files changed, 10 insertions(+), 13 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-01-04 15:47:13 UTC
Committed,

Thanks!