From owner-svn-ports-head@freebsd.org Wed Sep 2 14:42:57 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 373519C813E; Wed, 2 Sep 2015 14:42:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23A73807; Wed, 2 Sep 2015 14:42:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t82Egvnv057181; Wed, 2 Sep 2015 14:42:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t82EguUT057177; Wed, 2 Sep 2015 14:42:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509021442.t82EguUT057177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 2 Sep 2015 14:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395848 - in head/x11/tint: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 14:42:57 -0000 Author: amdmi3 Date: Wed Sep 2 14:42:55 2015 New Revision: 395848 URL: https://svnweb.freebsd.org/changeset/ports/395848 Log: - Update to 0.12.2 - Simplify passing etcdir to cmake PR: 202542 Submitted by: yamagi@yamagi.org (maintainer) Deleted: head/x11/tint/files/ Modified: head/x11/tint/Makefile head/x11/tint/distinfo Modified: head/x11/tint/Makefile ============================================================================== --- head/x11/tint/Makefile Wed Sep 2 14:13:38 2015 (r395847) +++ head/x11/tint/Makefile Wed Sep 2 14:42:55 2015 (r395848) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= tint2 -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 0.12.2 CATEGORIES= x11 MASTER_SITES= http://leigh123linux.fedorapeople.org/pub/${PORTNAME}/source/ @@ -19,7 +18,7 @@ USES= alias cmake gettext pkgconfig USE_GNOME= glib20 gtk20 librsvg2 pango USE_XORG= x11 xcomposite xdamage xinerama xrandr xrender -CMAKE_ARGS= -DMANDIR:PATH=man +CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc OPTIONS_DEFINE= EXAMPLES EXAMPLES_CMAKE_ON= -DENABLE_EXAMPLES:BOOL=ON Modified: head/x11/tint/distinfo ============================================================================== --- head/x11/tint/distinfo Wed Sep 2 14:13:38 2015 (r395847) +++ head/x11/tint/distinfo Wed Sep 2 14:42:55 2015 (r395848) @@ -1,2 +1,2 @@ -SHA256 (tint2-0.12.1.tar.gz) = 5731394b812215f56441146d2a50dcf063efda0a19ccf51b3599ddbe07b14559 -SIZE (tint2-0.12.1.tar.gz) = 230228 +SHA256 (tint2-0.12.2.tar.gz) = 3d5a0d37e4384affd2669bab4d38661772b8cd8b86a815b4cec111cb543e0eda +SIZE (tint2-0.12.2.tar.gz) = 230439