The NetBSD Project

CVS log for pkgsrc/security/gpgmepp/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / security / gpgmepp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Apr 24 14:15:37 2025 UTC (4 days, 13 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
*: recursive bump for jpeg -> libjpeg-turbo switch

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:52:14 2025 UTC (11 days, 6 hours ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
*: recursive bump for icu 77 and libxml2 2.14

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 23 23:27:29 2025 UTC (3 months ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.

This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.

For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean.  Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.

This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky.  Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:21:29 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
*: recursive bump for icu 76 shlib major version bump

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:54:14 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
*: revbump for icu downgrade

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:53:27 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:19:11 2024 UTC (8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Aug 9 09:42:33 2024 UTC (8 months, 2 weeks ago) by ryoon
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
*: Recursive revbump from security/libassuan2

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed May 29 16:34:14 2024 UTC (10 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:06:36 2024 UTC (12 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:23:23 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:20:46 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:10:48 2023 UTC (18 months ago) by wiz
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
*: bump for openssl 3

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:13 2023 UTC (22 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 22 21:00:06 2023 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
*: bump for libproxy 0.5

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:08:40 2023 UTC (2 years ago) by adam
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
revbump after textproc/icu update

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 3 20:21:19 2023 UTC (2 years ago) by nros
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:14:56 2023 UTC (2 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:36:32 2023 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -7 lines
*: convert to cmake/build.mk

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:18:58 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
massive revision bump after textproc/icu update

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:10:04 2022 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
revbump for textproc/icu update

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:02:33 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
revbump for icu and libffi

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:40:36 2021 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
revbump for textproc/icu

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Nov 5 09:07:06 2020 UTC (4 years, 5 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
*: Recursive revbump from textproc/icu-68.1

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Aug 17 20:17:41 2020 UTC (4 years, 8 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jun 2 08:22:54 2020 UTC (4 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Revbump for icu

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 12 08:28:05 2020 UTC (5 years ago) by adam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Recursive revision bump after textproc/icu update

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Mar 10 22:08:58 2020 UTC (5 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:48:06 2020 UTC (5 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
*: recursive bump for libffi

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jan 18 21:48:21 2020 UTC (5 years, 3 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
*: Recursive revision bump for openssl 1.1.1.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 4 21:12:53 2019 UTC (5 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Apr 3 00:33:04 2019 UTC (6 years ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Recursive revbump from textproc/icu

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Dec 9 18:52:07 2018 UTC (6 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
revbump after updating textproc/icu

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 12 03:51:23 2018 UTC (6 years, 5 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Recursive revbump from hardbuzz-2.1.1

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jul 20 03:33:55 2018 UTC (6 years, 9 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Recursive revbump from textproc/icu-62.1

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 14 07:34:00 2018 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
revbump after icu update

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 12 11:15:43 2018 UTC (7 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Recursive bumps for fontconfig and libzip dependency changes.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 30 16:45:07 2017 UTC (7 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Revbump after textproc/icu update

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 18 09:53:04 2017 UTC (7 years, 7 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
revbump for requiring ICU 59.x

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 22 21:03:16 2017 UTC (8 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Revbump after icu update

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 31 10:32:15 2017 UTC (8 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Recursive bump for gpgme update which removed a support library.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Feb 12 06:24:48 2017 UTC (8 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Recursive revbump from fonts/harfbuzz

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 6 13:54:48 2017 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Recursive bump for harfbuzz's new graphite2 dependency.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Dec 4 05:17:11 2016 UTC (8 years, 4 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Recursive revbump from textproc/icu 58.1

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 26 06:39:11 2016 UTC (8 years, 11 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Add gpgmepp 15.12.2

GpgME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's
gpgme (GnuPG Made Easy) library, version 0.4.4 and later.

It is fairly complete, with some minor things still missing (in
particular, the key edit interface). It is mostly tested using
external event loops, for which its design is optimised.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>