svn commit: r353561 - head/devel/rubygem-foreman

Rui Paulo rpaulo at FreeBSD.org
Sat May 10 02:26:30 UTC 2014


Author: rpaulo (src committer)
Date: Sat May 10 02:26:29 2014
New Revision: 353561
URL: http://svnweb.freebsd.org/changeset/ports/353561
QAT: https://qat.redports.org/buildarchive/r353561/

Log:
  Add bin/foreman to PLIST_FILES.
  
  Reviewed by:	swills
  Approved by:	swills

Modified:
  head/devel/rubygem-foreman/Makefile

Modified: head/devel/rubygem-foreman/Makefile
==============================================================================
--- head/devel/rubygem-foreman/Makefile	Sat May 10 01:59:44 2014	(r353560)
+++ head/devel/rubygem-foreman/Makefile	Sat May 10 02:26:29 2014	(r353561)
@@ -4,6 +4,7 @@ PORTNAME=	foreman
 PORTVERSION=	0.63.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PORTREVISION=	1
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Process manager for applications with multiple components
@@ -15,5 +16,6 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+PLIST_FILES=	bin/foreman
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list