Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2021 03:35:44 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567358 - head/irc/bip
Message-ID:  <202103050335.1253Ziv2091200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Mar  5 03:35:44 2021
New Revision: 567358
URL: https://svnweb.freebsd.org/changeset/ports/567358

Log:
  - Update to 0.9.0-rc4 which is compatible with new OpenSSL
  - Hook provided test suite to our framework while I'm here

Modified:
  head/irc/bip/Makefile
  head/irc/bip/distinfo

Modified: head/irc/bip/Makefile
==============================================================================
--- head/irc/bip/Makefile	Fri Mar  5 03:16:52 2021	(r567357)
+++ head/irc/bip/Makefile	Fri Mar  5 03:35:44 2021	(r567358)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	bip
-PORTVERSION=	0.8.9
+DISTVERSION=	0.9.0-rc4
 CATEGORIES=	irc
-MASTER_SITES=	https://projects.duckcorp.org/attachments/download/61/
+MASTER_SITES=	https://projects.duckcorp.org/attachments/download/97/
 
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Simple IRC proxy with SSL support
@@ -12,14 +12,13 @@ COMMENT=	Simple IRC proxy with SSL support
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_SSL=	openssl
-
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib -L${OPENSSLLIB}
 CFLAGS+=	-Wno-sign-compare -Wno-error -I${OPENSSLINC}
 USES=		cpe gmake ssl
 CPE_VENDOR=	duckcorp
 INSTALL_TARGET=	SUBDIR=src install-exec
+TEST_TARGET=	check
 
 PATCH_STRIP=	-p1
 SUB_FILES=	pkg-message
@@ -29,13 +28,6 @@ EXAMPLEFILES=	bip.conf bip.vim
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT} == base
-BROKEN_FreeBSD_12=	error: incomplete definition of type 'struct dh_st'
-BROKEN_FreeBSD_13=	error: incomplete definition of type 'struct dh_st'
-.endif
-
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/bip.1 ${STAGEDIR}${PREFIX}/man/man1
 	${INSTALL_MAN} ${WRKSRC}/bipmkpw.1 ${STAGEDIR}${PREFIX}/man/man1
@@ -53,4 +45,4 @@ post-install-EXAMPLES-on:
 	${INSTALL_DATA} ${WRKSRC}/samples/${i} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/irc/bip/distinfo
==============================================================================
--- head/irc/bip/distinfo	Fri Mar  5 03:16:52 2021	(r567357)
+++ head/irc/bip/distinfo	Fri Mar  5 03:35:44 2021	(r567358)
@@ -1,2 +1,3 @@
-SHA256 (bip-0.8.9.tar.gz) = 3c950f71ef91c8b686e6835f9b722aa7ccb88d3da4ec1af19617354fd3132461
-SIZE (bip-0.8.9.tar.gz) = 256711
+TIMESTAMP = 1589770017
+SHA256 (bip-0.9.0-rc4.tar.gz) = c38c4508f17a11715cf3ed48d2cd80ac7226aadffb2aac6e41ffba9c30a2224b
+SIZE (bip-0.9.0-rc4.tar.gz) = 298508



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103050335.1253Ziv2091200>