Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:08:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558513 - head/graphics/p5-ming
Message-ID:  <202012192008.0BJK8ZDS099785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:08:35 2020
New Revision: 558513
URL: https://svnweb.freebsd.org/changeset/ports/558513

Log:
  Cosmetic change

Modified:
  head/graphics/p5-ming/Makefile

Modified: head/graphics/p5-ming/Makefile
==============================================================================
--- head/graphics/p5-ming/Makefile	Sat Dec 19 20:08:31 2020	(r558512)
+++ head/graphics/p5-ming/Makefile	Sat Dec 19 20:08:35 2020	(r558513)
@@ -20,22 +20,24 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libming.so:graphics/ming \
 		libpng.so:graphics/png
 
-OPTIONS_DEFINE=	EXAMPLES
+USES=		autoreconf bison gmake libtool localbase perl5 shebangfix
 
-PORTSCOUT=	limit:^ming-
-
 CONFIGURE_ARGS=	--enable-perl
 GNU_CONFIGURE=	yes
-USES=		autoreconf bison gmake libtool localbase perl5 shebangfix
-SHEBANG_FILES=	perl_ext/examples/*.cgi
 
 BUILD_WRKSRC=	${WRKSRC}/perl_ext
 INSTALL_WRKSRC=	${WRKSRC}/perl_ext
 PORTEXAMPLES=	*
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	lib${PORTNAME}
-GH_PROJECT=	lib${PORTNAME}
+GH_ACCOUNT=	libming
+GH_PROJECT=	libming
+
+PORTSCOUT=	limit:^ming-
+
+SHEBANG_FILES=	perl_ext/examples/*.cgi
+
+OPTIONS_DEFINE=	EXAMPLES
 
 post-patch:
 	@${REINPLACE_CMD} -e '/ming_is_compiled()/ s|^|#|; /LIBS/d' ${WRKSRC}/perl_ext/Makefile.PL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192008.0BJK8ZDS099785>