From owner-freebsd-ports-bugs Sun Jan 26 14:30: 5 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0329337B401 for ; Sun, 26 Jan 2003 14:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283F543F43 for ; Sun, 26 Jan 2003 14:30:02 -0800 (PST) (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 h0QMU1NS048589 for ; Sun, 26 Jan 2003 14:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0QMU1Ls048588; Sun, 26 Jan 2003 14:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8420B37B405 for ; Sun, 26 Jan 2003 14:21:24 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 4951E43F13 for ; Sun, 26 Jan 2003 14:21:23 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 7985 invoked by uid 911); 26 Jan 2003 22:21:25 -0000 Message-Id: <20030126222125.7984.qmail@outpost.globcon.net> Date: 26 Jan 2003 22:21:25 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47524: [MAINTAINER] security/opencdk: cosmetic fixes Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47524 >Category: ports >Synopsis: [MAINTAINER] security/opencdk: cosmetic fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 26 14:30:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Make portlint happy (remove space at EOL) - Remove useless .la files - Make REINPLACE_CMD invocation a bit more readable (at least IMO) Otherwise, no functional changes. >How-To-Repeat: >Fix: --- opencdk-0.4.1.patch begins here --- ? files/patch-malloc.h Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/opencdk/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2003/01/24 23:13:30 1.2 +++ Makefile 2003/01/26 22:18:44 @@ -12,7 +12,7 @@ http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/opencdk/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ - ftp://ftp.gnutls.org/pub/gnutls/opencdk/ + ftp://ftp.gnutls.org/pub/gnutls/opencdk/ MAINTAINER= sergei@kolobov.com @@ -27,10 +27,12 @@ DOCS= AUTHORS NEWS README THANKS post-patch: - ${REINPLACE_CMD} -e 's,#include ,#include,' \ - ${WRKSRC}/src/encrypt.c ${WRKSRC}/src/main.c +.for file in encrypt.c main.c + ${REINPLACE_CMD} -e 's///' ${WRKSRC}/src/${file} +.endfor post-install: + ${RM} -f ${PREFIX}/lib/libopencdk.la @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/opencdk/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2003/01/18 21:30:53 1.1 +++ pkg-plist 2003/01/26 22:18:44 @@ -2,7 +2,6 @@ include/opencdk.h lib/libopencdk.so.5 lib/libopencdk.so -lib/libopencdk.la lib/libopencdk.a %%PORTDOCS%%share/doc/opencdk/AUTHORS %%PORTDOCS%%share/doc/opencdk/NEWS --- opencdk-0.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message