Does this need a revision bump?
There's no change to the resultant package.


Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/boust/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    20 Nov 2010 19:56:47 -0000      1.11
+++ Makefile    12 Aug 2012 04:17:45 -0000
@@ -15,7 +15,8 @@ PERMIT_DISTFILES_FTP= Yes

 MASTER_SITES=          ${HOMEPAGE}bin/

-RUN_DEPENDS=           x11/tk/8.4
+MODULES=               x11/tk
+MODTK_VERSION=         8.4

 USE_GROFF =            Yes
 NO_BUILD=              Yes
@@ -24,6 +25,9 @@ PKG_ARCH=             *
 SUBST_VARS=            FONTDIR PKGNAME
 FONTS=                 10x20bw.pcf.gz 10x20fw.pcf.gz 10x20ud.pcf.gz
 FONTDIR=               ${PREFIX}/lib/X11/fonts/boust
+
+do-configure:
+       @${SUBST_CMD} ${WRKSRC}/boust

 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/boust ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/boust/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    5 Apr 2007 17:26:15 -0000       1.3
+++ distinfo    12 Aug 2012 04:17:45 -0000
@@ -1,5 +1,2 @@
-MD5 (boust-0.161.tar.gz) = tyi1fQCNl2S+eezceqHwYg==
-RMD160 (boust-0.161.tar.gz) = mmIRXwDV6ecPXwFiYp9jko3461k=
-SHA1 (boust-0.161.tar.gz) = OLfx3Vw7HF5SO48QVzDotemvfR4=
 SHA256 (boust-0.161.tar.gz) = bkh99ez72yRPKI7mj0EAW//cuavf9wLIni9vnRPTeIw=
 SIZE (boust-0.161.tar.gz) = 64243
Index: patches/patch-boust
===================================================================
RCS file: /cvs/ports/textproc/boust/patches/patch-boust,v
retrieving revision 1.2
diff -u -p -r1.2 patch-boust
--- patches/patch-boust 27 Dec 2003 23:36:46 -0000      1.2
+++ patches/patch-boust 12 Aug 2012 04:17:45 -0000
@@ -6,10 +6,10 @@ $OpenBSD: patch-boust,v 1.2 2003/12/27 2
  # If it is, run tclsh, otherwise, run wish.
  # (The backslash makes the following line a comment as well... \
 -THESH="wish"
-+THESH="wish8.4"
++THESH="wish${MODTK_VERSION}"
  # blah\
 -for arg in "$@" ; do if [ "$arg" == "--o" ] ; then THESH="tclsh" ; fi ; done 
; \
-+for arg in "$@" ; do if [ "$arg" == "--o" ] ; then THESH="tclsh8.4" ; fi ; 
done ; \
++for arg in "$@" ; do if [ "$arg" == "--o" ] ; then 
THESH="tclsh${MODTCL_VERSION}" ; fi ; done ; \
  # \
  exec $THESH "$0" "$@"

Reply via email to