aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-05-12 03:54:43 +0800
committerKoop Mast <kwm@FreeBSD.org>2017-05-12 03:54:43 +0800
commit795b1b36bbdcda9e793d7d6bdb69300bc9830582 (patch)
treece5958360cc29b079326af04838a3ffbaeeff3c1 /x11-toolkits
parentae49286fcd50c46aecf603f0ff38fe17819e090b (diff)
downloadfreebsd-ports-795b1b36bbdcda9e793d7d6bdb69300bc9830582.tar.gz
freebsd-ports-795b1b36bbdcda9e793d7d6bdb69300bc9830582.tar.zst
freebsd-ports-795b1b36bbdcda9e793d7d6bdb69300bc9830582.zip
Update gtk30 to 3.22.14.
Notes
Notes: svn path=/head/; revision=440649
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile4
-rw-r--r--x11-toolkits/gtk30/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index f6d728848b20..3f2eaaa1c141 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -4,7 +4,7 @@
# adwaita-icon-theme, gnome-themes-standard and mate-themes
PORTNAME= gtk
-PORTVERSION= 3.22.12
+PORTVERSION= 3.22.14
PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -49,7 +49,7 @@ CPPFLAGS+= -fno-omit-frame-pointer
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
-LIBVERSION= 0.2200.12
+LIBVERSION= 0.2200.14
PLIST_SUB+= LIBVERSION=${LIBVERSION}
GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \
diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo
index 79404c8a50cb..87f8479cc969 100644
--- a/x11-toolkits/gtk30/distinfo
+++ b/x11-toolkits/gtk30/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491985486
-SHA256 (gnome3/gtk+-3.22.12.tar.xz) = 84fae0cefb6a11ee2b4e86b8ac42fe46a3d30b4ad16661d5fc51e8ae03e2a98c
-SIZE (gnome3/gtk+-3.22.12.tar.xz) = 18236348
+TIMESTAMP = 1494530882
+SHA256 (gnome3/gtk+-3.22.14.tar.xz) = d6120e4fd64e432b74a61e8abd972b1948cf54e4dc4f0e081c05ab625f087131
+SIZE (gnome3/gtk+-3.22.14.tar.xz) = 18624808
a id='n290' href='#n290'>290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486