Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 09:50:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451296 - head/textproc/rubygem-ox
Message-ID:  <201710050950.v959o065072129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  5 09:50:00 2017
New Revision: 451296
URL: https://svnweb.freebsd.org/changeset/ports/451296

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/rubygem-ox/Makefile

Modified: head/textproc/rubygem-ox/Makefile
==============================================================================
--- head/textproc/rubygem-ox/Makefile	Thu Oct  5 09:49:55 2017	(r451295)
+++ head/textproc/rubygem-ox/Makefile	Thu Oct  5 09:50:00 2017	(r451296)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ox
 PORTVERSION=	2.8.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +10,6 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Speed-optimized XML parser and object serializer for Ruby
 
 LICENSE=	MIT
-
-LIB_DEPENDS=	libunwind.so:devel/libunwind
 
 USES=		gem
 USE_RUBY=	yes



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