From owner-svn-ports-head@FreeBSD.ORG Sat Jan 4 01:00:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 180D3AC4; Sat, 4 Jan 2014 01:00:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0577B11C6; Sat, 4 Jan 2014 01:00:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s04101R4036315; Sat, 4 Jan 2014 01:00:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s04101tM036314; Sat, 4 Jan 2014 01:00:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401040100.s04101tM036314@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 4 Jan 2014 01:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338617 - head/devel/physfs-devel 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.17 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: Sat, 04 Jan 2014 01:00:02 -0000 Author: bapt Date: Sat Jan 4 01:00:01 2014 New Revision: 338617 URL: http://svnweb.freebsd.org/changeset/ports/338617 Log: fix pkg name collision Modified: head/devel/physfs-devel/Makefile Modified: head/devel/physfs-devel/Makefile ============================================================================== --- head/devel/physfs-devel/Makefile Sat Jan 4 00:59:15 2014 (r338616) +++ head/devel/physfs-devel/Makefile Sat Jan 4 01:00:01 2014 (r338617) @@ -6,6 +6,7 @@ PORTVERSION= 1.1.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://offload1.icculus.org/${PORTNAME}/downloads/ +PKGNAMESUFFIX= -devel MAINTAINER= oliver@FreeBSD.org COMMENT= A library to provide abstract access to various archives @@ -13,7 +14,6 @@ COMMENT= A library to provide abstract a USES= cmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_LATEST_LINK= yes NO_STAGE= yes patch-autotools-libtool: