pkgsrc-WIP-changes archive

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

jitsi: fix pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Sun Mar 31 18:45:06 2019 +0100
Changeset:	2ba43a26ae366d4e82fdc2a949218e3f78789c6e

Modified Files:
	jitsi/Makefile
	jitsi/distinfo

Log Message:
jitsi: fix pkglint warnings

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

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

diffstat:
 jitsi/Makefile | 10 +++++-----
 jitsi/distinfo |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/jitsi/Makefile b/jitsi/Makefile
index dd5846c69c..253b6c01f9 100644
--- a/jitsi/Makefile
+++ b/jitsi/Makefile
@@ -6,20 +6,20 @@ MASTER_SITES=	https://download.jitsi.org/jitsi/src/
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	coypu%sdf.org@localhost
-HOMEPAGE=	https://jitsi.org
-COMMENT=	
+HOMEPAGE=	https://jitsi.org/
+COMMENT=	Multi-platform open-source video conferencing
 LICENSE=	gnu-lgpl-v2.1
 
 WRKSRC=		${WRKDIR}/jitsi
 USE_LANGUAGES=	c c++
 
 do-build:
-	$(RUN)$(_ULIMIT_CMD) cd $(WRKSRC) && \
-	  $(PKGSRC_SETENV) $(MAKE_ENV) \
+	${RUN}${_ULIMIT_CMD} cd ${WRKSRC} && \
+	  ${PKGSRC_SETENV} ${MAKE_ENV} \
 	    ant -nouserlib rebuild
 
 do-install:
-	cd ${WRKSRC} && ./resources/install/generic/run.sh 
+	cd ${WRKSRC} && ./resources/install/generic/run.sh
 
 DEPENDS+=	apache-ant-[0-9]*:../../devel/apache-ant
 
diff --git a/jitsi/distinfo b/jitsi/distinfo
index e102efb1cb..ffec296225 100644
--- a/jitsi/distinfo
+++ b/jitsi/distinfo
@@ -4,6 +4,6 @@ SHA1 (jitsi-src-2.8.5426.zip) = 97e2b6d964d2a6f7dc1ff87ea9335d106655f2bc
 RMD160 (jitsi-src-2.8.5426.zip) = 54a858128789bdd0c83205aa3e12fb3d99163054
 SHA512 (jitsi-src-2.8.5426.zip) = 9a44f3af10620e42a4de87967c74084f6d07eea433c69f9e2e0ddd529723777ac48bcd250d5717872f8cea926cdf237cbbaf44cbeaba1ab201f23a34d68d7841
 Size (jitsi-src-2.8.5426.zip) = 67515973 bytes
-SHA1 (patch-build.xml) = 12366e729c31cb98d35197de4f2de24ff6d5336c
+SHA1 (patch-build.xml) = a22a2d40afd09fe5f96423f65d47459db6993d06
 SHA1 (patch-resources_install_generic_run.sh) = 69d104f900df2e6c1a6ab7192d75754a0d65c164
 SHA1 (patch-src_native_hwaddressretriever_HardwareAddressRetriever__unix.c) = 21b8e86460954b9240e02b8dfd3f3612b73fb356


Home | Main Index | Thread Index | Old Index