From owner-svn-ports-head@FreeBSD.ORG Tue May 14 08:42:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4BD4427A; Tue, 14 May 2013 08:42:57 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E955A4F; Tue, 14 May 2013 08:42:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4E8gvTu035714; Tue, 14 May 2013 08:42:57 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4E8gvke035713; Tue, 14 May 2013 08:42:57 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305140842.r4E8gvke035713@svn.freebsd.org> From: Boris Samorodov Date: Tue, 14 May 2013 08:42:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318145 - in head/comms/libmodbus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 08:42:57 -0000 Author: bsam Date: Tue May 14 08:42:56 2013 New Revision: 318145 URL: http://svnweb.freebsd.org/changeset/ports/318145 Log: Use the power of USES=pathfix instead of the file patch. PR: ports/178610 Submitted by: jgh (thanks!) Deleted: head/comms/libmodbus/files/ Modified: head/comms/libmodbus/Makefile Modified: head/comms/libmodbus/Makefile ============================================================================== --- head/comms/libmodbus/Makefile Tue May 14 08:42:19 2013 (r318144) +++ head/comms/libmodbus/Makefile Tue May 14 08:42:56 2013 (r318145) @@ -14,6 +14,7 @@ GH_ACCOUNT= stephane WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_LDCONFIG= yes +USES= pathfix PLIST_FILES= include/modbus/modbus-rtu.h include/modbus/modbus-tcp.h \ include/modbus/modbus-version.h include/modbus/modbus.h \