diff options
author | dinoex <dinoex@FreeBSD.org> | 2019-03-24 20:57:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2019-03-24 20:57:29 +0800 |
commit | e95a88b49b387e163fb55482ea99f2a550c814d9 (patch) | |
tree | 2197d7095601e721173195b1cf0a52e995854928 /irc | |
parent | c90af990990f588555506f4a9a7de64fa9ac556a (diff) | |
download | freebsd-ports-gnome-e95a88b49b387e163fb55482ea99f2a550c814d9.tar.gz freebsd-ports-gnome-e95a88b49b387e163fb55482ea99f2a550c814d9.tar.zst freebsd-ports-gnome-e95a88b49b387e163fb55482ea99f2a550c814d9.zip |
- update to 3.32
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 9 | ||||
-rw-r--r-- | irc/iroffer-dinoex/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index 2b15e973fcff..8f4a60406f24 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= iroffer -PORTVERSION= 3.31 -PORTREVISION= 2 +PORTVERSION= 3.32 CATEGORIES= irc MASTER_SITES= https://iroffer.net/ PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2} @@ -40,8 +39,8 @@ IROFFER_EXAMPLES= iroffer.cron \ IROFFER_HTDOCS= iroffer-state.css robots.txt \ info.txt.rb json.txt.rb md5.txt.rb sfv.txt.rb -OPTIONS_DEFINE= CURL RUBY UPNP DOCS EXAMPLES -OPTIONS_DEFAULT=CURL RUBY UPNP +OPTIONS_DEFINE= CURL RUBY UPNP GEOIP DOCS EXAMPLES +OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= -curl @@ -50,6 +49,8 @@ RUBY_LIB_DEPENDS= lib${RUBY_NAME}.so:${RUBY_PORT} RUBY_CONFIGURE_ON= -ruby UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CONFIGURE_ON= -upnp +GEOIP_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb +GEOIP_CONFIGURE_ON= -geoip .include <bsd.port.pre.mk> diff --git a/irc/iroffer-dinoex/distinfo b/irc/iroffer-dinoex/distinfo index 90ec64f38cab..45b8bb128feb 100644 --- a/irc/iroffer-dinoex/distinfo +++ b/irc/iroffer-dinoex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546269075 -SHA256 (iroffer-dinoex-3.31.tar.gz) = 910e7b523af63ebfefd074f96164e649767a9954ab9de2c13f4452a344f3a613 -SIZE (iroffer-dinoex-3.31.tar.gz) = 527712 +TIMESTAMP = 1553422963 +SHA256 (iroffer-dinoex-3.32.tar.gz) = 07ed5066146da0091497e0f16e4d7834bf13e3eb604846fd940420d0bd072fe5 +SIZE (iroffer-dinoex-3.32.tar.gz) = 1321125 |