diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-23 23:23:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-23 23:23:52 +0000 |
commit | c9a20fb4dbde2b5734c29ad57f7a67270c3bae3a (patch) | |
tree | 2c60895c3f17054f5538b46aa3a3b7616fac3e64 /wm | |
parent | 62287655f6b776b70a184b688455ebc792cbe281 (diff) | |
download | pkgsrc-c9a20fb4dbde2b5734c29ad57f7a67270c3bae3a.tar.gz |
Update to 1.1nb1 -- make it work with python versions other than 2.1.
Patch provided by Julio Merino in PR 19146.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icepref/Makefile | 6 | ||||
-rw-r--r-- | wm/icepref/distinfo | 4 | ||||
-rw-r--r-- | wm/icepref/patches/patch-ab | 8 |
3 files changed, 8 insertions, 10 deletions
diff --git a/wm/icepref/Makefile b/wm/icepref/Makefile index 3af55671491..edfcaf5cfe7 100644 --- a/wm/icepref/Makefile +++ b/wm/icepref/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/10/24 22:48:07 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/23 23:23:52 wiz Exp $ # DISTNAME= icepref-1.1 +PKGREVISION= 1 CATEGORIES= wm MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ @@ -14,5 +15,8 @@ WRKSRC= ${WRKDIR}/icepref USE_BUILDLINK2= yes +PYTHON_PATCH_SCRIPTS= icepref + +.include "../../lang/python/application.mk" .include "../../x11/pygtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/icepref/distinfo b/wm/icepref/distinfo index 12c0e5b4113..77bc693d6e0 100644 --- a/wm/icepref/distinfo +++ b/wm/icepref/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/08/11 04:13:35 dmcmahill Exp $ +$NetBSD: distinfo,v 1.4 2002/11/23 23:23:52 wiz Exp $ SHA1 (icepref-1.1.tar.gz) = 025c0390f7acb6768ee0b41c733bf9a3e59949b8 Size (icepref-1.1.tar.gz) = 29418 bytes SHA1 (patch-aa) = 0dd492ea8cf440a0076986245f61ddf1281a526a -SHA1 (patch-ab) = 5fab42c6c557bbe87df7e37ba2bbf196d17f3dbc +SHA1 (patch-ab) = d10a096c1a15a1ea4e56283c44276492a2d39b80 diff --git a/wm/icepref/patches/patch-ab b/wm/icepref/patches/patch-ab index c4b0be074ec..6b17913e5a8 100644 --- a/wm/icepref/patches/patch-ab +++ b/wm/icepref/patches/patch-ab @@ -1,13 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/06/21 15:09:47 agc Exp $ +$NetBSD: patch-ab,v 1.2 2002/11/23 23:23:53 wiz Exp $ --- icepref.orig Thu Jan 6 00:16:04 2000 +++ icepref -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python2.1 - - ############################################################################## - # IcePref 1.0 @@ -1710,7 +1710,7 @@ exec_path = commands.getoutput('whereis icewm') |