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

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@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 <chan...@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=   chan...@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-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-ruby@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"

Reply via email to