From owner-cvs-all@FreeBSD.ORG Tue Jan 29 04:10:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC70B16A419; Tue, 29 Jan 2008 04:10:56 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A7B4D13C461; Tue, 29 Jan 2008 04:10:56 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0T4Au8P082851; Tue, 29 Jan 2008 04:10:56 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0T4Au76082850; Tue, 29 Jan 2008 04:10:56 GMT (envelope-from alepulver) Message-Id: <200801290410.m0T4Au76082850@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 29 Jan 2008 04:10:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/iourbanterror Makefile ports/games/iourbanterror/files patch-Makefile ports/games/worldofpadman Makefile ports/games/worldofpadman/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2008 04:10:56 -0000 alepulver 2008-01-29 04:10:56 UTC FreeBSD ports repository Modified files: games/iourbanterror Makefile games/iourbanterror/files patch-Makefile games/worldofpadman Makefile games/worldofpadman/files patch-Makefile Log: - Bump PORTREVISION. - Fix CURL option (flag wasn't passed to the build). - Fix CURL_DLOPEN option (was trying to open the wrong file, so remove version: libcurl.so.4 -> libcurl.so). The original PR was for games/iourbanterror, but also applies to games/worldofpadman. PR: ports/119813 Submitted by: "Nerius Landys" Revision Changes Path 1.14 +6 -1 ports/games/iourbanterror/Makefile 1.8 +36 -17 ports/games/iourbanterror/files/patch-Makefile 1.3 +8 -1 ports/games/worldofpadman/Makefile 1.2 +37 -15 ports/games/worldofpadman/files/patch-Makefile