ports/103858: [MAINTAINER] sysutils/pkgfe: update to 20060929

Sulev-Madis Silber madis555 at hot.ee
Sat Sep 30 20:50:13 UTC 2006


>Number:         103858
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/pkgfe: update to 20060929
>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:   Sat Sep 30 20:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sulev-Madis Silber
>Release:        FreeBSD 4.7-RELEASE-p26 i386
>Organization:
>Environment:
System: FreeBSD dome.gotdns.org 4.7-RELEASE-p26 FreeBSD 4.7-RELEASE-p26 #0: Thu Mar 25 20:28:02 EET 2004
>Description:
- Fix the portsnap dependency for systems where it is already in base
- Make sure we don't overwrite user's configuration file in case of upgrade

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

--- pkgfe-20060929.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/pkgfe/Makefile /usr/home/ketas/myports/pkgfe/Makefile
--- /usr/ports/sysutils/pkgfe/Makefile	Sat Sep 30 14:07:42 2006
+++ /usr/home/ketas/myports/pkgfe/Makefile	Sat Sep 30 23:26:31 2006
@@ -2,7 +2,7 @@
 # Date created:		2006-01-14
 # Whom:			Sulev-Madis Silber <madis555 at hot.ee>
 #
-# $FreeBSD: ports/sysutils/pkgfe/Makefile,v 1.5 2006/09/30 11:07:42 miwi Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	pkgfe
@@ -16,16 +16,21 @@
 COMMENT=	Ncurses front-end to manage the ports collection
 
 RUN_DEPENDS=	portupgrade:${PORTSDIR}/sysutils/portupgrade \
-		portaudit:${PORTSDIR}/security/portaudit \
-		portsnap:${PORTSDIR}/sysutils/portsnap
+		portaudit:${PORTSDIR}/security/portaudit
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600033 && ( ${OSVERSION} < 504103 || ${OSVERSION} > 600000 )
+RUN_DEPENDS+=	portsnap:${PORTSDIR}/sysutils/portsnap
+.endif
 
 NO_BUILD=	yes
 
-PLIST_FILES=	sbin/pkgfe etc/pkgfe.conf
+PLIST_FILES=	sbin/pkgfe etc/pkgfe.conf.sample
 
 do-install:
 	${REINPLACE_CMD} -e 's|%PREFIX%|${PREFIX}|g' ${WRKSRC}/pkgfe
 	${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
-	${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf
+	${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf.sample
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- pkgfe-20060929.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list