Date: Thu, 24 Dec 2020 13:56:39 +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: r559152 - head/devel/rubygem-singleton Message-ID: <202012241356.0BODud5c041152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 24 13:56:39 2020 New Revision: 559152 URL: https://svnweb.freebsd.org/changeset/ports/559152 Log: Update to 0.1.1 - Update LICENSE Changes: https://github.com/ruby/singleton/commits/master Modified: head/devel/rubygem-singleton/Makefile head/devel/rubygem-singleton/distinfo Modified: head/devel/rubygem-singleton/Makefile ============================================================================== --- head/devel/rubygem-singleton/Makefile Thu Dec 24 13:56:34 2020 (r559151) +++ head/devel/rubygem-singleton/Makefile Thu Dec 24 13:56:39 2020 (r559152) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= singleton -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implement the Singleton pattern -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt USES= gem USE_RUBY= yes Modified: head/devel/rubygem-singleton/distinfo ============================================================================== --- head/devel/rubygem-singleton/distinfo Thu Dec 24 13:56:34 2020 (r559151) +++ head/devel/rubygem-singleton/distinfo Thu Dec 24 13:56:39 2020 (r559152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595865771 -SHA256 (rubygem/singleton-0.1.0.gem) = 43df8ff1020b39e69da7b697b3364ec2737589ef49b18838d1b2d67a7fd9ccb5 -SIZE (rubygem/singleton-0.1.0.gem) = 8192 +TIMESTAMP = 1608730831 +SHA256 (rubygem/singleton-0.1.1.gem) = b410b0417fcbb17bdfbc2d478ddba4c91e873d6e51c9d2d16b345c5ee5491c54 +SIZE (rubygem/singleton-0.1.1.gem) = 8704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012241356.0BODud5c041152>