Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 18:04:21 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315061 - in head/comms/deforaos-phone: . files
Message-ID:  <201303231804.r2NI4LC6027684@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Mar 23 18:04:20 2013
New Revision: 315061
URL: http://svnweb.freebsd.org/changeset/ports/315061

Log:
  - remove corrupted patch and use REINPLACE_CMD instead
  - bump PORTREVISION
  
  PR:		177093
  Reported by:    John Marino <draco@marino.st>
  Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)

Deleted:
  head/comms/deforaos-phone/files/patch-src-modems-hayes.c
Modified:
  head/comms/deforaos-phone/Makefile

Modified: head/comms/deforaos-phone/Makefile
==============================================================================
--- head/comms/deforaos-phone/Makefile	Sat Mar 23 18:00:59 2013	(r315060)
+++ head/comms/deforaos-phone/Makefile	Sat Mar 23 18:04:20 2013	(r315061)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phone
 PORTVERSION=	0.3.11
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.defora.org/os/download/download/3721/
 PKGNAMEPREFIX=	deforaos-
@@ -27,4 +28,8 @@ USE_GETTEXT=	yes
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	PREFIX=${PREFIX}
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,/dev/modem,/dev/cuaU0,g' \
+		${WRKSRC}/src/modems/hayes.c
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303231804.r2NI4LC6027684>