From owner-svn-ports-head@FreeBSD.ORG Thu Oct 31 12:15:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BEF4FA3; Thu, 31 Oct 2013 12:15:51 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCDF27B3; Thu, 31 Oct 2013 12:15:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VCFopH074072; Thu, 31 Oct 2013 12:15:50 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VCFoUu074071; Thu, 31 Oct 2013 12:15:50 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201310311215.r9VCFoUu074071@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 31 Oct 2013 12:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332233 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 12:15:51 -0000 Author: tabthorpe Date: Thu Oct 31 12:15:50 2013 New Revision: 332233 URL: http://svnweb.freebsd.org/changeset/ports/332233 Log: - Remove final vestiges of ruby18 Exp-run by: bdrewery Modified: head/Mk/bsd.ruby.mk Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Thu Oct 31 11:53:29 2013 (r332232) +++ head/Mk/bsd.ruby.mk Thu Oct 31 12:15:50 2013 (r332233) @@ -15,7 +15,7 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.or # [variables that a user may define] # # RUBY_VER - (See below) -# RUBY_DEFAULT_VER - Set to (e.g.) "1.8" if you want to refer to "ruby18" +# RUBY_DEFAULT_VER - Set to (e.g.) "1.9" if you want to refer to "ruby19" # just as "ruby". # RUBY_ARCH - (See below) # RUBY_RD_HTML - Define if you want HTML files generated from RD files. @@ -172,36 +172,7 @@ _RUBY_VENDORDIR!= ${_RUBY_CONFIG} 'puts RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} .if defined(RUBY_VER) -. if ${RUBY_VER} == 1.8 -# -# Ruby 1.8 -# -RUBY_RELVERSION= 1.8.7 -RUBY_PORTREVISION= 0 -RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 371 - -. if ${RUBY_PATCHLEVEL} == 0 -RUBY_VERSION?= ${RUBY_RELVERSION} -RUBY_DISTVERSION?= ${RUBY_RELVERSION} -. else -RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} -RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} -. endif - -# Security patch -RUBY_PATCHFILES?= ${RUBY_VERSION}-patch1.gz - -RUBY_WRKSRC= ${WRKDIR}/ruby-${RUBY_DISTVERSION} - -# -# PLIST_SUB helpers -# -RUBY18= "" -RUBY19= "@comment " -RUBY20= "@comment " - -. elif ${RUBY_VER} == 1.9 +. if ${RUBY_VER} == 1.9 # # Ruby 1.9 # @@ -225,7 +196,6 @@ RUBY_CONFIGURE_ARGS+= --with-rubyhdrdir= # # PLIST_SUB helpers # -RUBY18= "@comment " RUBY19= "" RUBY20= "@comment " @@ -253,7 +223,6 @@ RUBY_CONFIGURE_ARGS+= --with-rubyhdrdir= # # PLIST_SUB helpers # -RUBY18= "@comment " RUBY19= "@comment " RUBY20= "" @@ -262,7 +231,7 @@ RUBY20= "" # # Other versions # -IGNORE= Only ruby 1.8, 1.9 and 2.0 are supported +IGNORE= Only ruby 1.9 and 2.0 are supported . endif .endif # defined(RUBY_VER) @@ -360,7 +329,6 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="($ RUBY_SUFFIX="${RUBY_SUFFIX}" \ RUBY_NAME="${RUBY_NAME}" \ RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \ - RUBY18=${RUBY18} \ RUBY19=${RUBY19} \ RUBY20=${RUBY20} \ @@ -594,7 +562,7 @@ RUN_DEPENDS+= ${DEPEND_RUBY} _use= ${USE_RUBY_FEATURES:Miconv} .if !empty(_use) -.if (${RUBY_VER} == 1.8) || (${RUBY_VER} == 1.9) +.if (${RUBY_VER} == 1.9) BUILD_DEPENDS+= ${DEPEND_RUBY_ICONV} RUN_DEPENDS+= ${DEPEND_RUBY_ICONV} .endif