git: 25544f02b66f - main - devel/libindicator: Refactor

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 22 Jul 2025 11:13:06 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25544f02b66f798dab5fe903f034fe440ca3b24f

commit 25544f02b66f798dab5fe903f034fe440ca3b24f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-07-22 10:44:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-07-22 11:12:55 +0000

    devel/libindicator: Refactor
    
    - Add LICENSE GPLv3
    - Pet portclippy
    - Pass maintainership to gnome as there are only a small number of
      ports dependent upon this library and all of those are from gnome
---
 devel/libindicator/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/devel/libindicator/Makefile b/devel/libindicator/Makefile
index 501dd1fc95ea..bf7120bc6ed3 100644
--- a/devel/libindicator/Makefile
+++ b/devel/libindicator/Makefile
@@ -1,18 +1,22 @@
 PORTNAME=	libindicator
-PORTVERSION=	12.10.1
-PORTREVISION=	2
+DISTVERSION=	12.10.1
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
 
-MAINTAINER=	bofh@FreeBSD.org
+MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Symbols and convience functions for desktop indicators
 WWW=		https://launchpad.net/libindicator
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		compiler:c++11-lang gmake gnome libtool pkgconfig
 USE_GNOME=	cairo gdkpixbuf gtk30
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>