svn commit: r319723 - head/graphics/libjpeg-turbo
Pawel Pekala
pawel at FreeBSD.org
Sun Jun 2 19:37:45 UTC 2013
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 <bytestore at yandex.ru> (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 <bytestore at yandex.ru>
-#
+# Created by: Denis Podolskiy <bytestore at yandex.ru>
# $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 <bsd.port.options.mk>
-.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
More information about the svn-ports-all
mailing list