svn commit: r350600 - head/x11/thingylaunch
Pietro Cerutti
gahr at FreeBSD.org
Tue Apr 8 12:09:27 UTC 2014
Author: gahr
Date: Tue Apr 8 12:09:26 2014
New Revision: 350600
URL: http://svnweb.freebsd.org/changeset/ports/350600
QAT: https://qat.redports.org/buildarchive/r350600/
Log:
- Update to 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on
some systems (Emanuel Haupt)
Modified:
head/x11/thingylaunch/Makefile
head/x11/thingylaunch/distinfo
Modified: head/x11/thingylaunch/Makefile
==============================================================================
--- head/x11/thingylaunch/Makefile Tue Apr 8 11:42:03 2014 (r350599)
+++ head/x11/thingylaunch/Makefile Tue Apr 8 12:09:26 2014 (r350600)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= thingylaunch
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= x11
MASTER_SITES= http://gahr.ch/thingylaunch/
@@ -21,7 +21,7 @@ CXXFLAGS+= -std=c++11
USE_GITHUB= yes
GH_ACCOUNT= gahr
GH_TAGNAME= ${PORTVERSION}
-GH_COMMIT= d35711b
+GH_COMMIT= d7367d6
PLIST_FILES= bin/${PORTNAME}
Modified: head/x11/thingylaunch/distinfo
==============================================================================
--- head/x11/thingylaunch/distinfo Tue Apr 8 11:42:03 2014 (r350599)
+++ head/x11/thingylaunch/distinfo Tue Apr 8 12:09:26 2014 (r350600)
@@ -1,2 +1,2 @@
-SHA256 (thingylaunch-1.2.1.tar.gz) = 2204151a41b236e8d58d801ef5de17d3d13ca329485ce26a5d803c2675e9beb3
-SIZE (thingylaunch-1.2.1.tar.gz) = 8214
+SHA256 (thingylaunch-1.2.2.tar.gz) = a1f8d4028ade7dc1c10259fa662da633c45639c3c9426155aa7365dfb8116841
+SIZE (thingylaunch-1.2.2.tar.gz) = 8252
More information about the svn-ports-head
mailing list