Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 18:27:06 +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: r330027 - head/databases/postgresql-plruby
Message-ID:  <201310101827.r9AIR6sF088449@svn.freebsd.org>

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

Log:
  - Switch to ruby19
  
  With hat:	portmgr

Modified:
  head/databases/postgresql-plruby/Makefile   (contents, props changed)

Modified: head/databases/postgresql-plruby/Makefile
==============================================================================
--- head/databases/postgresql-plruby/Makefile	Thu Oct 10 18:15:03 2013	(r330026)
+++ head/databases/postgresql-plruby/Makefile	Thu Oct 10 18:27:06 2013	(r330027)
@@ -62,7 +62,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
 	@${CAT} ${PKGMESSAGE}



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