diff options
author | Charlie Li <git@vishwin.info> | 2020-05-08 20:59:37 +0800 |
---|---|---|
committer | Charlie Li <git@vishwin.info> | 2020-05-08 20:59:37 +0800 |
commit | 94186fed821f1cb9ae1415a0a1780d2b99d2b7c8 (patch) | |
tree | 987524d16d7d925d61e89313fba3e6eee910177a | |
parent | b975338c49d15aa99058e71505bee32e0d719837 (diff) | |
download | freebsd-ports-gnome-94186fed821f1cb9ae1415a0a1780d2b99d2b7c8.tar.gz freebsd-ports-gnome-94186fed821f1cb9ae1415a0a1780d2b99d2b7c8.tar.zst freebsd-ports-gnome-94186fed821f1cb9ae1415a0a1780d2b99d2b7c8.zip |
x11-wm/muffin: update to 4.4.3
-rw-r--r-- | x11-wm/muffin/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/muffin/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index 10f51cb21ff1..4b422a45b0d5 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= muffin -PORTVERSION= 4.4.2 +PORTVERSION= 4.4.3 CATEGORIES= x11-wm gnome DIST_SUBDIR= gnome @@ -64,6 +64,9 @@ WAYLAND_LIB_DEPENDS= libinput.so:x11/libinput \ libwayland-server.so:graphics/wayland WAYLAND_CONFIGURE_ENABLE= wayland-egl-server +post-patch: + @${REINPLACE_CMD} 's/--warn-error//' ${WRKSRC}/src/Makefile.am + pre-configure: @cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} autogen.sh diff --git a/x11-wm/muffin/distinfo b/x11-wm/muffin/distinfo index cbd8f67e4ea7..2ffd52e396bf 100644 --- a/x11-wm/muffin/distinfo +++ b/x11-wm/muffin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578523374 -SHA256 (gnome/linuxmint-muffin-4.4.2_GH0.tar.gz) = 1c7a98e1a0fa9356d7c166166830bdb043079cdb7ff8d3dd6dc817e29852a52a -SIZE (gnome/linuxmint-muffin-4.4.2_GH0.tar.gz) = 5193327 +TIMESTAMP = 1586147336 +SHA256 (gnome/linuxmint-muffin-4.4.3_GH0.tar.gz) = 2edf06544be8bdead33902424b796786f0d3cd0ae3b73c3c78f2321452bf5784 +SIZE (gnome/linuxmint-muffin-4.4.3_GH0.tar.gz) = 5194631 |