svn commit: r516486 - head/devel/rubygem-slack-notifier

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:20:16 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:20:15 2019
New Revision: 516486
URL: https://svnweb.freebsd.org/changeset/ports/516486

Log:
  Take maintainership

Modified:
  head/devel/rubygem-slack-notifier/Makefile

Modified: head/devel/rubygem-slack-notifier/Makefile
==============================================================================
--- head/devel/rubygem-slack-notifier/Makefile	Sun Nov  3 17:20:10 2019	(r516485)
+++ head/devel/rubygem-slack-notifier/Makefile	Sun Nov  3 17:20:15 2019	(r516486)
@@ -6,13 +6,14 @@ PORTVERSION=	2.3.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Ruby wrapper for posting to slack webhooks
 
 LICENSE=	MIT
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list