svn commit: r480581 - head/dns/rubygem-public_suffix_service

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 24 11:12:55 UTC 2018


Author: sunpoet
Date: Mon Sep 24 11:12:50 2018
New Revision: 480581
URL: https://svnweb.freebsd.org/changeset/ports/480581

Log:
  Cosmetic change

Modified:
  head/dns/rubygem-public_suffix_service/Makefile

Modified: head/dns/rubygem-public_suffix_service/Makefile
==============================================================================
--- head/dns/rubygem-public_suffix_service/Makefile	Mon Sep 24 11:12:46 2018	(r480580)
+++ head/dns/rubygem-public_suffix_service/Makefile	Mon Sep 24 11:12:50 2018	(r480581)
@@ -15,9 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 post-patch:
 	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/lib/public_suffix/definitions.txt


More information about the svn-ports-head mailing list