Date: Wed, 1 Apr 2015 08:10:28 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382893 - head/graphics/gtk-update-icon-cache Message-ID: <201504010810.t318ASfd031493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Wed Apr 1 08:10:27 2015 New Revision: 382893 URL: https://svnweb.freebsd.org/changeset/ports/382893 QAT: https://qat.redports.org/buildarchive/r382893/ Log: Update gtk-update-icon-cache to 2.24.27. Forgot about this port when I updated gtk20. Reported by: Claude Buisson <clbuisson@orange.fr> Modified: head/graphics/gtk-update-icon-cache/Makefile head/graphics/gtk-update-icon-cache/distinfo Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Wed Apr 1 07:33:41 2015 (r382892) +++ head/graphics/gtk-update-icon-cache/Makefile Wed Apr 1 08:10:27 2015 (r382893) @@ -1,9 +1,8 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/graphics/gtk-update-icon-cache/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gtk-update-icon-cache -PORTVERSION= 2.24.25 +PORTVERSION= 2.24.27 CATEGORIES= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -33,8 +32,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib BUILD_WRKSRC= ${WRKSRC}/gtk ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/gtk-update-icon-cache \ - man/man1/gtk-update-icon-cache.1.gz +PLIST_FILES= bin/gtk-update-icon-cache +# man/man1/gtk-update-icon-cache.1.gz .include <bsd.port.pre.mk> @@ -51,7 +50,7 @@ pre-configure: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \ ${STAGEDIR}${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-update-icon-cache.1 \ - ${STAGEDIR}${PREFIX}/man/man1/ +# @${INSTALL_MAN} ${WRKSRC}/docs/reference/gtk/gtk-update-icon-cache.1 \ +# ${STAGEDIR}${PREFIX}/man/man1/ .include <bsd.port.post.mk> Modified: head/graphics/gtk-update-icon-cache/distinfo ============================================================================== --- head/graphics/gtk-update-icon-cache/distinfo Wed Apr 1 07:33:41 2015 (r382892) +++ head/graphics/gtk-update-icon-cache/distinfo Wed Apr 1 08:10:27 2015 (r382893) @@ -1,2 +1,2 @@ -SHA256 (gnome2/gtk+-2.24.25.tar.xz) = 38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3 -SIZE (gnome2/gtk+-2.24.25.tar.xz) = 13327832 +SHA256 (gnome2/gtk+-2.24.27.tar.xz) = 20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4 +SIZE (gnome2/gtk+-2.24.27.tar.xz) = 13349252
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504010810.t318ASfd031493>