Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2021 18:03:42 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 68e89421c97d - main - security/tinc-devel: Update to 1.1pre18
Message-ID:  <202107041803.164I3g95017308@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68e89421c97d4b211ee599d6d93bc31170892277

commit 68e89421c97d4b211ee599d6d93bc31170892277
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2021-07-04 18:03:25 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2021-07-04 18:03:25 +0000

    security/tinc-devel: Update to 1.1pre18
---
 security/tinc-devel/Makefile              |  4 ++--
 security/tinc-devel/distinfo              |  6 +++---
 security/tinc-devel/files/patch-configure | 35 -------------------------------
 3 files changed, 5 insertions(+), 40 deletions(-)

diff --git a/security/tinc-devel/Makefile b/security/tinc-devel/Makefile
index 7ac065b872f3..332f167b1f0e 100644
--- a/security/tinc-devel/Makefile
+++ b/security/tinc-devel/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	tinc
-PORTVERSION=	1.1pre17
-PORTREVISION=	6
+PORTVERSION=	1.1pre18
 CATEGORIES=	security net-vpn
 MASTER_SITES=	https://www.tinc-vpn.org/packages/ \
 		http://www.tinc-vpn.org/packages/
@@ -21,6 +20,7 @@ CONFIGURE_ARGS=	--localstatedir=/var --with-curses=/usr
 USE_RC_SUBR=	tincd
 INFO=		tinc
 PLIST_FILES=	sbin/tincd sbin/tinc \
+		share/bash-completion/completions/tinc \
 		man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \
 		man/man8/tinc.8.gz man/man8/tincd.8.gz
 
diff --git a/security/tinc-devel/distinfo b/security/tinc-devel/distinfo
index 58ed3556c57f..c4f61747d0b3 100644
--- a/security/tinc-devel/distinfo
+++ b/security/tinc-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539117466
-SHA256 (tinc-1.1pre17.tar.gz) = 61b9c9f9f396768551f39216edcc41918c65909ffd9af071feb3b5f9f9ac1c27
-SIZE (tinc-1.1pre17.tar.gz) = 927313
+TIMESTAMP = 1625165075
+SHA256 (tinc-1.1pre18.tar.gz) = 2757ddc62cf64b411f569db2fa85c25ec846c0db110023f6befb33691f078986
+SIZE (tinc-1.1pre18.tar.gz) = 732111
diff --git a/security/tinc-devel/files/patch-configure b/security/tinc-devel/files/patch-configure
deleted file mode 100644
index 3f6fec783bf6..000000000000
--- a/security/tinc-devel/files/patch-configure
+++ /dev/null
@@ -1,35 +0,0 @@
---- configure.orig	2019-04-27 11:57:13 UTC
-+++ configure
-@@ -6192,8 +6192,8 @@ else
-     CFLAGS="$CFLAGS -Wall -Werror"
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
--void *test(void) __attribute__ ((__malloc__));
--	 void *test(void) { return (void *)0; }
-+void *test(void *x) __attribute__ ((__malloc__));
-+	 void *test(void *x) { return (void *)0; }
- 
- _ACEOF
- if ac_fn_c_try_compile "$LINENO"; then :
-@@ -6226,8 +6226,8 @@ else
-     CFLAGS="$CFLAGS -Wall -Werror"
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
--void *test(void) __attribute__ ((__nonnull__));
--	 void *test(void) { return (void *)0; }
-+void *test(void *x) __attribute__ ((__nonnull__));
-+	 void *test(void *x) { return (void *)0; }
- 
- _ACEOF
- if ac_fn_c_try_compile "$LINENO"; then :
-@@ -6260,8 +6260,8 @@ else
-     CFLAGS="$CFLAGS -Wall -Werror"
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
--void *test(void) __attribute__ ((__warn_unused_result__));
--	 void *test(void) { return (void *)0; }
-+void *test(void *x) __attribute__ ((__warn_unused_result__));
-+	 void *test(void *x) { return (void *)0; }
- 
- _ACEOF
- if ac_fn_c_try_compile "$LINENO"; then :



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