ports/79154: Update port: sysutils/portbrowser (use proper INDEX file)

Jean-Yves Lefort jylefort at brutele.be
Wed Mar 23 08:40:03 UTC 2005


>Number:         79154
>Category:       ports
>Synopsis:       Update port: sysutils/portbrowser (use proper INDEX file)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 23 08:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Mon Feb 14 18:06:40 CET 2005 jylefort at jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/sysutils/portbrowser/Makefile portbrowser/Makefile
--- /usr/ports/sysutils/portbrowser/Makefile	Mon Mar 14 00:28:19 2005
+++ portbrowser/Makefile	Wed Mar 23 09:27:18 2005
@@ -6,7 +6,7 @@
 
 PORTNAME=	portbrowser
 PORTVERSION=	0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bytelabs.org/
 DISTNAME=	pb-browser-${PORTVERSION}
@@ -15,6 +15,7 @@
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Graphical frontend for the BSD ports system
 
+USE_REINPLACE=	yes
 USE_GNOME=	gtk20
 MAKE_ENV=	MANDIR=${PREFIX}/man/man \
 		BINDIR=${PREFIX}/bin \
@@ -22,5 +23,9 @@
 PLIST_FILES=	bin/pbrowser
 
 MAN1=		pbrowser.1
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|"INDEX"|"${INDEXFILE}"|' \
+		${WRKSRC}/src/pkgobject.h
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list