diff options
author | Marius Strobl <marius@FreeBSD.org> | 2022-01-08 19:26:44 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2022-01-26 07:46:25 +0000 |
commit | 8c30deb681a941ce9974c57c7f45c9f294908d67 (patch) | |
tree | a0eeccac49b49617a341cd3bafef556f7afaf529 /x11/compton-conf | |
parent | f001878b3e063b2ceb70c31afeec232960fbc061 (diff) | |
download | ports-8c30deb681a941ce9974c57c7f45c9f294908d67.tar.gz ports-8c30deb681a941ce9974c57c7f45c9f294908d67.zip |
devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.
PR: 261062
Reported by: dizzy [1]
Approved by: maintainer timeout
Diffstat (limited to 'x11/compton-conf')
-rw-r--r-- | x11/compton-conf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/compton-conf/Makefile b/x11/compton-conf/Makefile index ed3a78cdd828..922dec9c1faf 100644 --- a/x11/compton-conf/Makefile +++ b/x11/compton-conf/Makefile @@ -1,5 +1,6 @@ PORTNAME= compton-conf PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT/${PORTNAME} |