Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2005 10:37:06 +0100 (CET)
From:      Janos Mohacsi <janos.mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@obsecurity.org
Subject:   ports/76788: [MAINTAINER] net-mgmt/flowd: [SUMMARIZE CHANGES]
Message-ID:  <200501280937.j0S9b6U8005379@scone.ki.iif.hu>
Resent-Message-ID: <200501280940.j0S9e6pH039171@freefall.freebsd.org>

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

>Number:         76788
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/flowd: [SUMMARIZE CHANGES]
>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:   Fri Jan 28 09:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.3-STABLE FreeBSD 5.3-STABLE #5: Thu Nov 11 05:45:29 CET 2004
>Description:
Maintainer Update to net-mgmt/flowd to version 0.8_2

Fixing pointyhat building problem with read-only port-tree

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- flowd-0.8_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/flowd.orig/Makefile /usr/ports/net-mgmt/flowd/Makefile
--- /usr/ports/net-mgmt/flowd.orig/Makefile	Wed Jan 26 06:13:28 2005
+++ /usr/ports/net-mgmt/flowd/Makefile	Fri Jan 28 10:29:20 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	flowd
 PORTVERSION=	0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	http://www2.mindrot.org/files/flowd/
 
@@ -22,6 +22,7 @@
 MAN5=		flowd.conf.5
 PORTDOCS=	README INSTALL
 FLOWD_USER?=	_flowd
+PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 
 .if defined(WITH_PERL)
 USE_PERL5=	yes
@@ -54,8 +55,8 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e "s;%%FLOWD_USER%%;${FLOWD_USER};g" \
-		${PKGDEINSTALL}
+	@${SED} -e "s;%%FLOWD_USER%%;${FLOWD_USER};g" \
+		${.CURDIR}/pkg-deinstall > ${PKGDEINSTALL}
 	@${REINPLACE_CMD} -e "s;%%FLOWD_USER%%;${FLOWD_USER};g" \
 		${WRKSRC}/flowd.h
 
--- flowd-0.8_2.patch ends here ---

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



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