diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-31 03:55:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-31 03:55:24 +0800 |
commit | 4b5d1c96d34d92c948a9256f4d828d81ffc3ee9a (patch) | |
tree | 47137cfa4124a2b41f142b53f5c90a6cf78c5203 /dns/rubygem-net-dns/Makefile | |
parent | a8e45c3cd6573fec6fec84f7d3b84c85796f322e (diff) | |
download | freebsd-ports-gnome-4b5d1c96d34d92c948a9256f4d828d81ffc3ee9a.tar.gz freebsd-ports-gnome-4b5d1c96d34d92c948a9256f4d828d81ffc3ee9a.tar.zst freebsd-ports-gnome-4b5d1c96d34d92c948a9256f4d828d81ffc3ee9a.zip |
Update to 0.9.0
Changes: https://github.com/bluemonk/net-dns/blob/master/CHANGELOG.md
Diffstat (limited to 'dns/rubygem-net-dns/Makefile')
-rw-r--r-- | dns/rubygem-net-dns/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dns/rubygem-net-dns/Makefile b/dns/rubygem-net-dns/Makefile index 7ca6df39b855..606eaa6852d1 100644 --- a/dns/rubygem-net-dns/Makefile +++ b/dns/rubygem-net-dns/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= net-dns -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= dns rubygems MASTER_SITES= RG @@ -13,9 +12,9 @@ COMMENT= Pure Ruby DNS library LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |