svn commit: r388475 - head/net/rubygem-ruby-growl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 3 18:45:23 UTC 2015


Author: sunpoet
Date: Wed Jun  3 18:45:22 2015
New Revision: 388475
URL: https://svnweb.freebsd.org/changeset/ports/388475

Log:
  - Remove space
  - Fix PLIST
  - Bump PORTREVISION for package change

Modified:
  head/net/rubygem-ruby-growl/Makefile

Modified: head/net/rubygem-ruby-growl/Makefile
==============================================================================
--- head/net/rubygem-ruby-growl/Makefile	Wed Jun  3 18:44:45 2015	(r388474)
+++ head/net/rubygem-ruby-growl/Makefile	Wed Jun  3 18:45:22 2015	(r388475)
@@ -3,13 +3,14 @@
 
 PORTNAME=	ruby-growl
 PORTVERSION=	4.1
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Pure-ruby growl notifier
 
-LICENSE=	 BSD3CLAUSE
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	rubygem-uuid>=2.3.5:${PORTSDIR}/devel/rubygem-uuid
 
@@ -17,4 +18,6 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+PLIST_FILES=	bin/growl
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list