git: 586d2770b9cb - main - graphics/py-ming: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:12:38 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=586d2770b9cbf784f9b1f35a9f59f5d2a5760d85

commit 586d2770b9cbf784f9b1f35a9f59f5d2a5760d85
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:02:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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 at 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


More information about the dev-commits-ports-all mailing list