diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-20 14:22:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-20 14:25:36 +0000 |
commit | 190745ec0249d378531ec28e17da02e10456d5f9 (patch) | |
tree | c51b525f97b7b49f4ca2295d26f970cf60a1d56b | |
parent | f57677209d3a6981cbb5e2bceba03c37ea2f65a8 (diff) |
graphics/openjph: Update to 0.11.0
- Update LICENSE_FILE
- Use USES=pathfix to fix .pc installation
Changes: https://github.com/aous72/OpenJPH/releases
-rw-r--r-- | graphics/openjph/Makefile | 2 | ||||
-rw-r--r-- | graphics/openjph/distinfo | 6 | ||||
-rw-r--r-- | graphics/openjph/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index c2227d489b26..57c48577a607 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -1,5 +1,5 @@ PORTNAME= openjph -PORTVERSION= 0.10.5 +PORTVERSION= 0.11.0 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/openjph/distinfo b/graphics/openjph/distinfo index 54241992fbd9..11b0557f597a 100644 --- a/graphics/openjph/distinfo +++ b/graphics/openjph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708448928 -SHA256 (aous72-OpenJPH-0.10.5_GH0.tar.gz) = fc1e43fb1e8a097f883f5fe98794327eb96c4bdf2c53cb633537b061af4c99f3 -SIZE (aous72-OpenJPH-0.10.5_GH0.tar.gz) = 358992 +TIMESTAMP = 1713528498 +SHA256 (aous72-OpenJPH-0.11.0_GH0.tar.gz) = 43814a50a81a0e2447c6275f221ef87f34ac4c073e713d8d7e82c1e80e284ec1 +SIZE (aous72-OpenJPH-0.11.0_GH0.tar.gz) = 373180 diff --git a/graphics/openjph/pkg-plist b/graphics/openjph/pkg-plist index e3f855787716..14d8843c5e8c 100644 --- a/graphics/openjph/pkg-plist +++ b/graphics/openjph/pkg-plist @@ -12,6 +12,6 @@ include/openjph/ojph_params.h include/openjph/ojph_version.h lib/libopenjph.so lib/libopenjph.so.0 -lib/libopenjph.so.0.10 +lib/libopenjph.so.0.11 lib/libopenjph.so.%%PORTVERSION%% libdata/pkgconfig/openjph.pc |