Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 1999 02:10:02 -0800 (PST)
From:      Jim Mock <jim@corp.au.triax.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/9939
Message-ID:  <199903281010.CAA70298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9939; it has been noted by GNATS.

From: Jim Mock <jim@corp.au.triax.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/9939
Date: Sun, 28 Mar 1999 20:07:22 +1000

 The following patch fixes the Makefile (it now passes portlint without
 errors or warnings) and updates tkRunIt to 0.94.1.  It also installs
 the runitrc.sample into ${PREFIX}/share/examples/tkrunit.
 
 diff -ruN tkrunit.orig/Makefile tkrunit/Makefile
 --- tkrunit.orig/Makefile	Sun Mar 28 19:35:28 1999
 +++ tkrunit/Makefile	Sun Mar 28 20:02:37 1999
 @@ -1,24 +1,38 @@
 -# New port makefile for:       tkrunnit
 -# Version required:            0.92
 -# Date created:                        6 February, 1999
 -# Whom:                                
 +# New ports collection makefile for:	tkrunnit
 +# Version required:		0.94.1
 +# Date created:			6 February, 1999
 +# Whom:				Stephen Farrell
  #
  # $Id$
  #
  
 -PKGNAME=       tkRunIt-0.92
 -DISTNAME=      tkRunIt-092
 -CATEGORIES=    misc
 -MASTER_SITES=   http://www.cs.columbia.edu/~etgold/software/tkRunIt/
 +DISTNAME=	tkRunIt-0941
 +PKGNAME=	tkRunIt-0.94.1
 +CATEGORIES=	misc
 +MASTER_SITES=	http://www.cs.columbia.edu/~etgold/software/tkRunIt/
  
 -MAINTAINER=    steve@farrell.org
 -NO_BUILD=      yes
 +MAINTAINER=	steve@farrell.org
  
 -RUN_DEPENDS=   wish8.0:${PORTSDIR}/x11-toolkits/tk80
 +RUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80
 +
 +NO_BUILD=	yes
  
  post-extract:
 -       @(cd ${WRKDIR} ; mv tkRunIt ${DISTNAME}) 
 +	@(cd ${WRKDIR} ; ${MV} tkRunIt ${DISTNAME})
 +
  do-install:
 -       @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin)
 +	@(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin)
 +
 +post-install:
 +	@${ECHO} "		"
 +	@${ECHO} "-------------------------------------------------------------------"
 +	@${ECHO} "===> Installing runitrc.sample in ${PREFIX}/share/examples/tkrunit"
 +	@${ECHO} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
 +	@${ECHO} "===> Run the program with the following command:"
 +	@${ECHO} "===> wish8.0 ${PREFIX}/bin/runit.tcl"
 +	@${ECHO} "-------------------------------------------------------------------"
 +	@${ECHO} "		"
 +	@${MKDIR} ${PREFIX}/share/examples/tkrunit && chmod a+rx ${PREFIX}/share/examples/tkrunit
 +	@${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${PREFIX}/share/examples/tkrunit
  
  .include <bsd.port.mk>
 diff -ruN tkrunit.orig/files/md5 tkrunit/files/md5
 --- tkrunit.orig/files/md5	Sun Mar 28 19:35:28 1999
 +++ tkrunit/files/md5	Sun Mar 28 19:41:17 1999
 @@ -1 +1 @@
 -MD5 (tkRunIt-092.tar.gz) = 60fbc223e88f618b4218425080b58860
 +MD5 (tkRunIt-0941.tar.gz) = 350ed155295f8ae81519c2215aadc72c
 diff -ruN tkrunit.orig/pkg/PLIST tkrunit/pkg/PLIST
 --- tkrunit.orig/pkg/PLIST	Sun Mar 28 19:35:28 1999
 +++ tkrunit/pkg/PLIST	Sun Mar 28 19:57:56 1999
 @@ -1 +1,3 @@
  bin/runit.tcl
 +share/examples/tkrunit/runitrc.sample
 +@dirrm share/examples/tkrunit
 
 -- 
 Jim Mock  System Administrator  jim@corp.au.triax.com  ,-._|\  FreeBSD
 work:  Triax Internet Services  http://www.triax.com/ /      \ The
 personal:  http://www.triax.com/~jim/                 \_,--._/ Power To
 The FreeBSD 'zine  http://www.freebsdzine.org/              v  Serve!
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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