- Update to 2.10.12.16

PR:		218950
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2017-05-06 05:55:37 +00:00
parent 80f2e97c28
commit ea94585769
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440225
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= undernet-ircu
PORTVERSION= 2.10.12.15
PORTVERSION= 2.10.12.16
CATEGORIES= irc net
MASTER_SITES= SF/${PORTNAME}/ircu/ircu${PORTVERSION} \
ftp://ftpmirror.uk/freebsd-ports/undernet-ircu/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1486249578
SHA256 (ircu2.10.12.15.tar.gz) = bbd6ea125dfb1dc57d638467d78a8c1192c25e1e59ea2db3e9326fea3ea12248
SIZE (ircu2.10.12.15.tar.gz) = 1025057
TIMESTAMP = 1493454765
SHA256 (ircu2.10.12.16.tar.gz) = 6c9c8516f08b95b378126f419d41f580861b5824244bc29491021af3620db074
SIZE (ircu2.10.12.16.tar.gz) = 1024924

View File

@ -1,6 +1,6 @@
--- ircd/Makefile.in 2007-10-29 21:16:57.000000000 -0400
+++ ircd/Makefile.in 2008-04-12 21:30:24.000000000 -0400
@@ -288,7 +288,7 @@
--- ircd/Makefile.in.orig 2017-04-29 08:34:19 UTC
+++ ircd/Makefile.in
@@ -291,7 +291,7 @@ install-with-symlink: build mkbindir
@${RM} /tmp/ircd.tag
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}
@ -9,7 +9,7 @@
install-no-symlink: build mkbindir
@if [ ! -d ${DPATH} -a ! -f ${DPATH} ]; then \
@@ -302,7 +302,7 @@
@@ -305,7 +305,7 @@ install-no-symlink: build mkbindir
${INSTALL} -m ${IRCDMODE} -o ${IRCDOWN} -g ${IRCDGRP} ircd ${BINDIR}/ircd
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}