svn commit: r488792 - in head/irc/iroffer-dinoex: . files

Dirk Meyer dinoex at FreeBSD.org
Mon Dec 31 15:13:45 UTC 2018


Author: dinoex
Date: Mon Dec 31 15:13:43 2018
New Revision: 488792
URL: https://svnweb.freebsd.org/changeset/ports/488792

Log:
  iroffer-dinoex
  - update to 3.31
  - update homepage

Deleted:
  head/irc/iroffer-dinoex/files/patch-Configure
  head/irc/iroffer-dinoex/files/patch-upnp.c
Modified:
  head/irc/iroffer-dinoex/Makefile
  head/irc/iroffer-dinoex/distinfo
  head/irc/iroffer-dinoex/pkg-descr

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Mon Dec 31 15:11:14 2018	(r488791)
+++ head/irc/iroffer-dinoex/Makefile	Mon Dec 31 15:13:43 2018	(r488792)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	iroffer
-PORTVERSION=	3.30
-PORTREVISION=	3
+PORTVERSION=	3.31
 CATEGORIES=	irc
 MASTER_SITES=	http://iroffer.dinoex.net/
 PKGNAMESUFFIX=	-dinoex${PKGNAMESUFFIX2}
@@ -15,6 +14,7 @@ LICENSE=	GPLv2
 
 CONFLICTS=	iroffer-1* iroffer-lamm-1.*
 
+USES=		ssl
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	CC="${CC}" LDFLAGS="${LDFLAGS}" LOCALBASE="${LOCALBASE}"
@@ -45,7 +45,8 @@ OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 CURL_CONFIGURE_ON=	-curl
 RUBY_USE=		RUBY=yes
-RUBY_LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT}
+RUBY_LIB_DEPENDS=	lib${RUBY_NAME}.so:${RUBY_PORT} \
+			libunwind.so:devel/libunwind
 RUBY_CONFIGURE_ON=	-ruby
 UPNP_LIB_DEPENDS=	libminiupnpc.so:net/miniupnpc
 UPNP_CONFIGURE_ON=	-upnp

Modified: head/irc/iroffer-dinoex/distinfo
==============================================================================
--- head/irc/iroffer-dinoex/distinfo	Mon Dec 31 15:11:14 2018	(r488791)
+++ head/irc/iroffer-dinoex/distinfo	Mon Dec 31 15:13:43 2018	(r488792)
@@ -1,2 +1,3 @@
-SHA256 (iroffer-dinoex-3.30.tar.gz) = c6ccc5d720e6d9cd797996b133d95a28f9e668f998d7c6c0b34098c2f805f072
-SIZE (iroffer-dinoex-3.30.tar.gz) = 541131
+TIMESTAMP = 1546269075
+SHA256 (iroffer-dinoex-3.31.tar.gz) = 910e7b523af63ebfefd074f96164e649767a9954ab9de2c13f4452a344f3a613
+SIZE (iroffer-dinoex-3.31.tar.gz) = 527712

Modified: head/irc/iroffer-dinoex/pkg-descr
==============================================================================
--- head/irc/iroffer-dinoex/pkg-descr	Mon Dec 31 15:11:14 2018	(r488791)
+++ head/irc/iroffer-dinoex/pkg-descr	Mon Dec 31 15:13:43 2018	(r488792)
@@ -7,4 +7,4 @@ It does support mutiple IRC networks, SSL and IPv6.
 
 LICENSE: GPL2
 
-WWW: http://iroffer.dinoex.net/
+WWW: https://iroffer.net/


More information about the svn-ports-all mailing list