ports/171705: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Jun 23 03:40:02 UTC 2013


The following reply was made to PR ports/171705; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/171705: commit references a PR
Date: Sun, 23 Jun 2013 03:36:52 +0000 (UTC)

 Author: swills
 Date: Sun Jun 23 03:35:42 2013
 New Revision: 321609
 URL: http://svnweb.freebsd.org/changeset/ports/321609
 
 Log:
   - Add converters/ruby-iconv dependency for RUBY_VER < 1.9
   
   PR:		ports/171705
   Submitted by:	Lung-Pin Chang <changlp at cs.nctu.edu.tw> (maintainer)
 
 Modified:
   head/www/gist/Makefile
 
 Modified: head/www/gist/Makefile
 ==============================================================================
 --- head/www/gist/Makefile	Sun Jun 23 03:33:41 2013	(r321608)
 +++ head/www/gist/Makefile	Sun Jun 23 03:35:42 2013	(r321609)
 @@ -7,7 +7,7 @@
  
  PORTNAME=	gist
  PORTVERSION=	3.1.0
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	www net
  
  MAINTAINER=	changlp at cs.nctu.edu.tw
 @@ -26,8 +26,14 @@ USE_RUBY=	YES
  NO_BUILD=	YES
  PLIST_FILES=	bin/gist
  
 +.include <bsd.port.pre.mk>
 +
 +.if ${RUBY_VER} < 1.9
 +RUN_DEPENDS+=	${DEPEND_RUBY_ICONV}
 +.endif
 +
  do-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/gist ${PREFIX}/bin/gist
  	${INSTALL_MAN} ${WRKSRC}/man/gist.1 ${MAN1PREFIX}/man/man1
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ruby mailing list