svn commit: r315061 - in head/comms/deforaos-phone: . files

Ruslan Mahmatkhanov rm at FreeBSD.org
Sat Mar 23 18:04:21 UTC 2013


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 at marino.st>
  Submitted by:	Olivier Cochard-Labbe <olivier at 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>


More information about the svn-ports-all mailing list