From stephane@freebsd-fr.org  Sun Oct 12 07:46:45 2003
Return-Path: <stephane@freebsd-fr.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9C95B16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Oct 2003 07:46:45 -0700 (PDT)
Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C45943F75
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Oct 2003 07:46:44 -0700 (PDT)
	(envelope-from stephane@freebsd-fr.org)
Received: from sequoia.mondomaineamoi.megalo (unknown [81.56.223.84])
	by postfix4-2.free.fr (Postfix) with ESMTP id 4A056CE4C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Oct 2003 16:46:13 +0200 (CEST)
Received: from sequoia.mondomaineamoi.megalo (localhost.mondomaineamoi.megalo [127.0.0.1])
	by sequoia.mondomaineamoi.megalo (8.12.9p2/8.12.2) with ESMTP id h9CEkCbv026504
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Oct 2003 16:46:12 +0200 (CEST)
	(envelope-from stephane@sequoia.mondomaineamoi.megalo)
Received: (from stephane@localhost)
	by sequoia.mondomaineamoi.megalo (8.12.9p2/8.12.5/Submit) id h9CEiqxw026499;
	Sun, 12 Oct 2003 16:44:52 +0200 (CEST)
Message-Id: <200310121444.h9CEiqxw026499@sequoia.mondomaineamoi.megalo>
Date: Sun, 12 Oct 2003 16:44:52 +0200 (CEST)
From: Stephane Legrand <stephane@freebsd.org>
Reply-To: Stephane Legrand <stephane@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] security/bugs : update to 4.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57903
>Category:       ports
>Synopsis:       [maintainer update] security/bugs : update to 4.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 12 07:50:19 PDT 2003
>Closed-Date:    Sun Oct 12 10:47:36 PDT 2003
>Last-Modified:  Sun Oct 12 10:47:36 PDT 2003
>Originator:     Stephane Legrand
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD 4.9-RC 

>Description:
	security/bugs : update to 4.1.1

	This supersedes PR ports/57565.
>How-To-Repeat:
>Fix:


diff -ruN bugs-orig-02/Makefile bugs/Makefile
--- bugs-orig-02/Makefile	Sun Oct 12 14:23:53 2003
+++ bugs/Makefile	Sun Oct 12 16:05:13 2003
@@ -5,28 +5,29 @@
 # $FreeBSD: ports/security/bugs/Makefile,v 1.12 2003/09/24 09:36:57 osa Exp $
 #
 
-PORTNAME=		bugs
-PORTVERSION=		4.1.0
-CATEGORIES=		security
-MASTER_SITES=		http://www.encryptsolutions.com/english/download/ \
-			http://www.bcrypt.com/english/download/
-EXTRACT_SUFX=		.tgz
+PORTNAME=	bugs
+PORTVERSION=	4.1.1
+CATEGORIES=	security
+MASTER_SITES=	http://www.encryptsolutions.com/english/download/
+EXTRACT_SUFX=	.tgz
 
-MAINTAINER=		stephane@freebsd-fr.org
+MAINTAINER=	stephane@freebsd-fr.org
 COMMENT=	Great cryptography library and sample programs
 
-PLIST_SUB+=		PORTVERSION=${PORTVERSION}
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
-USE_GMAKE=		yes
+USE_GMAKE= 	yes
+USE_REINPLACE=  yes
 
 # No Manual page
 
 post-configure:
-	(cd ${WRKSRC}; ${MAKE} bsd)
-	${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed
-	${SED} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' \
-		-e 's/^install: instchoice all/install: instchoice/' \
-		< ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
+	(cd ${WRKSRC}; ${MAKE} bsd);
+	${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile;
+	${REINPLACE_CMD} -e 's/^install: instchoice all/install: instchoice/' ${WRKSRC}/Makefile;
+	# Comment the docs installation
+	${REINPLACE_CMD} -e 's+\(@echo "Copying docs.*\)+# \1+' ${WRKSRC}/Makefile;
+	${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile;
 
 post-build:
 	${CP} ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/
diff -ruN bugs-orig-02/distinfo bugs/distinfo
--- bugs-orig-02/distinfo	Sun Oct 12 14:23:53 2003
+++ bugs/distinfo	Sun Oct 12 14:24:45 2003
@@ -1 +1 @@
-MD5 (bugs-4.1.0.tgz) = b3f6e04c0d5f980ccd9134ee56d62ac1
+MD5 (bugs-4.1.1.tgz) = 73e9ad93e81a19fb617cfe102315e1a4
diff -ruN bugs-orig-02/pkg-descr bugs/pkg-descr
--- bugs-orig-02/pkg-descr	Sun Oct 12 14:23:53 2003
+++ bugs/pkg-descr	Sun Oct 12 14:24:45 2003
@@ -10,7 +10,7 @@
 IT IF YOU ARE NOT ALLOWED...
 
 
-WWW: http://www.bcrypt.com/
+WWW: http://www.encryptsolutions.com/
 
 
 - Stephane Legrand

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Oct 12 10:47:30 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57903 
>Unformatted:
