diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-01-29 19:23:32 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-01-29 19:23:32 +0000 |
commit | 6e62f9bd2a51f65d8791d2ff1aa3eb905e90c907 (patch) | |
tree | 517d45296a9cc83cd2fc86f09381d63f45848c57 /devel | |
parent | c8cd6b31256ae16599170b6c385a6cad084b2d2a (diff) | |
download | ports-6e62f9bd2a51f65d8791d2ff1aa3eb905e90c907.tar.gz ports-6e62f9bd2a51f65d8791d2ff1aa3eb905e90c907.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/wf-config/Makefile | 3 | ||||
-rw-r--r-- | devel/wf-config/distinfo | 6 | ||||
-rw-r--r-- | devel/wf-config/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/wf-config/Makefile b/devel/wf-config/Makefile index 7203acd80558..312b4d7ce67b 100644 --- a/devel/wf-config/Makefile +++ b/devel/wf-config/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= wf-config -DISTVERSION= 0.6.0 +DISTVERSIONPREFIX= v +DISTVERSION= 0.7.0 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/wf-config/distinfo b/devel/wf-config/distinfo index 92f0f33af7fa..4a853939b1ac 100644 --- a/devel/wf-config/distinfo +++ b/devel/wf-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604853687 -SHA256 (WayfireWM-wf-config-0.6.0_GH0.tar.gz) = 73af6d803044d4e5907974ece019ae0d1b4020a057f6c27be0594fb70d86653b -SIZE (WayfireWM-wf-config-0.6.0_GH0.tar.gz) = 79631 +TIMESTAMP = 1611559979 +SHA256 (WayfireWM-wf-config-v0.7.0_GH0.tar.gz) = a8712d6a10d74b2bdba3dac9e01448945a0470ce8b1cd6d5caa2a8194f889b04 +SIZE (WayfireWM-wf-config-v0.7.0_GH0.tar.gz) = 90361 diff --git a/devel/wf-config/pkg-plist b/devel/wf-config/pkg-plist index 3a61c6a211e6..f4f02e74c7a2 100644 --- a/devel/wf-config/pkg-plist +++ b/devel/wf-config/pkg-plist @@ -1,3 +1,4 @@ +include/wayfire/config/compound-option.hpp include/wayfire/config/config-manager.hpp include/wayfire/config/file.hpp include/wayfire/config/option-types.hpp @@ -11,6 +12,6 @@ include/wayfire/util/duration.hpp include/wayfire/util/log.hpp include/wayfire/util/stringify.hpp lib/libwf-config.so +lib/libwf-config.so.0.7.0 lib/libwf-config.so.1 -lib/libwf-config.so.0.6.0 libdata/pkgconfig/wf-config.pc |