Date: Sun, 18 Apr 2021 07:12:30 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 586d2770b9cb - main - graphics/py-ming: Cosmetic change Message-ID: <202104180712.13I7CUEN011344@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=586d2770b9cbf784f9b1f35a9f59f5d2a5760d85 commit 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:02:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:45 +0000 graphics/py-ming: Cosmetic change --- graphics/py-ming/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index 8c0664aa2793..bf70f0c6883b 100644 --- a/graphics/py-ming/Makefile +++ b/graphics/py-ming/Makefile @@ -1,7 +1,7 @@ # Created by: Akinori MUSHA aka knu <knu@idaemons.org> PORTNAME= ming -DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSIONPREFIX= ming- DISTVERSION= 0_4_8 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,20 +19,21 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libming.so:graphics/ming \ libpng.so:graphics/png -PORTSCOUT= limit:^ming- +USES= autoreconf libtool localbase:ldflags python:3.6+ +USE_PYTHON= autoplist concurrent distutils CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_LDFLAGS="-L${PYTHON_LIBDIR} -l${PYTHON_VERSION}${PYTHON_ABIVER}" GNU_CONFIGURE= yes -USE_PYTHON= autoplist concurrent distutils -USES= autoreconf libtool localbase:ldflags python:3.6+ BUILD_WRKSRC= ${WRKSRC}/py_ext INSTALL_WRKSRC= ${WRKSRC}/py_ext USE_GITHUB= yes -GH_ACCOUNT= lib${PORTNAME} -GH_PROJECT= lib${PORTNAME} +GH_ACCOUNT= libming +GH_PROJECT= libming + +PORTSCOUT= limit:^ming- post-patch: @${REINPLACE_CMD} -e 's| --root ".*"||' ${WRKSRC}/py_ext/Makefile.am
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180712.13I7CUEN011344>