Index: head/devel/rubygem-holidays/Makefile =================================================================== --- head/devel/rubygem-holidays/Makefile (revision 390823) +++ head/devel/rubygem-holidays/Makefile (revision 390824) @@ -1,18 +1,19 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= holidays -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Collection of Ruby methods to deal with statutory and other holidays LICENSE= MIT +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-holidays/distinfo =================================================================== --- head/devel/rubygem-holidays/distinfo (revision 390823) +++ head/devel/rubygem-holidays/distinfo (revision 390824) @@ -1,2 +1,2 @@ -SHA256 (rubygem/holidays-2.1.0.gem) = d574ef8dcb03e8ef31b8e1501224dae30d1bb7a40dac9431516fb3fa01ebe65a -SIZE (rubygem/holidays-2.1.0.gem) = 95232 +SHA256 (rubygem/holidays-2.2.0.gem) = 2a4e0f45171fd2f3913f95d669a3a991c684204c9e3804904971c0153061ded3 +SIZE (rubygem/holidays-2.2.0.gem) = 95232 Index: head/devel/rubygem-holidays/pkg-descr =================================================================== --- head/devel/rubygem-holidays/pkg-descr (revision 390823) +++ head/devel/rubygem-holidays/pkg-descr (revision 390824) @@ -1,6 +1,6 @@ The Ruby Holidays Gem allows you to look up holidays in multiple regions based on customisable definition lists. It also extends Ruby's built-in Date class. -WWW: https://github.com/alexdunae/holidays +WWW: https://github.com/holidays/holidays