From owner-freebsd-ports Tue Sep 17 11:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F2437B407 for ; Tue, 17 Sep 2002 11:10:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB0B43E9E for ; Tue, 17 Sep 2002 11:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HIA4Co032583 for ; Tue, 17 Sep 2002 11:10:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8HIA4Ri032582; Tue, 17 Sep 2002 11:10:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA0037B401 for ; Tue, 17 Sep 2002 11:06:17 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ABA643E6E for ; Tue, 17 Sep 2002 11:06:17 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8HI6HOT058492 for ; Tue, 17 Sep 2002 11:06:17 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g8HI6HBX058491; Tue, 17 Sep 2002 11:06:17 -0700 (PDT) Message-Id: <200209171806.g8HI6HBX058491@www.freebsd.org> Date: Tue, 17 Sep 2002 11:06:17 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42906: Update port: security/tinc to 1.0.p8 (fix ports/42887) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42906 >Category: ports >Synopsis: Update port: security/tinc to 1.0.p8 (fix ports/42887) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 11:10:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0pre8 Remove file: files/patch-aa This PR supersedes followning PR. [2002/09/17] ports/42887 ports Update port: security/tinc >How-To-Repeat: >Fix: diff -urN /usr/ports/security/tinc/Makefile security/tinc/Makefile --- /usr/ports/security/tinc/Makefile Fri Jul 12 01:45:19 2002 +++ security/tinc/Makefile Wed Sep 18 02:40:21 2002 @@ -7,24 +7,29 @@ # PORTNAME= tinc -PORTVERSION= 1.0p7 +PORTVERSION= 1.0.p8 +PORTREPOCH= 1 CATEGORIES= security MASTER_SITES= http://tinc.nl.linux.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ http://the.wiretapped.net/security/network-security/tinc/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + MAKEINFO="makeinfo --no-split" MAN5= tinc.conf.5 MAN8= tincd.8 + +post-extract: + @${RM} -f ${WRKSRC}/doc/tinc.info* .include diff -urN /usr/ports/security/tinc/distinfo security/tinc/distinfo --- /usr/ports/security/tinc/distinfo Fri Jul 12 01:45:19 2002 +++ security/tinc/distinfo Wed Sep 18 02:29:03 2002 @@ -1 +1 @@ -MD5 (tinc-1.0pre7.tar.gz) = 06f57d893bd7c549d7796dfecb1fce18 +MD5 (tinc-1.0pre8.tar.gz) = 0c181baf628b2721f2dc76b5b58f511c diff -urN /usr/ports/security/tinc/pkg-plist security/tinc/pkg-plist --- /usr/ports/security/tinc/pkg-plist Fri Jul 12 01:45:19 2002 +++ security/tinc/pkg-plist Sun Sep 15 09:51:12 2002 @@ -1,7 +1,5 @@ sbin/tincd @unexec install-info --delete %D/info/tinc.info %D/info/dir info/tinc.info -info/tinc.info-1 -info/tinc.info-2 @exec install-info %D/info/tinc.info %D/info/dir share/locale/nl/LC_MESSAGES/tinc.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message