Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 04:13:35 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385080 - head/sysutils/zfstools
Message-ID:  <201505010413.t414DZnx071199@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}/



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