Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 16:44:52 +0200 (CEST)
From:      Stephane Legrand <stephane@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57903: [maintainer update] security/bugs : update to 4.1.1
Message-ID:  <200310121444.h9CEiqxw026499@sequoia.mondomaineamoi.megalo>
Resent-Message-ID: <200310121450.h9CEoJnG096833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 12 07:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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