Skip site navigation (1)Skip section navigation (2)
Date:      16 Aug 2004 20:42:22 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70556: [Maintainer] sysutils/uschedule: update to 0.7.1
Message-ID:  <20040816204222.25765.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200408162050.i7GKoMSf036637@freefall.freebsd.org>

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

>Number:         70556
>Category:       ports
>Synopsis:       [Maintainer] sysutils/uschedule: update to 0.7.1
>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:   Mon Aug 16 20:50:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of August 16th, 2004.

	
>Description:
Update to 0.7.1.

Note to committer:
please "cvs add" files/patch-src-docheck
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: distinfo
===================================================================
--- distinfo	(.../sysutils/uschedule)	(revision 182)
+++ distinfo	(.../local/uschedule)	(revision 182)
@@ -1 +1 @@
-MD5 (uschedule-0.7.0.tar.gz) = a91fbf7b6971b033687a234edfde5da7
+MD5 (uschedule-0.7.1.tar.gz) = e8b3b19934a206f9a7f9d701797c1635
Index: files/patch-src-docheck
===================================================================
--- files/patch-src-docheck	(revision 0)
+++ files/patch-src-docheck	(revision 182)
@@ -0,0 +1,11 @@
+--- src/docheck.orig	Mon Aug 16 21:41:02 2004
++++ src/docheck	Mon Aug 16 21:41:23 2004
+@@ -551,7 +551,7 @@
+   $O/uschedulerm
+   echo "--- uscheduleruntimelimit works as expected"
+   (
+-    exec 2>/dev/null
++    exec >/dev/null 2>&1
+     $O/uscheduleruntimelimit 3 sh -c 'sleep 30'
+     exit $?
+   )
Index: Makefile
===================================================================
--- Makefile	(.../sysutils/uschedule)	(revision 182)
+++ Makefile	(.../local/uschedule)	(revision 182)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	uschedule
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.ohse.de/uwe/uschedule/
 
@@ -20,18 +20,21 @@
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 
 MAN1=		uschedule.1 uschedulecmd.1 uscheduleconf.1 uschedulecp.1 \
-		uscheduleedit.1 uschedulelist.1 uschedulerm.1
+		uscheduleedit.1 uschedulelist.1 uschedulerm.1 \
+		uscheduleruntimelimit.1
 MAN7=		uschedule_intro.7
 MAN8=		uscheduled.8
 PORTDOCS=	ChangeLog NEWS SECURITY-BUG
 bin=		uschedule uschedulecmd uscheduleconf uschedulecp \
-		uscheduleedit uschedulelist uschedulerm
+		uscheduleedit uschedulelist uschedulerm uscheduleruntimelimit
 sbin=		uscheduled
 PLIST_FILES=	${bin:S,^,bin/,}
 PLIST_FILES+=	${sbin:S,^,sbin/,}
 
 do-build:
-	cd ${WRKSRC} && package/compile && package/check
+	${ECHO_CMD} ${CC} > ${WRKSRC}/src/conf-cc
+	${ECHO_CMD} ${CFLAGS} > ${WRKSRC}/src/conf-cflags
+	cd ${WRKSRC} && package/build
 
 do-install:
 .if !defined(NOPORTDOCS)
@@ -43,7 +46,7 @@
  	    ${MAN${section}PREFIX}/man/man${section}
 .endfor
 .for d in bin sbin
-	cd ${WRKSRC}/compile && ${INSTALL_PROGRAM} ${${d}} ${PREFIX}/${d}
+	cd ${WRKSRC}/command && ${INSTALL_PROGRAM} ${${d}} ${PREFIX}/${d}
 .endfor
 	@${CAT} pkg-message
 
	


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



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