Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 18:45:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388475 - head/net/rubygem-ruby-growl
Message-ID:  <201506031845.t53IjMnd013468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031845.t53IjMnd013468>