git: 03ca8728009d - main - devel/dee: Strip shared library

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Jun 2022 16:38:27 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03ca8728009da42f1d31ae49149c0679195ddb77

commit 03ca8728009da42f1d31ae49149c0679195ddb77
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 16:34:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 16:36:34 +0000

    devel/dee: Strip shared library
    
    - Bump PORTREVISION for package change
---
 devel/dee/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/devel/dee/Makefile b/devel/dee/Makefile
index e65865a44ade..4931fa058fe9 100644
--- a/devel/dee/Makefile
+++ b/devel/dee/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	dee
 PORTVERSION=	1.2.7
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	devel
 MASTER_SITES=	https://launchpadlibrarian.net/151383425/ \
 	https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
@@ -20,16 +20,16 @@ LIB_DEPENDS=	libicutu.so:devel/icu
 
 USES=		compiler:c11 gmake gnome libtool localbase pathfix pkgconfig \
 		python:3.5+
-GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 introspection:build pygobject3
-USE_LDCONFIG=	yes
-
-CONFIGURE_ARGS=	--disable-gtk-doc-html \
-	--disable-tests \
-	--disable-gcov \
-	--enable-introspection=yes \
-	--without-html-dir
 
+CONFIGURE_ARGS=	--disable-gcov \
+		--disable-gtk-doc-html \
+		--disable-tests \
+		--enable-introspection=yes \
+		--without-html-dir
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 MAKE_ARGS=	PYTHON="${PYTHON_CMD}"
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>