From e136544d9a77e069907682a013aa4faf2debca5e Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sat, 7 Aug 1999 20:44:32 +0000 Subject: [PATCH] Upgrade to 1.1.3, and do it in a way that future PLISTs won't have to be changed as much (thanks to cpiazza). --- devel/clig/Makefile | 11 +++++---- devel/clig/distinfo | 2 +- devel/clig/pkg-plist | 57 +++++++++++++++++++++++--------------------- 3 files changed, 37 insertions(+), 33 deletions(-) diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 4e35e99aeeb1..034c65b66985 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -3,10 +3,10 @@ # Date created: 27 July 1998 # Whom: Bill Fumerola # -# $Id: Makefile,v 1.4 1998/09/23 22:59:23 hoek Exp $ +# $Id: Makefile,v 1.5 1998/12/29 18:22:56 billf Exp $ # -DISTNAME= clig-1.0.2 +DISTNAME= clig-1.1.3 CATEGORIES= devel tcl80 MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/ @@ -21,11 +21,12 @@ MAN1= clig.1 NO_BUILD= yes MAKEFILE= makefile MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.0 +PLIST_SUB= VERSION=${DISTNAME} do-patch: - chmod a+r ${WRKSRC}/CHANGES - ${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig - ${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \ + @/usr/sbin/chmod a+r ${WRKSRC}/CHANGES + @${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig + @${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \ -e 's#LROOT =~/tools#LROOT =${PREFIX}#' \ -e 's#DOCDIR =$$(prefix)/doc#DOCDIR =${PREFIX}/share/doc/clig#' \ -e 's#MANDIR =$$(prefix)#MANDIR =${MANPREFIX}/man/#' \ diff --git a/devel/clig/distinfo b/devel/clig/distinfo index 5816749cbe74..8bb9522140ba 100644 --- a/devel/clig/distinfo +++ b/devel/clig/distinfo @@ -1 +1 @@ -MD5 (clig-1.0.2.tar.gz) = 24accc741b2472fdc5ad5b4df7cef56a +MD5 (clig-1.1.3.tar.gz) = d840ebc632be0f39a55fc35378f9eccc diff --git a/devel/clig/pkg-plist b/devel/clig/pkg-plist index 4f50956c0596..c9e6e674dcb3 100644 --- a/devel/clig/pkg-plist +++ b/devel/clig/pkg-plist @@ -1,34 +1,37 @@ bin/clig -share/clig-1.0.2/bin/clig -share/clig-1.0.2/tcl/genCheckMandatory.tcl -share/clig-1.0.2/tcl/genStruct.tcl -share/clig-1.0.2/tcl/genShowOptionValues.tcl -share/clig-1.0.2/tcl/genParse.tcl -share/clig-1.0.2/tcl/genMan.tcl -share/clig-1.0.2/tcl/genDotH.tcl -share/clig-1.0.2/tcl/genDotC.tcl -share/clig-1.0.2/tcl/genDefault.tcl -share/clig-1.0.2/tcl/genUsage.tcl -share/clig-1.0.2/c/catArgv.c -share/clig-1.0.2/c/missingErr.c -share/clig-1.0.2/c/getStringOpts.c -share/clig-1.0.2/c/getStringOpt.c -share/clig-1.0.2/c/getIntOpts.c -share/clig-1.0.2/c/getIntOpt.c -share/clig-1.0.2/c/getFloatOpts.c -share/clig-1.0.2/c/getFloatOpt.c -share/clig-1.0.2/c/checkIntLower.c -share/clig-1.0.2/c/checkIntHigher.c -share/clig-1.0.2/c/checkFloatLower.c -share/clig-1.0.2/c/checkFloatHigher.c -share/clig-1.0.2/c/template.man +share/%%VERSION%%/bin/clig +share/%%VERSION%%/tcl/genCheckMandatory.tcl +share/%%VERSION%%/tcl/genStruct.tcl +share/%%VERSION%%/tcl/genShowOptionValues.tcl +share/%%VERSION%%/tcl/genParse.tcl +share/%%VERSION%%/tcl/genMan.tcl +share/%%VERSION%%/tcl/genDotH.tcl +share/%%VERSION%%/tcl/genDotC.tcl +share/%%VERSION%%/tcl/genDefault.tcl +share/%%VERSION%%/tcl/genUsage.tcl +share/%%VERSION%%/tcl/genGUI.tcl +share/%%VERSION%%/tcl/globalpg.tcl +share/%%VERSION%%/tcl/ober.tcl +share/%%VERSION%%/c/catArgv.c +share/%%VERSION%%/c/missingErr.c +share/%%VERSION%%/c/getStringOpts.c +share/%%VERSION%%/c/getStringOpt.c +share/%%VERSION%%/c/getIntOpts.c +share/%%VERSION%%/c/getIntOpt.c +share/%%VERSION%%/c/getFloatOpts.c +share/%%VERSION%%/c/getFloatOpt.c +share/%%VERSION%%/c/checkIntLower.c +share/%%VERSION%%/c/checkIntHigher.c +share/%%VERSION%%/c/checkFloatLower.c +share/%%VERSION%%/c/checkFloatHigher.c +share/%%VERSION%%/c/template.man share/doc/clig/makefile share/doc/clig/cmdline.cli share/doc/clig/main.c share/doc/clig/CHANGES share/doc/clig/WISHLIST -@dirrm share/clig-1.0.2/bin +@dirrm share/%%VERSION%%/bin @dirrm share/doc/clig -@dirrm share/clig-1.0.2/c -@dirrm share/clig-1.0.2/tcl -@dirrm share/clig-1.0.2 +@dirrm share/%%VERSION%%/c +@dirrm share/%%VERSION%%/tcl +@dirrm share/%%VERSION%%