Index: Makefile =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11/avant-window-navigator/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 24 Apr 2010 12:35:05 -0000 1.10 +++ Makefile 26 Aug 2010 10:48:12 -0000 @@ -6,10 +6,9 @@ # PORTNAME= avant-window-navigator -PORTVERSION= 0.3.2.1 -PORTREVISION= 5 +PORTVERSION= 0.4.0 CATEGORIES= x11 -MASTER_SITES= http://launchpadlibrarian.net/26374006/ \ +MASTER_SITES= http://launchpadlibrarian.net/43821484/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org @@ -55,6 +54,8 @@ .include +CONFIGURE_ENV+= ac_python_version=${PYTHON_VERSION:C/python//} + .if defined(WITH_GCONF) USE_GNOME+= gconf2 GCONF_SCHEMAS= awn.schemas awn-applets-shared.schemas @@ -66,10 +67,7 @@ .include post-patch: - @${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|' \ - ${WRKSRC}/awn-manager/awnManager.py.in \ - ${WRKSRC}/awn-manager/awnManager.py - @${REINPLACE_CMD} -e '1 s|bash|sh|' \ - ${WRKSRC}/awn-manager/awn-launcher-editor.in + @${FIND} ${WRKSRC} -name "*.py" -print0 | \ + ${XARGS} -0 sed -i '' -e 's|#!/usr/bin/python|#!/usr/bin/env python|' .include Index: distinfo =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11/avant-window-navigator/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 28 May 2009 14:41:03 -0000 1.1 +++ distinfo 26 Aug 2010 10:42:33 -0000 @@ -1,3 +1,3 @@ -MD5 (avant-window-navigator-0.3.2.1.tar.gz) = e1632e4756706e17ebc1958aef002cd0 -SHA256 (avant-window-navigator-0.3.2.1.tar.gz) = f10d728afcdf35c3f7e6cff57f478114f14d5db4b1c9bdc2dc2e582bcaedc21a -SIZE (avant-window-navigator-0.3.2.1.tar.gz) = 997716 +MD5 (avant-window-navigator-0.4.0.tar.gz) = 03654b45dd95cbb83fa7e112bd00523c +SHA256 (avant-window-navigator-0.4.0.tar.gz) = f3432982c27fa1bb9c0074c9a95c4a7d7c564b15ec40b7572db6e8d885b59e30 +SIZE (avant-window-navigator-0.4.0.tar.gz) = 1556708 Index: files/patch-libawn-settings.c =================================================================== RCS file: files/patch-libawn-settings.c diff -N files/patch-libawn-settings.c --- files/patch-libawn-settings.c 18 Dec 2009 01:48:25 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ - ---- libawn/awn-settings.old.c 2009-12-05 08:14:18.000000000 +0000 -+++ libawn/awn-settings.c 2009-12-05 08:14:31.000000000 +0000 -@@ -139,7 +139,7 @@ - - AwnSettings *s = NULL; - -- s = g_new(AwnSettings, 1); -+ s = g_new0(AwnSettings, 1); - - settings = s; - - -