Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 19:59:08 +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: r335340 - head/ftp/rubygem-curb
Message-ID:  <201311301959.rAUJx8fb089077@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 30 19:59:08 2013
New Revision: 335340
URL: http://svnweb.freebsd.org/changeset/ports/335340

Log:
  - Update to 0.8.5
  - Use LIB_DEPENDS
  
  Changes:	https://github.com/taf2/curb/commits/master

Modified:
  head/ftp/rubygem-curb/Makefile
  head/ftp/rubygem-curb/distinfo

Modified: head/ftp/rubygem-curb/Makefile
==============================================================================
--- head/ftp/rubygem-curb/Makefile	Sat Nov 30 19:57:34 2013	(r335339)
+++ head/ftp/rubygem-curb/Makefile	Sat Nov 30 19:59:08 2013	(r335340)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	curb
-PORTVERSION=	0.8.4
+PORTVERSION=	0.8.5
 CATEGORIES=	ftp rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby bindings for libcurl
 
-RUN_DEPENDS=	curl>=0.0.0:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/ftp/rubygem-curb/distinfo
==============================================================================
--- head/ftp/rubygem-curb/distinfo	Sat Nov 30 19:57:34 2013	(r335339)
+++ head/ftp/rubygem-curb/distinfo	Sat Nov 30 19:59:08 2013	(r335340)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/curb-0.8.4.gem) = 735717037efde9afc253ce45f08e2f77d8db01b7fe9508178b35ce9dbaa8ee49
-SIZE (rubygem/curb-0.8.4.gem) = 78848
+SHA256 (rubygem/curb-0.8.5.gem) = 2fb74a7e8017b6efc698e7431f4328c2fbd7d1f750beee6ee0325541a5002d56
+SIZE (rubygem/curb-0.8.5.gem) = 79360



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