Bug 182260 - [MAINTAINER] update converters/rubygem-bsdconv to 11.1.0
Summary: [MAINTAINER] update converters/rubygem-bsdconv to 11.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 22:40 UTC by buganini
Modified: 2013-09-21 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.20 KB, patch)
2013-09-20 22:40 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2013-09-20 22:40:01 UTC
Update converters/rubygem-bsdconv to 11.1.0

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-20 22:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-21 16:42:15 UTC
Author: sunpoet
Date: Sat Sep 21 15:42:02 2013
New Revision: 327830
URL: http://svnweb.freebsd.org/changeset/ports/327830

Log:
  - Update to 11.1.0
  - While I'm here, convert to new LIB_DEPENDS format
  
  Changes:	https://github.com/buganini/ruby-bsdconv/commits/master
  PR:		ports/182260
  Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)

Modified:
  head/converters/rubygem-bsdconv/Makefile   (contents, props changed)
  head/converters/rubygem-bsdconv/distinfo   (contents, props changed)

Modified: head/converters/rubygem-bsdconv/Makefile
==============================================================================
--- head/converters/rubygem-bsdconv/Makefile	Sat Sep 21 15:41:58 2013	(r327829)
+++ head/converters/rubygem-bsdconv/Makefile	Sat Sep 21 15:42:02 2013	(r327830)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bsdconv
-PORTVERSION=	10.0.0
+PORTVERSION=	11.1.0
 CATEGORIES=	converters rubygems
 MASTER_SITES=	RG
 DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
@@ -12,15 +12,15 @@ COMMENT=	Ruby wrapper for bsdconv
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	bsdconv:${PORTSDIR}/converters/bsdconv
+LIB_DEPENDS=	libbsdconv.so:${PORTSDIR}/converters/bsdconv
 
 CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
 
 GEM_NAME=	${DISTNAME}
 
+NO_STAGE=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/converters/rubygem-bsdconv/distinfo
==============================================================================
--- head/converters/rubygem-bsdconv/distinfo	Sat Sep 21 15:41:58 2013	(r327829)
+++ head/converters/rubygem-bsdconv/distinfo	Sat Sep 21 15:42:02 2013	(r327830)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/ruby-bsdconv-10.0.0.gem) = 237ca317abdb7c3298244d8273b3ba32d9ac1d9805429408f205cc7e2c9c8631
-SIZE (rubygem/ruby-bsdconv-10.0.0.gem) = 9216
+SHA256 (rubygem/ruby-bsdconv-11.1.0.gem) = 139c51ede9c6a93df789d472100b978dd475a12d9dc279d19a293d075be34996
+SIZE (rubygem/ruby-bsdconv-11.1.0.gem) = 10240
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-21 16:43:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!