svn commit: r385080 - head/sysutils/zfstools

Bryan Drewery bdrewery at FreeBSD.org
Fri May 1 04:13:35 UTC 2015


Author: bdrewery
Date: Fri May  1 04:13:34 2015
New Revision: 385080
URL: https://svnweb.freebsd.org/changeset/ports/385080

Log:
  Force a rebuild for newer Ruby.
  
  Pkg is not properly reinstalling this when ruby is upgraded which
  causes this to break since it is left around in the old ruby
  dir.
  
  PR:	199828

Modified:
  head/sysutils/zfstools/Makefile

Modified: head/sysutils/zfstools/Makefile
==============================================================================
--- head/sysutils/zfstools/Makefile	Fri May  1 02:27:30 2015	(r385079)
+++ head/sysutils/zfstools/Makefile	Fri May  1 04:13:34 2015	(r385080)
@@ -3,7 +3,7 @@
 PORTNAME=	zfstools
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils ruby
 MASTER_SITES=	GH \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/


More information about the svn-ports-all mailing list