svn commit: r496721 - head/irc/iroffer-dinoex

Dirk Meyer dinoex at FreeBSD.org
Sun Mar 24 12:57:30 UTC 2019


Author: dinoex
Date: Sun Mar 24 12:57:29 2019
New Revision: 496721
URL: https://svnweb.freebsd.org/changeset/ports/496721

Log:
  - update to 3.32

Modified:
  head/irc/iroffer-dinoex/Makefile
  head/irc/iroffer-dinoex/distinfo

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Sun Mar 24 12:28:42 2019	(r496720)
+++ head/irc/iroffer-dinoex/Makefile	Sun Mar 24 12:57:29 2019	(r496721)
@@ -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>
 

Modified: head/irc/iroffer-dinoex/distinfo
==============================================================================
--- head/irc/iroffer-dinoex/distinfo	Sun Mar 24 12:28:42 2019	(r496720)
+++ head/irc/iroffer-dinoex/distinfo	Sun Mar 24 12:57:29 2019	(r496721)
@@ -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


More information about the svn-ports-all mailing list