svn commit: r466183 - head/dns/rubygem-simpleidn
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 1 21:45:04 UTC 2018
Author: sunpoet
Date: Sun Apr 1 21:45:03 2018
New Revision: 466183
URL: https://svnweb.freebsd.org/changeset/ports/466183
Log:
Update to 0.1.1
Changes: https://github.com/mmriis/simpleidn/commits/master
PR: 227152
Submitted by: Douglas Thrift <douglas at douglasthrift.net> (maintainer)
Modified:
head/dns/rubygem-simpleidn/Makefile
head/dns/rubygem-simpleidn/distinfo
Modified: head/dns/rubygem-simpleidn/Makefile
==============================================================================
--- head/dns/rubygem-simpleidn/Makefile Sun Apr 1 21:33:00 2018 (r466182)
+++ head/dns/rubygem-simpleidn/Makefile Sun Apr 1 21:45:03 2018 (r466183)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= simpleidn
-PORTVERSION= 0.0.9
+PORTVERSION= 0.1.1
CATEGORIES= dns rubygems
MASTER_SITES= RG
@@ -12,8 +12,10 @@ COMMENT= Easy conversion from IDNA strings to unicode
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
+RUN_DEPENDS= rubygem-unf>=0.1.4:textproc/rubygem-unf
+
NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>
Modified: head/dns/rubygem-simpleidn/distinfo
==============================================================================
--- head/dns/rubygem-simpleidn/distinfo Sun Apr 1 21:33:00 2018 (r466182)
+++ head/dns/rubygem-simpleidn/distinfo Sun Apr 1 21:45:03 2018 (r466183)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514155104
-SHA256 (rubygem/simpleidn-0.0.9.gem) = 292235159ffc39dd4febfd1ee98edce51098f278fc49b94ae00d51f35cd29e39
-SIZE (rubygem/simpleidn-0.0.9.gem) = 8704
+TIMESTAMP = 1522591668
+SHA256 (rubygem/simpleidn-0.1.1.gem) = 5cf0d3f0a4bbbb84995f495c50555297529cf3ca665735d947a6e94974073b2d
+SIZE (rubygem/simpleidn-0.1.1.gem) = 140800
More information about the svn-ports-all
mailing list