ports/76788: [MAINTAINER] net-mgmt/flowd: [SUMMARIZE CHANGES]
Janos Mohacsi
janos.mohacsi at niif.hu
Fri Jan 28 09:40:07 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list