From owner-svn-ports-head@FreeBSD.ORG Mon Jul 8 15:01:52 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 01A32509; Mon, 8 Jul 2013 15:01:52 +0000 (UTC) (envelope-from gahr@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 E6DBB1784; Mon, 8 Jul 2013 15:01:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r68F1puw008785; Mon, 8 Jul 2013 15:01:51 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r68F1pn3008784; Mon, 8 Jul 2013 15:01:51 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201307081501.r68F1pn3008784@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 8 Jul 2013 15:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322509 - head/graphics/freeimage 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: Mon, 08 Jul 2013 15:01:52 -0000 Author: gahr Date: Mon Jul 8 15:01:51 2013 New Revision: 322509 URL: http://svnweb.freebsd.org/changeset/ports/322509 Log: - Fix shlib symlinks - Bump PORTREVISION PR: 180169 Submitted by: Andrea Venturoli Modified: head/graphics/freeimage/Makefile Modified: head/graphics/freeimage/Makefile ============================================================================== --- head/graphics/freeimage/Makefile Mon Jul 8 14:31:35 2013 (r322508) +++ head/graphics/freeimage/Makefile Mon Jul 8 15:01:51 2013 (r322509) @@ -3,7 +3,7 @@ PORTNAME= freeimage PORTVERSION= 3.15.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION} DISTNAME= FreeImage${PORTVERSION:S/.//g} @@ -45,7 +45,7 @@ post-build: post-install: cd ${WRKSRC} && ${GMAKE} -f Makefile.fip ${INSTALL_TARGET} - ${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so.3 - ${LN} -s libfreeimageplus-${PORTVERSION} ${PREFIX}/lib/libfreeimageplus.so + ${LN} -s libfreeimageplus-${PORTVERSION}.so.3 ${PREFIX}/lib/libfreeimageplus.so + ${LN} -s libfreeimageplus-${PORTVERSION}.so ${PREFIX}/lib/libfreeimageplus.so.3 .include