summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorryoon <ryoon>2014-01-03 05:26:24 +0000
committerryoon <ryoon>2014-01-03 05:26:24 +0000
commit56f32ca906f731ab2a5a47b1d260558c812af3fe (patch)
treeadf0be1307a60fe57c5546578bba872720cfbaf8 /x11
parentd13ef1bf8b9cf7828cb1d68c356486973df6d262 (diff)
downloadpkgsrc-56f32ca906f731ab2a5a47b1d260558c812af3fe.tar.gz
Update to 3.1.3
Changelog is not available.
Diffstat (limited to 'x11')
-rw-r--r--x11/sakura/Makefile7
-rw-r--r--x11/sakura/distinfo10
-rw-r--r--x11/sakura/patches/patch-CMakeLists.txt13
3 files changed, 10 insertions, 20 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile
index a9b524539ca..25ea5913b2d 100644
--- a/x11/sakura/Makefile
+++ b/x11/sakura/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2013/10/10 14:42:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2014/01/03 05:26:24 ryoon Exp $
#
DISTNAME= sakura-${SAKURA_VER}
-SAKURA_VER= 3.1.0
-PKGREVISION= 2
+SAKURA_VER= 3.1.3
CATEGORIES= x11
-MASTER_SITES= http://launchpadlibrarian.net/143302271/
+MASTER_SITES= http://launchpadlibrarian.net/159682501/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
diff --git a/x11/sakura/distinfo b/x11/sakura/distinfo
index d36fd9dccc1..9df78b2bf62 100644
--- a/x11/sakura/distinfo
+++ b/x11/sakura/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2013/12/15 19:51:57 joerg Exp $
+$NetBSD: distinfo,v 1.6 2014/01/03 05:26:24 ryoon Exp $
-SHA1 (sakura-3.1.0.tar.bz2) = 159abc2f83e912da1bfb35c9b239b092e78a044f
-RMD160 (sakura-3.1.0.tar.bz2) = 2f2c22d86aebabf2d721cfee8895dd35c3c1bfba
-Size (sakura-3.1.0.tar.bz2) = 50554 bytes
-SHA1 (patch-CMakeLists.txt) = d91cb15dfb9832439d3b847c40cf4bd51158ac38
+SHA1 (sakura-3.1.3.tar.bz2) = 44556f30eb63c95eb46d253a0e69c81ec7e0112b
+RMD160 (sakura-3.1.3.tar.bz2) = 168fdf99ebf8bf6370ccbe90d19a8e36e9958cd1
+Size (sakura-3.1.3.tar.bz2) = 50326 bytes
+SHA1 (patch-CMakeLists.txt) = 4a6de5b1ec6e871a784959231ddf8c90a0e9fb4f
diff --git a/x11/sakura/patches/patch-CMakeLists.txt b/x11/sakura/patches/patch-CMakeLists.txt
index d093ceb934d..545296cad52 100644
--- a/x11/sakura/patches/patch-CMakeLists.txt
+++ b/x11/sakura/patches/patch-CMakeLists.txt
@@ -1,16 +1,7 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2013/12/15 19:51:57 joerg Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2014/01/03 05:26:24 ryoon Exp $
---- CMakeLists.txt.orig 2013-06-24 19:22:42.000000000 +0000
+--- CMakeLists.txt.orig 2013-12-13 19:31:31.000000000 +0000
+++ CMakeLists.txt
-@@ -38,7 +38,7 @@ ADD_DEFINITIONS (-DBUILDTYPE=\\\"${CMAKE
- IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
- SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
- ELSE (${CMAKE_BUILD_TYPE} NOT MATCHES "Debug")
-- SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED")
-+ SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2 -Wno-deprecated-declarations -DGDK_DISABLE_DEPRECATED")
- ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
-
- INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS})
@@ -53,7 +53,7 @@ INSTALL (TARGETS sakura RUNTIME DESTINAT
INSTALL (FILES sakura.desktop DESTINATION share/applications)
INSTALL (FILES terminal-tango.svg DESTINATION share/pixmaps)