mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 6.4.1.
PR: 199301 Approved by: beat (maintainer)
This commit is contained in:
parent
f5e491c355
commit
d557e9cc31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383653
3 changed files with 14 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= multitail
|
||||
PORTVERSION= 6.2.1
|
||||
PORTVERSION= 6.4.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.vanheusden.com/multitail/ \
|
||||
http://fossies.org/unix/privat/
|
||||
|
@ -30,7 +30,7 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/multitail ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/multitail.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/multitail.conf ${STAGEDIR}${PREFIX}/etc/multitail.conf.sample
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (multitail-6.2.1.tgz) = 1e586cd62c3cdb8089062c9670a6d8588359e2f8030b8b18dbc715ea59d92e11
|
||||
SIZE (multitail-6.2.1.tgz) = 166049
|
||||
SHA256 (multitail-6.4.1.tgz) = 8a6baecf3537c791f70645f3613bfea0c91a22040f2531bfe03b6d0cdd112134
|
||||
SIZE (multitail-6.4.1.tgz) = 155717
|
||||
|
|
10
sysutils/multitail/files/patch-xclip.c
Normal file
10
sysutils/multitail/files/patch-xclip.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- xclip.c.orig 2015-04-08 18:22:12 UTC
|
||||
+++ xclip.c
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#include "mt.h"
|
||||
#include "error.h"
|
Loading…
Add table
Reference in a new issue