svn commit: r306548 - head/polish/kadu

Pawel Pekala pawel at FreeBSD.org
Sun Oct 28 12:02:50 UTC 2012


Author: pawel
Date: Sun Oct 28 12:02:49 2012
New Revision: 306548
URL: http://svn.freebsd.org/changeset/ports/306548

Log:
  - Fix another /bin/bash case
  - Trim Makefile header
  
  Feature safe:	yes

Modified:
  head/polish/kadu/Makefile

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Sun Oct 28 11:48:28 2012	(r306547)
+++ head/polish/kadu/Makefile	Sun Oct 28 12:02:49 2012	(r306548)
@@ -1,12 +1,9 @@
-# Ports collection makefile for:   kadu
-# Date created:        17 July 2003
-# Whom:                Jacek Pelka <jacek at combit.com.pl>
-#
+# Created by: Jacek Pelka <jacek at combit.com.pl>
 # $FreeBSD$
-#
 
 PORTNAME=	kadu
 PORTVERSION=	0.12.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	polish net-im
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
@@ -82,6 +79,8 @@ post-patch:
 		${WRKSRC}/plugins/tabs/CMakeLists.txt
 	@${FIND} ${WRKSRC} -exec ${GREP} -q "#!/bin/bash" {} \; \
 		-exec ${REINPLACE_CMD} -e 's|#!/bin/bash|#!/usr/bin/env bash|g' {} \;
+	@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
+		${WRKSRC}/plugins/sql_history/storage/sql-restore.cpp
 
 post-install:
 .if ${PORT_OPTIONS:MGG_EMOTS}


More information about the svn-ports-all mailing list