Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2003 11:39:44 +0200 (CEST)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54120: maintainer-update of sysutils/freesbie
Message-ID:  <200307050939.h659di7t006974@trillian.o503.hadiko.de>
Resent-Message-ID: <200307050940.h659e9Xs067926@freefall.freebsd.org>

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

>Number:         54120
>Category:       ports
>Synopsis:       maintainer-update of sysutils/freesbie
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 05 02:40:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD trillian.o503.hadiko.de 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Tue Jul 1 13:44:54 CEST 2003 root@o503.hadiko.de:/usr/obj/usr/src/sys/TRILLIAN i386


	
>Description:
	This update to the sysutils/freesbie port satisfies some
	important needs:
	o It contains the latest script collection :-)
	o It works with the upcoming bsd.port.mk
>How-To-Repeat:
>Fix:

The patch to sysutils/freesbie:


diff -ruN /usr/ports/sysutils/freesbie/Makefile freesbie/Makefile
--- /usr/ports/sysutils/freesbie/Makefile	Thu Mar 27 17:02:13 2003
+++ freesbie/Makefile	Sat Jul  5 11:33:02 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	freesbie
-PORTVERSION=	0.0.20030327
+PORTVERSION=	0.0.20030705
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.stud.uni-karlsruhe.de/~uedc/freesbie/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/0.0.//}
@@ -24,14 +24,14 @@
 SORT=		/usr/bin/sort -r
 PLIST=		${WRKDIR}/PLIST
 
-do-install:
+pre-install:
 	@${TOUCH} ${PLIST}
+
+do-install:
 	@${MKDIR} ${DATADIR}
 	@ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR}
 	@ cd ${DATADIR} && ${FIND} * -type d -print | xargs ${CHMOD} 0755
-
-post-install:
-	@ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print > ${TMPPLIST}
+	@ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print | ${SORT} > ${TMPPLIST}
 	@ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type d -print | ${SORT} | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST}
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/sysutils/freesbie/distinfo freesbie/distinfo
--- /usr/ports/sysutils/freesbie/distinfo	Thu Mar 27 17:02:13 2003
+++ freesbie/distinfo	Sat Jul  5 11:33:04 2003
@@ -1 +1 @@
-MD5 (freesbie-20030327.tar.bz2) = a3966a4034d88c547a9d5bf74ffab0ce
+MD5 (freesbie-20030705.tar.bz2) = cbe894c3f2ff90549b9f6c065793a56f


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



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