diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2020-10-01 08:56:20 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2020-10-01 08:56:20 +0000 |
commit | 8337fc6d5f69b84046f87dc7a846dbe640dbaf96 (patch) | |
tree | 51a2597f00d4b6d41cbf9add0ac210a8d19bac15 /x11-wm/icewm | |
parent | dc595ccd163567fe68df720c253eefc675121ad9 (diff) | |
download | freebsd-ports-8337fc6d5f69b84046f87dc7a846dbe640dbaf96.zip |
Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 8efdc0590b49..824181d40fed 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -3,6 +3,7 @@ PORTNAME= icewm PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ |