svn commit: r558513 - head/graphics/p5-ming

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:08:38 UTC 2020


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


More information about the svn-ports-all mailing list