svn commit: r330027 - head/databases/postgresql-plruby

Thomas Abthorpe tabthorpe at FreeBSD.org
Thu Oct 10 18:27:07 UTC 2013


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}/?, at 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}


More information about the svn-ports-head mailing list