svn commit: r382893 - head/graphics/gtk-update-icon-cache
Koop Mast
kwm at FreeBSD.org
Wed Apr 1 08:10:29 UTC 2015
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 at 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 at 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
More information about the svn-ports-all
mailing list