From owner-svn-ports-head@FreeBSD.ORG Thu Mar 14 08:17:47 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 2CA18866; Thu, 14 Mar 2013 08:17:47 +0000 (UTC) (envelope-from pclin@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 0F7A6AC9; Thu, 14 Mar 2013 08:17:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2E8HlCU083568; Thu, 14 Mar 2013 08:17:47 GMT (envelope-from pclin@svn.freebsd.org) Received: (from pclin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2E8He4w083521; Thu, 14 Mar 2013 08:17:40 GMT (envelope-from pclin@svn.freebsd.org) Message-Id: <201303140817.r2E8He4w083521@svn.freebsd.org> From: Po-Chien Lin Date: Thu, 14 Mar 2013 08:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314141 - in head: astro/foxtrotgps astro/viking deskutils/cairo-dock-plugins deskutils/cdcat graphics/eog graphics/eog-plugins graphics/ethumb graphics/exif graphics/exiftran graphics/... 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: Thu, 14 Mar 2013 08:17:47 -0000 Author: pclin Date: Thu Mar 14 08:17:39 2013 New Revision: 314141 URL: http://svnweb.freebsd.org/changeset/ports/314141 Log: - graphics/libexif: * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Modified: head/astro/foxtrotgps/Makefile head/astro/viking/Makefile head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cdcat/Makefile (contents, props changed) head/graphics/eog-plugins/Makefile (contents, props changed) head/graphics/eog/Makefile (contents, props changed) head/graphics/ethumb/Makefile (contents, props changed) head/graphics/exif/Makefile (contents, props changed) head/graphics/exiftran/Makefile (contents, props changed) head/graphics/f-spot/Makefile (contents, props changed) head/graphics/gimageview/Makefile (contents, props changed) head/graphics/gimp-app/Makefile head/graphics/gtkam/Makefile (contents, props changed) head/graphics/ida/Makefile (contents, props changed) head/graphics/libexif-gtk/Makefile (contents, props changed) head/graphics/libexif/Makefile (contents, props changed) head/graphics/libexif/distinfo (contents, props changed) head/graphics/libexif/pkg-plist (contents, props changed) head/graphics/libgphoto2/Makefile (contents, props changed) head/graphics/libkexif/Makefile (contents, props changed) head/graphics/pornview/Makefile (contents, props changed) head/graphics/ristretto/Makefile (contents, props changed) head/graphics/shotwell/Makefile head/graphics/vips/Makefile head/multimedia/dvdstyler/Makefile (contents, props changed) head/multimedia/mlt/Makefile head/net/mediatomb/Makefile (contents, props changed) head/net/minidlna/Makefile (contents, props changed) head/security/vuxml/vuln.xml head/sysutils/tracker-client/Makefile (contents, props changed) head/www/swiggle/Makefile (contents, props changed) head/x11-fm/gnome-commander2/Makefile (contents, props changed) head/x11-fm/nautilus/Makefile (contents, props changed) head/x11-fm/thunar/Makefile head/x11-toolkits/nucleo/Makefile (contents, props changed) Modified: head/astro/foxtrotgps/Makefile ============================================================================== --- head/astro/foxtrotgps/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/astro/foxtrotgps/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,12 +1,9 @@ -# New ports collection makefile for: foxtrotgps -# Date created: 15 January 2011 -# Whom: crwhipp@gmail.com -# +# Created by: crwhipp@gmail.com # $FreeBSD$ -# PORTNAME= foxtrotgps PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/astro/viking/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,6 +3,7 @@ PORTNAME= viking PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/deskutils/cairo-dock-plugins/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= cairo-dock-plugins DISTVERSION= 2.3.0~3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/73753265/ \ http://pazzle.otdux.com.ua/ Modified: head/deskutils/cdcat/Makefile ============================================================================== --- head/deskutils/cdcat/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/deskutils/cdcat/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,6 +3,7 @@ PORTNAME= cdcat PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ GOOGLE_CODE:lib7zip Modified: head/graphics/eog-plugins/Makefile ============================================================================== --- head/graphics/eog-plugins/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/eog-plugins/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,14 +1,10 @@ -# New ports collection makefile for: eog-plugins -# Date created: 28 August 2009 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/graphics/eog-plugins/Makefile,v 1.14 2010/09/04 18:09:30 kwm Exp $ -# PORTNAME= eog-plugins PORTVERSION= 2.30.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/graphics/eog/Makefile ============================================================================== --- head/graphics/eog/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/eog/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,14 +1,10 @@ -# New ports collection makefile for: eog2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/graphics/eog/Makefile,v 1.123 2010/11/16 10:11:41 kwm Exp $ -# PORTNAME= eog PORTVERSION= 2.32.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/graphics/ethumb/Makefile ============================================================================== --- head/graphics/ethumb/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/ethumb/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,6 +3,7 @@ PORTNAME= ethumb PORTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ Modified: head/graphics/exif/Makefile ============================================================================== --- head/graphics/exif/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/exif/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,12 +1,9 @@ -# New ports collection makefile for: exif -# Date created: May 02 2005 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= exif PORTVERSION= 0.6.20 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -17,6 +14,7 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphic popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes +USE_PKGCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt" Modified: head/graphics/exiftran/Makefile ============================================================================== --- head/graphics/exiftran/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/exiftran/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,10 @@ -# New ports collection makefile for: exiftran -# Date created: June 03 2011 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= exiftran DISTNAME= fbida-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} PORTVERSION= 2.09 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ Modified: head/graphics/f-spot/Makefile ============================================================================== --- head/graphics/f-spot/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/f-spot/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: f-spot -# Date created: 20041008 -# Whom: Tom McLaughlin -# +# Created by: Tom McLaughlin # $FreeBSD$ -# PORTNAME= f-spot PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} Modified: head/graphics/gimageview/Makefile ============================================================================== --- head/graphics/gimageview/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/gimageview/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.27 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/gimp-app/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -4,7 +4,7 @@ PORTNAME= gimp-app PORTVERSION= 2.8.4 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/gtkam/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: gtkam -# Date created: 10 June 2002 -# Whom: ports@FreeBSD.org -# +# Created by: ports@FreeBSD.org # $FreeBSD$ -# PORTNAME= gtkam PORTVERSION= 0.1.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/ida/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= ida PORTVERSION= 2.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} Modified: head/graphics/libexif-gtk/Makefile ============================================================================== --- head/graphics/libexif-gtk/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/libexif-gtk/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: libexif-gtk -# Date created: 10 Jun 2002 -# Whom: ports@FreeBSD.org -# +# Created by: ports@FreeBSD.org # $FreeBSD$ -# PORTNAME= libexif-gtk PORTVERSION= 0.3.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION} Modified: head/graphics/libexif/Makefile ============================================================================== --- head/graphics/libexif/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/libexif/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,28 +1,31 @@ -# New ports collection makefile for: libexif -# Date created: Tue Feb 26 19:02:44 MST 2002 -# Whom: Peter Schmiedeskamp -# +# Created by: Peter Schmiedeskamp # $FreeBSD$ -# PORTNAME= libexif -PORTVERSION= 0.6.20 +PORTVERSION= 0.6.21 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= marius@nuenneri.ch COMMENT= Library to read digital camera file meta-data +LICENSE= LGPL21 + USE_BZIP2= yes -USE_GNOME= gnomehack ltverhack pkgconfig +USE_GNOME= gnomehack ltverhack USE_GMAKE= yes +USE_PKGCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-docs USE_LDCONFIG= yes -.if !defined(WITHOUT_NLS) +PORTDOCS= AUTHORS ChangeLog NEWS README + +.include + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else @@ -32,15 +35,14 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||g ; \ /^am__installdirs =/s|$$(docdir)||g ; \ /^install-data-am:/s|install-docDATA||g' ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog NEWS README +.for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif Modified: head/graphics/libexif/distinfo ============================================================================== --- head/graphics/libexif/distinfo Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/libexif/distinfo Thu Mar 14 08:17:39 2013 (r314141) @@ -1,2 +1,2 @@ -SHA256 (libexif-0.6.20.tar.bz2) = a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715 -SIZE (libexif-0.6.20.tar.bz2) = 1412921 +SHA256 (libexif-0.6.21.tar.bz2) = 16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a +SIZE (libexif-0.6.21.tar.bz2) = 1368435 Modified: head/graphics/libexif/pkg-plist ============================================================================== --- head/graphics/libexif/pkg-plist Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/libexif/pkg-plist Thu Mar 14 08:17:39 2013 (r314141) @@ -1,8 +1,8 @@ include/libexif/_stdint.h include/libexif/exif-byte-order.h include/libexif/exif-content.h -include/libexif/exif-data.h include/libexif/exif-data-type.h +include/libexif/exif-data.h include/libexif/exif-entry.h include/libexif/exif-format.h include/libexif/exif-ifd.h @@ -17,15 +17,12 @@ lib/libexif.la lib/libexif.so lib/libexif.so.12 libdata/pkgconfig/libexif.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/be/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/bs/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/cs/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/da/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/de/LC_MESSAGES/libexif-12.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/es/LC_MESSAGES/libexif-12.mo @@ -34,15 +31,15 @@ libdata/pkgconfig/libexif.pc %%NLS%%share/locale/ja/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/nl/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/pl/LC_MESSAGES/libexif-12.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/pt/LC_MESSAGES/libexif-12.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/ru/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/sk/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/sq/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/sr/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/sv/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/tr/LC_MESSAGES/libexif-12.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/vi/LC_MESSAGES/libexif-12.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libexif-12.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/libexif Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/libgphoto2/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,12 +1,9 @@ -# New ports collection makefile for: libgphoto2 -# Date created: 26 May 1999 -# Whom: Anders Nordby -# +# Created by: Anders Nordby # $FreeBSD$ -# PORTNAME= libgphoto2 PORTVERSION= 2.4.14 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} Modified: head/graphics/libkexif/Makefile ============================================================================== --- head/graphics/libkexif/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/libkexif/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,12 +1,9 @@ -# New ports collection makefile for: libkexif -# Date created: Mon Oct 18 19:41:36 CEST 2004 -# Whom: Markus Brueffer -# +# Created by: Markus Brueffer # $FreeBSD$ PORTNAME= libkexif PORTVERSION= 0.2.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics devel MASTER_SITES= SF/kipi/OldFiles Modified: head/graphics/pornview/Makefile ============================================================================== --- head/graphics/pornview/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/pornview/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} Modified: head/graphics/ristretto/Makefile ============================================================================== --- head/graphics/ristretto/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/ristretto/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,12 +1,9 @@ -# New ports collection makefile for: ristretto -# Date created: 2007-08-27 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= ristretto PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= graphics xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/shotwell/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.11.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= http://www.yorba.org/download/shotwell/${PORTVERSION:R}/ Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/graphics/vips/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: vips -# Date created: 19 December 2003 -# Whom: Lev Serebryakov -# +# Created by: Lev Serebryakov # $FreeBSD$ -# PORTNAME= vips PORTVERSION= 7.26.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/multimedia/dvdstyler/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: dvdstyler -# Date created: 2004-07-30 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= dvdstyler DISTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/multimedia/mlt/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 0.8.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/net/mediatomb/Makefile ============================================================================== --- head/net/mediatomb/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/net/mediatomb/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= mediatomb PORTVERSION= 0.12.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/MediaTomb/${PORTVERSION} Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/net/minidlna/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,13 +1,9 @@ -# New ports collection makefile for: minidlna -# Date created: 2010-06-13 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= minidlna PORTVERSION= 1.0.24 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 14 08:15:46 2013 (r314140) +++ head/security/vuxml/vuln.xml Thu Mar 14 08:17:39 2013 (r314141) @@ -51,6 +51,41 @@ Note: Please add new entries to the beg --> + + libexif -- multiple remote vulnerabilities + + + libexif + 0.6.21 + + + + +

libexif project security advisory:

+
+

A number of remotely exploitable issues were discovered in libexif + and exif, with effects ranging from information leakage to potential + remote code execution.

+
+ +
+ + CVE-2012-2812 + CVE-2012-2813 + CVE-2012-2814 + CVE-2012-2836 + CVE-2012-2837 + CVE-2012-2840 + CVE-2012-2841 + CVE-2012-2845 + 54437 + + + 2012-07-12 + 2013-03-13 + +
+ linux-flashplugin -- multiple vulnerabilities Modified: head/sysutils/tracker-client/Makefile ============================================================================== --- head/sysutils/tracker-client/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/sysutils/tracker-client/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,14 +1,10 @@ -# New ports collection makefile for: tracker -# Date created: 2006-12-09 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/sysutils/tracker-client/Makefile,v 1.14 2010/05/10 04:21:19 marcus Exp $ -# PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client Modified: head/www/swiggle/Makefile ============================================================================== --- head/www/swiggle/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/www/swiggle/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,12 +1,9 @@ -# New ports collection Makefile for: swiggle -# Date created: 19 Feb 2003 -# Whom: Josef El-Rayes -# +# Created by: Josef El-Rayes # $FreeBSD$ PORTNAME= swiggle PORTVERSION= 0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://homepage.univie.ac.at/l.ertl/swiggle/files/ \ http://bsd-geek.de/FreeBSD/distfiles/ Modified: head/x11-fm/gnome-commander2/Makefile ============================================================================== --- head/x11-fm/gnome-commander2/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/x11-fm/gnome-commander2/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,6 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.2.8.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME Modified: head/x11-fm/nautilus/Makefile ============================================================================== --- head/x11-fm/nautilus/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/x11-fm/nautilus/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -4,7 +4,7 @@ PORTNAME= nautilus PORTVERSION= 2.32.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/x11-fm/thunar/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -1,6 +1,5 @@ # Created by: Oliver Lehmann # $FreeBSD$ -# PORTNAME= Thunar PORTVERSION= 1.6.2 Modified: head/x11-toolkits/nucleo/Makefile ============================================================================== --- head/x11-toolkits/nucleo/Makefile Thu Mar 14 08:15:46 2013 (r314140) +++ head/x11-toolkits/nucleo/Makefile Thu Mar 14 08:17:39 2013 (r314141) @@ -3,7 +3,7 @@ PORTNAME= nucleo PORTVERSION= 0.7.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-toolkits MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/