aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-03-05 03:35:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-03-05 03:35:44 +0000
commit6609892845aeefe6f6d87a6159c4ca459eff913e (patch)
treed8ee6d2f4ebe1224b33825dde61a32e16282e64f /irc
parent75dd4b191ae6ce896623d9ec65399ae4f4d9fd06 (diff)
downloadports-6609892845aeefe6f6d87a6159c4ca459eff913e.tar.gz
ports-6609892845aeefe6f6d87a6159c4ca459eff913e.zip
- Update to 0.9.0-rc4 which is compatible with new OpenSSL
- Hook provided test suite to our framework while I'm here
Notes
Notes: svn path=/head/; revision=567358
Diffstat (limited to 'irc')
-rw-r--r--irc/bip/Makefile16
-rw-r--r--irc/bip/distinfo5
2 files changed, 7 insertions, 14 deletions
diff --git a/irc/bip/Makefile b/irc/bip/Makefile
index 77f2217b04f9..56309870a74f 100644
--- a/irc/bip/Makefile
+++ b/irc/bip/Makefile
@@ -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>
diff --git a/irc/bip/distinfo b/irc/bip/distinfo
index 6231f651fec6..649278798d33 100644
--- a/irc/bip/distinfo
+++ b/irc/bip/distinfo
@@ -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