Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:44:41 +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: r545949 - head/devel/rubygem-librarianp
Message-ID:  <202008231944.07NJifmH088553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:44:41 2020
New Revision: 545949
URL: https://svnweb.freebsd.org/changeset/ports/545949

Log:
  Update to 1.0.0
  
  - Update WWW
  
  Changes:	https://github.com/voxpupuli/librarian/blob/librarianp/CHANGELOG.md

Modified:
  head/devel/rubygem-librarianp/Makefile
  head/devel/rubygem-librarianp/distinfo
  head/devel/rubygem-librarianp/pkg-descr

Modified: head/devel/rubygem-librarianp/Makefile
==============================================================================
--- head/devel/rubygem-librarianp/Makefile	Sun Aug 23 19:44:36 2020	(r545948)
+++ head/devel/rubygem-librarianp/Makefile	Sun Aug 23 19:44:41 2020	(r545949)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	librarianp
-PORTVERSION=	0.6.4
+PORTVERSION=	1.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,11 @@ COMMENT=	Ruby framework for writing bundlers
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-thor>=0.15:devel/rubygem-thor
+RUN_DEPENDS=	rubygem-thor>=1.0<2:devel/rubygem-thor
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-librarianp/distinfo
==============================================================================
--- head/devel/rubygem-librarianp/distinfo	Sun Aug 23 19:44:36 2020	(r545948)
+++ head/devel/rubygem-librarianp/distinfo	Sun Aug 23 19:44:41 2020	(r545949)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507363519
-SHA256 (rubygem/librarianp-0.6.4.gem) = 7b58de3ce3f6169b4ec5a5174f141dbcc36ca5459cd1d077f23b990ec324bb2b
-SIZE (rubygem/librarianp-0.6.4.gem) = 53248
+TIMESTAMP = 1598175370
+SHA256 (rubygem/librarianp-1.0.0.gem) = 4487f8dfb66530b6cdf9c4cd77ca336273fe26d485039ca02185021f0158ca5f
+SIZE (rubygem/librarianp-1.0.0.gem) = 52224

Modified: head/devel/rubygem-librarianp/pkg-descr
==============================================================================
--- head/devel/rubygem-librarianp/pkg-descr	Sun Aug 23 19:44:36 2020	(r545948)
+++ head/devel/rubygem-librarianp/pkg-descr	Sun Aug 23 19:44:41 2020	(r545949)
@@ -4,4 +4,4 @@ fetch, install, and isolate a project's dependencies, 
 This is a forked version of devel/rubygem-librarian with improvements in
 order to provide better support for librarian-puppet.
 
-WWW: https://github.com/carlossg/librarian
+WWW: https://github.com/voxpupuli/librarian



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