aboutsummaryrefslogtreecommitdiff
path: root/x11/tint
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2017-11-11 16:21:09 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2017-11-11 16:21:09 +0000
commitbf47e1b2c5dfe42f48343da02b8b17d15a178c6f (patch)
tree5d6e4b4e2fc3ed5ee8918a059afe3a7679f80163 /x11/tint
parent514d6dc63ec5e94a9486b7aa4c98dcff8641c6f6 (diff)
downloadports-bf47e1b2c5dfe42f48343da02b8b17d15a178c6f.tar.gz
ports-bf47e1b2c5dfe42f48343da02b8b17d15a178c6f.zip
x11/tint: update 15.2 -> 15.3
- Delete patches accepted by upstream PR: 223590 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> (maintainer)
Notes
Notes: svn path=/head/; revision=453979
Diffstat (limited to 'x11/tint')
-rw-r--r--x11/tint/Makefile2
-rw-r--r--x11/tint/distinfo6
-rw-r--r--x11/tint/files/patch-CMakeLists.txt11
-rw-r--r--x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt10
4 files changed, 4 insertions, 25 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index 431afb7366ae..4042b55c0de2 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= tint2
-PORTVERSION= 15.2
+PORTVERSION= 15.3
CATEGORIES= x11
MAINTAINER= yamagi@yamagi.org
diff --git a/x11/tint/distinfo b/x11/tint/distinfo
index 1551157d69bf..132746254664 100644
--- a/x11/tint/distinfo
+++ b/x11/tint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506888530
-SHA256 (o9000-tint2-15.2_GH0.tar.gz) = b9d9c9a138184728e52a985da799e4caba707093be3d8364e4399b0576b6bb25
-SIZE (o9000-tint2-15.2_GH0.tar.gz) = 499583
+TIMESTAMP = 1510314947
+SHA256 (o9000-tint2-15.3_GH0.tar.gz) = b9c69dc9b77b6d4df4d5b2252141cc866aa0066eddb32b3af06e0fb70388106c
+SIZE (o9000-tint2-15.3_GH0.tar.gz) = 499899
diff --git a/x11/tint/files/patch-CMakeLists.txt b/x11/tint/files/patch-CMakeLists.txt
deleted file mode 100644
index 480529e3451c..000000000000
--- a/x11/tint/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2017-05-10 12:39:09 UTC
-+++ CMakeLists.txt
-@@ -257,7 +257,7 @@ set_target_properties( tint2 PROPERTIES
- install( TARGETS tint2 DESTINATION bin )
- install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
- install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
--install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
-+install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 )
- install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
- install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} )
- install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )
diff --git a/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt b/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt
deleted file mode 100644
index 4f93631bee22..000000000000
--- a/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Make it possible to toggle NLS.
-
---- src/tint2conf/po/CMakeLists.txt.orig 2017-02-13 22:12:47 UTC
-+++ src/tint2conf/po/CMakeLists.txt
-@@ -1,4 +1,4 @@
--include(FindGettext)
-+find_package(Gettext)
- if (GETTEXT_FOUND)
- set(GETTEXT_PACKAGE tint2conf)
- file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po")