diff options
author | Älven <alven@FreeBSD.org> | 2025-08-03 13:18:07 +0400 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-08-03 13:18:07 +0400 |
commit | 278c852eb6e7eb352d02fccb2f2f6131632fbb6f (patch) | |
tree | 4ec6bcf6358330c0ac5c8a5cede6451199edbf58 | |
parent | x11-toolkits/unique: add LICENSE, pet port (lint, fmt, clippy) (diff) |
x11-toolkits/unique: take maintainership
PR: 279103
Approved by: yuri@ (Mentor)
-rw-r--r-- | x11-toolkits/unique/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index 20e8dd9f9c8b..f8c906f682fe 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -1,11 +1,11 @@ PORTNAME= unique DISTVERSION= 1.1.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alven@FreeBSD.org COMMENT= Library for single instance applications WWW= https://live.gnome.org/LibUnique |