From owner-svn-ports-head@FreeBSD.ORG Sun Jun 2 19:37:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 40169543; Sun, 2 Jun 2013 19:37:45 +0000 (UTC) (envelope-from pawel@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 178F616F7; Sun, 2 Jun 2013 19:37:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r52JbiAC015424; Sun, 2 Jun 2013 19:37:44 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r52JbiXw015421; Sun, 2 Jun 2013 19:37:44 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201306021937.r52JbiXw015421@svn.freebsd.org> From: Pawel Pekala Date: Sun, 2 Jun 2013 19:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319723 - head/graphics/libjpeg-turbo 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: Sun, 02 Jun 2013 19:37:45 -0000 Author: pawel Date: Sun Jun 2 19:37:44 2013 New Revision: 319723 URL: http://svnweb.freebsd.org/changeset/ports/319723 Log: - Update to version 1.3.0 - Convert to OptionsNG PR: ports/179143 Submitted by: Denis Podolskiy (maintainer) Modified: head/graphics/libjpeg-turbo/Makefile (contents, props changed) head/graphics/libjpeg-turbo/distinfo (contents, props changed) head/graphics/libjpeg-turbo/pkg-plist (contents, props changed) Modified: head/graphics/libjpeg-turbo/Makefile ============================================================================== --- head/graphics/libjpeg-turbo/Makefile Sun Jun 2 19:15:39 2013 (r319722) +++ head/graphics/libjpeg-turbo/Makefile Sun Jun 2 19:37:44 2013 (r319723) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libjpeg-turbo -# Date created: 2010-04-09 -# Whom: Denis Podolskiy -# +# Created by: Denis Podolskiy # $FreeBSD$ -# PORTNAME= libjpeg-turbo -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -32,16 +28,17 @@ PORTEXAMPLES= * # chase graphics/jpeg SOVERSION= 11 -OPTIONS+= PIC "Static library with PIC (required for VirtualGL)" off +OPTIONS_DEFINE= PIC +PIC_DESC= Static library with PIC (required for VirtualGL) .include -.if defined(WITH_PIC) +.if ${PORT_OPTIONS:MPIC} CONFIGURE_ARGS+=--with-pic .endif post-patch: -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/^install-data-am/s,install-dist_docDATA,,' \ ${WRKSRC}/Makefile.in .else @@ -49,7 +46,7 @@ post-patch: ${WRKSRC}/Makefile.in .endif -.if defined(NOPORTEXAMPLES) +.if ! ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} -e '/^install-data-am/s,install-dist_exampleDATA,,' \ ${WRKSRC}/Makefile.in .else Modified: head/graphics/libjpeg-turbo/distinfo ============================================================================== --- head/graphics/libjpeg-turbo/distinfo Sun Jun 2 19:15:39 2013 (r319722) +++ head/graphics/libjpeg-turbo/distinfo Sun Jun 2 19:37:44 2013 (r319723) @@ -1,2 +1,2 @@ -SHA256 (libjpeg-turbo-1.2.1.tar.gz) = cb3323f054a02cedad193bd0ca418d46934447f995d19e678ea64f78e4903770 -SIZE (libjpeg-turbo-1.2.1.tar.gz) = 1755264 +SHA256 (libjpeg-turbo-1.3.0.tar.gz) = 2657008cfc08aadbaca065bd9f8964b8a2c0abd03e73da5b5f09c1216be31234 +SIZE (libjpeg-turbo-1.3.0.tar.gz) = 1361603 Modified: head/graphics/libjpeg-turbo/pkg-plist ============================================================================== --- head/graphics/libjpeg-turbo/pkg-plist Sun Jun 2 19:15:39 2013 (r319722) +++ head/graphics/libjpeg-turbo/pkg-plist Sun Jun 2 19:37:44 2013 (r319723) @@ -16,3 +16,4 @@ lib/libjpeg.so.%%SOVERSION%% lib/libturbojpeg.a lib/libturbojpeg.la lib/libturbojpeg.so +lib/libturbojpeg.so.0