Bug 266043 - science/libkml: Remove unnecessary googletest dependencies
Summary: science/libkml: Remove unnecessary googletest dependencies
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-26 05:23 UTC by Yuri Victorovich
Modified: 2022-08-27 10:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch (755 bytes, patch)
2022-08-26 05:23 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2022-08-26 05:23:43 UTC
Created attachment 236122 [details]
patch

googletest isn't needed during build- or run-time.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-27 10:34:45 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=058c43068e0ae9065ab7dc09bc2675620c645185

commit 058c43068e0ae9065ab7dc09bc2675620c645185
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:27:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:27:09 +0000

    science/libkml: Remove unneeded googletest

    - Bump PORTREVISION for dependency change

    PR:             266043
    Reported by:    yuri

 science/libkml/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-08-27 10:34:59 UTC
Committed. Thanks!