Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 18:15:03 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330026 - head/security/ruby-gpgme
Message-ID:  <201310101815.r9AIF3MJ083016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Thu Oct 10 18:15:03 2013
New Revision: 330026
URL: http://svnweb.freebsd.org/changeset/ports/330026

Log:
  - Switch to ruby19
  
  With hat:	portmgr

Modified:
  head/security/ruby-gpgme/Makefile   (contents, props changed)

Modified: head/security/ruby-gpgme/Makefile
==============================================================================
--- head/security/ruby-gpgme/Makefile	Thu Oct 10 18:08:34 2013	(r330025)
+++ head/security/ruby-gpgme/Makefile	Thu Oct 10 18:15:03 2013	(r330026)
@@ -47,7 +47,7 @@ post-install:
 		's,^${PREFIX}/?,,' >> ${TMPPLIST}
 	@${FIND} -ds ${RUBY_MODDOCDIR} -type d -print | ${SED} -E -e \
 		's,^${PREFIX}/?,@dirrm ,' >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/share/doc/ruby18/ 2>/dev/null || true" \
+	@${ECHO_CMD} "@unexec rmdir %D/share/doc/ruby19/ 2>/dev/null || true" \
 		>> ${TMPPLIST}
 .endif
 



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