svn commit: r451296 - head/textproc/rubygem-ox

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 5 09:50:01 UTC 2017


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 at 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


More information about the svn-ports-all mailing list