Date: Tue, 11 May 2021 17:33:12 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7f2c2f736de8 - main - Clean up some things Message-ID: <202105111733.14BHXCnD049942@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f2c2f736de88b93d02f903ec2456214f0ce0809 commit 7f2c2f736de88b93d02f903ec2456214f0ce0809 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-05-11 09:39:45 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105111733.14BHXCnD049942>