pkgsrc-WIP-changes archive

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

zoneminder: reduce cosmetic diffs to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Sep 22 14:03:15 2021 -0400
Changeset:	99e62c51e7d62a9b4212e5cac0f4f823103c5e3f

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: reduce cosmetic diffs to pkgsrc

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

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

diffstat:
 zoneminder/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index a3385cd067..a785e912df 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -4,7 +4,7 @@ VERSION=	1.29.0
 # Sometimes the distfile unpacks to ZoneMinder and sometimes zoneminder.
 NAME_DIST=	ZoneMinder
 NAME_LOWER=	zoneminder
-PKGREVISION=	2
+PKGREVISION=	6
 
 PKGNAME=	${DISTNAME:S/${NAME_DIST}-/${NAME_LOWER}-/}
 DISTNAME=	${NAME_DIST}-${VERSION}
@@ -70,7 +70,7 @@ BUILD_DEFS+=		ZM_HTTPD_CGIBIN
 OWN_DIRS+=		${ZM_HTTPD_CGIBIN:Q}
 
 # Omit patchfiles from PLIST.
-PRINT_PLIST_AWK+=       /.orig$$/ { next; }
+PRINT_PLIST_AWK+=	/.orig$$/ { next; }
 
 INSTALLATION_DIRS+=	share/zoneminder ${ZM_HTTPD_ROOT}
 INSTALLATION_DIRS+=	libexec/zoneminder ${ZM_HTTPD_CGIBIN}
@@ -189,7 +189,6 @@ SUBST_STAGE.systemd-perl=	pre-configure
 SUBST_FILES.systemd-perl=	scripts/zmsystemctl.pl.in
 SUBST_SED.systemd-perl=		-e 's|/usr/bin/perl|${PERL5}|g'
 
-
 SUBST_CLASSES+=			dbpaths-path
 SUBST_MESSAGE.dbpaths-path=	Adjusting default paths in configuration.
 SUBST_STAGE.dbpaths-path=	pre-configure


Home | Main Index | Thread Index | Old Index