Date: Thu, 28 Mar 2013 21:21:41 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315502 - in head/graphics: gtkam libexif-gtk libexif-gtk/files Message-ID: <201303282121.r2SLLfeH005806@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Mar 28 21:21:41 2013 New Revision: 315502 URL: http://svnweb.freebsd.org/changeset/ports/315502 Log: - Update graphics/libexif-gtk to version 0.4.0 - Convert to OptionsNG, respect global DOCS, NLS - Add LICENSE - Don't build with debug flags by default - Bump affected graphics/gtkam port PR: ports/176830 Submitted by: nemysis <nemysis@gmx.ch> Approved by: maintainer timeout Deleted: head/graphics/libexif-gtk/files/ Modified: head/graphics/gtkam/Makefile head/graphics/libexif-gtk/Makefile head/graphics/libexif-gtk/distinfo (contents, props changed) Directory Properties: head/graphics/libexif-gtk/pkg-descr (props changed) head/graphics/libexif-gtk/pkg-plist (props changed) Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Thu Mar 28 21:20:13 2013 (r315501) +++ head/graphics/gtkam/Makefile Thu Mar 28 21:21:41 2013 (r315502) @@ -10,7 +10,7 @@ MASTER_SITES= SF/gphoto/${PORTNAME}/${PO MAINTAINER= pav@FreeBSD.org COMMENT= Download and view files from various digital cameras -LIB_DEPENDS= exif-gtk.5:${PORTSDIR}/graphics/libexif-gtk \ +LIB_DEPENDS= exif-gtk:${PORTSDIR}/graphics/libexif-gtk \ gphoto2.2:${PORTSDIR}/graphics/libgphoto2 WANT_GNOME= yes Modified: head/graphics/libexif-gtk/Makefile ============================================================================== --- head/graphics/libexif-gtk/Makefile Thu Mar 28 21:20:13 2013 (r315501) +++ head/graphics/libexif-gtk/Makefile Thu Mar 28 21:21:41 2013 (r315502) @@ -2,25 +2,43 @@ # $FreeBSD$ PORTNAME= libexif-gtk -PORTVERSION= 0.3.5 -PORTREVISION= 11 +PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION} MAINTAINER= marius@nuenneri.ch COMMENT= GTK+ widgets to display/edit EXIF tags -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif +LICENSE= LGPL21 -USES= pathfix +LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif + +USES= pathfix USE_GNOME= gtk20 USE_AUTOTOOLS= autoconf libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +PORTDOCS= AUTHORS ChangeLog NEWS README + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g' + @${REINPLACE_CMD} 's|-g ||g' ${WRKSRC}/configure.ac + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif .include <bsd.port.mk> Modified: head/graphics/libexif-gtk/distinfo ============================================================================== --- head/graphics/libexif-gtk/distinfo Thu Mar 28 21:20:13 2013 (r315501) +++ head/graphics/libexif-gtk/distinfo Thu Mar 28 21:21:41 2013 (r315502) @@ -1,2 +1,2 @@ -SHA256 (libexif-gtk-0.3.5.tar.gz) = d9b58f2f8524520829b19b11c550a3eb97d33d273a8033a41ba7d305c144bff9 -SIZE (libexif-gtk-0.3.5.tar.gz) = 396534 +SHA256 (libexif-gtk-0.4.0.tar.gz) = 4d4ac85dab9f10304f329ab6efd7094eaf88411b76a43b3a32e50edb480fad18 +SIZE (libexif-gtk-0.4.0.tar.gz) = 452303
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303282121.r2SLLfeH005806>