git: 2b6c4f24ad2d - main - graphics/ming: Cosmetic change

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b6c4f24ad2d649652e2f0fd5ec084a256f48511

commit 2b6c4f24ad2d649652e2f0fd5ec084a256f48511
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 04:56:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:41:59 +0000

    graphics/ming: Cosmetic change
---
 graphics/ming/Makefile | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile
index fcde3e199d38..2b294d4ebb3c 100644
--- a/graphics/ming/Makefile
+++ b/graphics/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
 
@@ -17,29 +17,28 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libgif.so:graphics/giflib \
 		libpng.so:graphics/png
 
-CONFLICTS_INSTALL=	ja-ming
-
-OPTIONS_DEFINE=	DOCS
-
-PORTSCOUT=	limit:^ming-
+USES=		autoreconf bison gmake libtool localbase pathfix shebangfix
 
+CFLAGS+=	-fcommon # https://github.com/libming/libming/issues/55
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/ming
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USES=		autoreconf bison gmake libtool localbase pathfix shebangfix
 
 PORTDOCS=	*
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	lib${PORTNAME}
-GH_PROJECT=	lib${PORTNAME}
+GH_ACCOUNT=	libming
+GH_PROJECT=	libming
+
+CONFLICTS_INSTALL=	ja-ming
+
+PORTSCOUT=	limit:^ming-
 
 SHEBANG_FILES=	util/cws2fws
 
-# https://github.com/libming/libming/issues/55
-CFLAGS+=	-fcommon
+OPTIONS_DEFINE=	DOCS
 
 post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/include/ming/ ${STAGEDIR}${PREFIX}/include/ming/blocks/ ${STAGEDIR}${PREFIX}/include/ming/util/


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