svn commit: r480580 - head/dns/rubygem-public_suffix

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


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

Log:
  Cosmetic change

Modified:
  head/dns/rubygem-public_suffix/Makefile

Modified: head/dns/rubygem-public_suffix/Makefile
==============================================================================
--- head/dns/rubygem-public_suffix/Makefile	Mon Sep 24 11:12:41 2018	(r480579)
+++ head/dns/rubygem-public_suffix/Makefile	Mon Sep 24 11:12:46 2018	(r480580)
@@ -15,9 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 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}/data/definitions.txt


More information about the svn-ports-head mailing list