From nobody Tue Oct 12 17:44:22 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C576E17DE998; Tue, 12 Oct 2021 17:44:25 +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 4HTNMX0hphz3KJs; Tue, 12 Oct 2021 17:44:23 +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 86678189D9; Tue, 12 Oct 2021 17:44:22 +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 19CHiMuP011806; Tue, 12 Oct 2021 17:44:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19CHiMDw011805; Tue, 12 Oct 2021 17:44:22 GMT (envelope-from git) Date: Tue, 12 Oct 2021 17:44:22 GMT Message-Id: <202110121744.19CHiMDw011805@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: 25c086d471f0 - main - devel/love*: fix conflicts List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 25c086d471f0b56beaf8f6458c40e313033f6e31 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=25c086d471f0b56beaf8f6458c40e313033f6e31 commit 25c086d471f0b56beaf8f6458c40e313033f6e31 Author: Dmitry Marakasov AuthorDate: 2021-10-12 14:12:54 +0000 Commit: Dmitry Marakasov CommitDate: 2021-10-12 17:37:02 +0000 devel/love*: fix conflicts Make DOCSDIR dependent on PKGNAMESUFFIX for all love* ports to avoid conflicts. While here, sincence a couple of MKDIRs. PR: 257008 Submitted by: dufresnep@zoho.com --- devel/love/Makefile | 1 + devel/love07/Makefile | 2 +- devel/love08/Makefile | 5 +++-- devel/love10/Makefile | 3 ++- devel/love5/Makefile | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/love/Makefile b/devel/love/Makefile index f00d7bab1029..e0fdede67354 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -30,6 +30,7 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT GME diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 42e5be3f821e..7ae653a98c31 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -37,7 +37,7 @@ DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love07 -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}07 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= * OPTIONS_DEFINE= DOCS diff --git a/devel/love08/Makefile b/devel/love08/Makefile index 68b17c635cef..a4724ac81787 100644 --- a/devel/love08/Makefile +++ b/devel/love08/Makefile @@ -1,6 +1,6 @@ PORTNAME= love PORTVERSION= 0.8.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -35,6 +35,7 @@ DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love08 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -46,7 +47,7 @@ post-patch: ${WRKSRC}/configure post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.md ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor diff --git a/devel/love10/Makefile b/devel/love10/Makefile index b490ea0839db..373463e70523 100644 --- a/devel/love10/Makefile +++ b/devel/love10/Makefile @@ -1,6 +1,6 @@ PORTNAME= love PORTVERSION= 0.10.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= * OPTIONS_DEFINE= DOCS LUAJIT diff --git a/devel/love5/Makefile b/devel/love5/Makefile index 3cd696fce0ec..5778dec677a6 100644 --- a/devel/love5/Makefile +++ b/devel/love5/Makefile @@ -26,7 +26,7 @@ DOS2UNIX_FILES= src/system/love_system.cpp PLIST_FILES= bin/love5 -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}5 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} PORTDOCS= * OPTIONS_DEFINE= DOCS @@ -39,7 +39,7 @@ post-patch: ${WRKSRC}/configure post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor