svn commit: r338493 - head/www/gist

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:30:10 UTC 2014


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


More information about the svn-ports-all mailing list