Here's the the same diff, but now against v1.8 of Makefile:

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/belt/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile    2005/10/09 13:13:25     1.8
+++ Makefile    2005/10/10 16:37:23
@@ -1,14 +1,13 @@
 # $OpenBSD: Makefile,v 1.8 2005/10/09 13:13:25 mbalmer Exp $
 
 COMMENT=               "Small menubar for X11 written in Perl/Tk"
-V=                     1.18
-DISTNAME=              belt-${V}
+DISTNAME=              belt-1.21
 CATEGORIES=            x11
 
 HOMEPAGE=              http://www.stacken.kth.se/~maxz/programming.html#belt
-MASTER_SITES=          ${HOMEPAGE:S/index.html\#belt//}
+MASTER_SITES=          http://www.stacken.kth.se/~maxz/files/
 
-DISTFILES=             belt-${V} menu.conf.EXAMPLE belticons.tar.gz
+DISTFILES=             ${DISTNAME} menu.conf.EXAMPLE belticons.tar.gz
 DIST_SUBDIR=           belt
 
 # License: BSD
@@ -29,16 +28,16 @@
 NO_REGRESS=            Yes
 
 post-extract:
-       @cp ${FULLDISTDIR}/belt-${V} ${WRKDIR}/
+       @cp ${FULLDISTDIR}/${DISTNAME} ${WRKDIR}/
 
 post-patch:
        @perl -pi -e 's,/usr/local/belt/icons,${PREFIX}/share/belt/icons,g; ' \
                -e 's,/usr/local/bin/perl,/usr/bin/perl,' \
-               ${WRKDIR}/belt-${V}
+               ${WRKDIR}/${DISTNAME}
 
 do-install:
-       ${INSTALL_SCRIPT} ${WRKDIR}/belt-${V} ${PREFIX}/bin/belt
-       /usr/bin/pod2man ${WRKDIR}/belt-${V} > ${WRKDIR}/belt.1
+       ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/belt
+       /usr/bin/pod2man ${WRKDIR}/${DISTNAME} > ${WRKDIR}/belt.1
        ${INSTALL_MAN} ${WRKDIR}/belt.1 ${PREFIX}/man/man1/
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/belt
        ${INSTALL_DATA} ${FULLDISTDIR}/menu.conf.EXAMPLE 
${PREFIX}/share/examples/belt/
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/belt/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    2005/01/05 17:53:52     1.2
+++ distinfo    2005/10/10 16:37:23
@@ -1,12 +1,12 @@
-MD5 (belt/belt-1.18) = 7de5022129e8aafd7cb24d7167c6a1ac
+MD5 (belt/belt-1.21) = 0f5d04416c430db64ea5ff9785923831
 MD5 (belt/belticons.tar.gz) = 7686bc036a4ae6e5fedc8ff22d83c4bf
 MD5 (belt/menu.conf.EXAMPLE) = d3c46ceea2a6f19ba0d8677555755110
-RMD160 (belt/belt-1.18) = 411645a891452ff8d43850c95b0f9a181103b762
+RMD160 (belt/belt-1.21) = 632b315d3608fc95ed6ac9ea8f1ec1f8ac80a98a
 RMD160 (belt/belticons.tar.gz) = d136af9d28f52c30fe00cc477b805793be6476d2
 RMD160 (belt/menu.conf.EXAMPLE) = ea1d23fa0d3b71a20c36dfff4889cb2fc1c7dc7d
-SHA1 (belt/belt-1.18) = 61e3a395410910122c10d0ea92596e7110588f69
+SHA1 (belt/belt-1.21) = 4add57c6e9acb9bd773b0907fa8b917e6062eeb5
 SHA1 (belt/belticons.tar.gz) = 9c374c64c8016cb1c64da0661a2eb74a4b124331
 SHA1 (belt/menu.conf.EXAMPLE) = 2d2a70a43102ab03f08587ad2273983b5e5cd34b
-SIZE (belt/belt-1.18) = 28126
+SIZE (belt/belt-1.21) = 33857
 SIZE (belt/belticons.tar.gz) = 805
 SIZE (belt/menu.conf.EXAMPLE) = 897



Cheers,
Jasper



On Sun, 09 Oct 2005 13:21:29 +0200
Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:

> Here's the updated diff; it removes the useless ${V}, updates MASTER_SITES
> and updates the port to version 1.21
> 
<snip>
> 
> 
> 
> Cheers,
> Jasper
> 
> On Thu, 06 Oct 2005 15:25:18 +0200
> Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:
> 
> > Hello,
> > 
> > here's a diff that'll take x11/belt to version 1.21
> > 
> > 
> <snip>
> > 
> > 
> > Cheers,
> > Jasper
> > 
> > -- 
> > "Security is decided by quality" -- Theo de Raadt
> > 
> 
> 
> -- 
> "Security is decided by quality" -- Theo de Raadt
> 


-- 
"Security is decided by quality" -- Theo de Raadt

Reply via email to