From owner-dev-commits-ports-main@freebsd.org Tue May 11 17:33:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CE1163F368; Tue, 11 May 2021 17:33:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FflPh2bv5z4cJb; Tue, 11 May 2021 17:33:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 296EF1C23D; Tue, 11 May 2021 17:33:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14BHXCgf049943; Tue, 11 May 2021 17:33:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BHXCnD049942; Tue, 11 May 2021 17:33:12 GMT (envelope-from git) Date: Tue, 11 May 2021 17:33:12 GMT Message-Id: <202105111733.14BHXCnD049942@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: 7f2c2f736de8 - main - Clean up some things MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f2c2f736de88b93d02f903ec2456214f0ce0809 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 17:33:12 -0000 The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f2c2f736de88b93d02f903ec2456214f0ce0809 commit 7f2c2f736de88b93d02f903ec2456214f0ce0809 Author: Tobias Kortkamp AuthorDate: 2021-05-11 09:39:45 +0000 Commit: Tobias Kortkamp CommitDate: 2021-05-11 17:29:26 +0000 Clean up some things - Fix typos Reported by: portscan --- games/alienarena-data/Makefile | 2 +- games/gcompris-qt/Makefile | 4 ++-- multimedia/dvdstyler/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile index 38d224411380..1bcd3a268978 100644 --- a/games/alienarena-data/Makefile +++ b/games/alienarena-data/Makefile @@ -2,7 +2,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTEEVISION= 1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ http://ftp.jeuxlinux.fr/files/ \ diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile index 74010d74c8b7..81261d1697a7 100644 --- a/games/gcompris-qt/Makefile +++ b/games/gcompris-qt/Makefile @@ -8,8 +8,8 @@ COMMENT= Educational games and activities for kids ages 2 to 10 LICENSE= AGPLv3 GPLv3 LICENSE_COMB= multi -LICENSE_AGPLv3= ${WRKSRC}/COPYING.txt -LICENSE_GPLv3= ${WRKSRC}/COPYING-GPLv3 +LICENSE_FILE_AGPLv3= ${WRKSRC}/COPYING.txt +LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING-GPLv3 LIB_DEPENDS= libBox2D.so:x11-toolkits/qml-box2d diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 5399fa1ca1a8..7370a5184837 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -40,7 +40,7 @@ USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}" -CONFIGURE_ARG= --without-gnome +CONFIGURE_ARGS= --without-gnome CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib