Date: Wed, 9 Sep 2020 18:56:30 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548124 - head/sysutils/seatd Message-ID: <202009091856.089IuUqC087115@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Sep 9 18:56:30 2020 New Revision: 548124 URL: https://svnweb.freebsd.org/changeset/ports/548124 Log: sysutils/seatd: update to 0.3.0 Changes: https://git.sr.ht/~kennylevinsen/seatd/log/0.3.0 Reported by: upstream Modified: head/sysutils/seatd/Makefile (contents, props changed) head/sysutils/seatd/distinfo (contents, props changed) Modified: head/sysutils/seatd/Makefile ============================================================================== --- head/sysutils/seatd/Makefile Wed Sep 9 18:52:35 2020 (r548123) +++ head/sysutils/seatd/Makefile Wed Sep 9 18:56:30 2020 (r548124) @@ -1,13 +1,10 @@ # $FreeBSD$ PORTNAME= seatd -DISTVERSION= 0.2.0 +DISTVERSION= 0.3.0 CATEGORIES= sysutils MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -PATCH_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/commit/ -PATCHFILES+= 8e1bf10d9dec.patch:-p1 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Minimal seat management daemon and universal library @@ -21,6 +18,7 @@ MESON_ARGS= -Dbuiltin=enabled # SUID fallback PLIST_FILES= bin/${PORTNAME} \ include/libseat.h \ lib/libseat.so \ + lib/libseat.so.1 \ libdata/pkgconfig/libseat.pc OPTIONS_DEFINE= MANPAGES Modified: head/sysutils/seatd/distinfo ============================================================================== --- head/sysutils/seatd/distinfo Wed Sep 9 18:52:35 2020 (r548123) +++ head/sysutils/seatd/distinfo Wed Sep 9 18:56:30 2020 (r548124) @@ -1,5 +1,3 @@ -TIMESTAMP = 1598648954 -SHA256 (seatd-0.2.0.tar.gz) = 6b0160fa2f0500da7db6450547b8ffa7063d063dc94a4a2a710f416b2e41699f -SIZE (seatd-0.2.0.tar.gz) = 32324 -SHA256 (8e1bf10d9dec.patch) = 7d1128c3604a1707e3f19acb99fee81a97f4a3f6d35d68c209faaf8eda853b7a -SIZE (8e1bf10d9dec.patch) = 720 +TIMESTAMP = 1599516239 +SHA256 (seatd-0.3.0.tar.gz) = 2aa4f6c8b3d39f52f573848137531af3123948fad5a873039b65abf37d490b6d +SIZE (seatd-0.3.0.tar.gz) = 32678
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009091856.089IuUqC087115>