Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 1999 11:07:20 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11863: Update: net/ezbounce
Message-ID:  <19990523180720.C18781439@norn.ca.eu.org>

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

>Number:         11863
>Category:       ports
>Synopsis:       Update: net/ezbounce
>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:   Sun May 23 11:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #213: Wed May 19 09:07:23
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

Update to 0.85.2, tweak the makefile so it shows the installs being done.
I'm the maintainer.

>How-To-Repeat:

>Fix:
	
Index: ezbounce/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/ezbounce/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	1999/05/03 02:27:09	1.2
+++ Makefile	1999/05/23 18:05:26
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	ezbounce
-# Version required: 	0.85
+# Version required: 	0.85.2
 # Date created:	 	19 February 1999
 # Whom:			Chris Piazza <cpiazza@home.net>
 #
 # $Id: Makefile,v 1.2 1999/05/03 02:27:09 steve Exp $
 #
 
-DISTNAME=	ezbounce-0.85
+DISTNAME=	ezbounce-0.85.2
 CATEGORIES=	net
 MASTER_SITES=  	http://druglord.freelsd.org/ezbounce/ \
 		http://irc.themes.org/downloads/misc/
@@ -22,15 +22,15 @@
 	@ ${ECHO} to set up this program.
 	@ ${ECHO} Also, edit ${PREFIX}/etc/ezbounce.conf to your liking.
 	@ ${ECHO} ------------------------------------------------------------------
-	@ ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin
-	@ ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
+	${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin
+	${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
 	@ ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \
 		${WRKSRC}/sample.conf.new
-	@ if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \
+	if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \
 			${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
 			${PREFIX}/etc/ezbounce.conf; \
 		fi
-	@ ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
+	${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
 		${PREFIX}/etc/ezbounce.conf.default
 
 .include <bsd.port.mk>
Index: ezbounce/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/net/ezbounce/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1999/05/03 02:27:22	1.2
+++ md5	1999/05/23 18:01:34
@@ -1 +1 @@
-MD5 (ezbounce-0.85.tar.gz) = fcedf86cd173a2451399bc40c5cff143
+MD5 (ezbounce-0.85.2.tar.gz) = 7ebdedf4f4fd586553e272160352b3c8

-Chris

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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