pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nagstamon: pkglint fixes, cleanup



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Mar 17 14:47:09 2025 +0100
Changeset:	0b2473a7d2234f5ecc25d24ff62f8eb5e5fc7248

Modified Files:
	nagstamon/Makefile
	nagstamon/PLIST

Log Message:
nagstamon: pkglint fixes, cleanup

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0b2473a7d2234f5ecc25d24ff62f8eb5e5fc7248

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nagstamon/Makefile | 14 ++++----------
 nagstamon/PLIST    |  2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

diffs:
diff --git a/nagstamon/Makefile b/nagstamon/Makefile
index 14ab349682..dc2e731835 100644
--- a/nagstamon/Makefile
+++ b/nagstamon/Makefile
@@ -10,11 +10,8 @@ HOMEPAGE=	https://nagstamon.de/
 COMMENT=	Nagios status monitor which takes place in systray or on desktop
 LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
 
-#DEPENDS+=	${PYPKGPREFIX}-libxslt>=1.1.24:../../textproc/py-libxslt
-#DEPENDS+=	sox>=14.0.1:../../audio/sox
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 DEPENDS+=	${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow
-#        'python3-crypto '
 DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
@@ -27,17 +24,14 @@ DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-requests-gssapi-[0-9]*:../../security/py-requests-gssapi
 DEPENDS+=	${PYPKGPREFIX}-secretstorage-[0-9]*:../../security/py-secretstorage
 
-SUBST_CLASSES+=         manpath
-SUBST_STAGE.manpath=    pre-configure
-SUBST_FILES.manpath=    setup.py
-SUBST_VARS.manpath=     PKGMANDIR
+SUBST_CLASSES+=		manpath
+SUBST_STAGE.manpath=	pre-configure
+SUBST_FILES.manpath=	setup.py
+SUBST_VARS.manpath=	PKGMANDIR
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/^n/N/}
 
-INSTALLATION_DIRS=	${PKGMANDIR}/man1
-
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/nagstamon/PLIST b/nagstamon/PLIST
index a397abce45..ae1eccbc13 100644
--- a/nagstamon/PLIST
+++ b/nagstamon/PLIST
@@ -267,6 +267,6 @@ ${PYSITELIB}/nagstamon-3.16.2.dist-info/RECORD
 ${PYSITELIB}/nagstamon-3.16.2.dist-info/WHEEL
 ${PYSITELIB}/nagstamon-3.16.2.dist-info/top_level.txt
 bin/nagstamon.py
-man/man1/nagstamon.1.gz
+man/man1/nagstamon.1
 share/applications/nagstamon.desktop
 share/pixmaps/nagstamon.svg


Home | Main Index | Thread Index | Old Index