diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-04 17:01:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-04 17:01:12 +0800 |
commit | 8ef3b68f27198225ccbc72c639582a88442f1117 (patch) | |
tree | ed8f6a4041cd17caf17d719574293b49f3efb508 /graphics/gtk-update-icon-cache/Makefile | |
parent | 8dc47f916de59bebe487e1ea20b5407cdc7ece51 (diff) | |
download | marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.tar marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.tar.gz marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.tar.bz2 marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.tar.lz marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.tar.xz marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.tar.zst marcuscom-ports-8ef3b68f27198225ccbc72c639582a88442f1117.zip |
Update to 2.24.11.
Make sure we create a directory so pkgng doesn't complain.
Seems like the icon/pixmap patch isn't needed anymore.
Check in the gdk pc patch from ports that was forgotten in the last update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17007 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gtk-update-icon-cache/Makefile')
-rw-r--r-- | graphics/gtk-update-icon-cache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index 59ecce57c..0af902cf2 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.10 2012/01/25 00:03:51 ahze Exp $ +# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.11 2012/02/08 22:01:52 kwm Exp $ # PORTNAME= gtk-update-icon-cache -PORTVERSION= 2.24.10 +PORTVERSION= 2.24.11 CATEGORIES= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |