Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 20:30:10 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338493 - head/www/gist
Message-ID:  <201401022030.s02KUA8H070856@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jan  2 20:30:09 2014
New Revision: 338493
URL: http://svnweb.freebsd.org/changeset/ports/338493

Log:
  - Ruby 1.8 is gone, remove logic for it
  
  With hat:	ruby@

Modified:
  head/www/gist/Makefile

Modified: head/www/gist/Makefile
==============================================================================
--- head/www/gist/Makefile	Thu Jan  2 20:28:45 2014	(r338492)
+++ head/www/gist/Makefile	Thu Jan  2 20:30:09 2014	(r338493)
@@ -29,10 +29,6 @@ PLIST_FILES=	bin/gist \
 
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} < 1.9
-RUN_DEPENDS+=	${DEPEND_RUBY_ICONV}
-.endif
-
 .if ${PORT_OPTIONS:MNSSCA}
 RUN_DEPENDS+=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 EXTRA_PATCHES=	${PATCHDIR}/extrapatch-nssca-gist



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