From owner-svn-ports-head@FreeBSD.ORG Tue Dec 3 10:51:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83AC2636; Tue, 3 Dec 2013 10:51:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70398185F; Tue, 3 Dec 2013 10:51:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3ApIAB078715; Tue, 3 Dec 2013 10:51:18 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB3ApIT6078713; Tue, 3 Dec 2013 10:51:18 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201312031051.rB3ApIT6078713@svn.freebsd.org> From: Koop Mast Date: Tue, 3 Dec 2013 10:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335557 - head/x11/mate-dialogs 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.17 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: Tue, 03 Dec 2013 10:51:18 -0000 Author: kwm Date: Tue Dec 3 10:51:17 2013 New Revision: 335557 URL: http://svnweb.freebsd.org/changeset/ports/335557 Log: Update to 1.6.2. Rework CONFIGURE_ENV=LIBS into LDFLAGS. Modified: head/x11/mate-dialogs/Makefile head/x11/mate-dialogs/distinfo Modified: head/x11/mate-dialogs/Makefile ============================================================================== --- head/x11/mate-dialogs/Makefile Tue Dec 3 10:48:02 2013 (r335556) +++ head/x11/mate-dialogs/Makefile Tue Dec 3 10:51:17 2013 (r335557) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-dialogs -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -22,8 +22,8 @@ USE_GNOME= gnomehier glib20 gtk20 intlha INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY Modified: head/x11/mate-dialogs/distinfo ============================================================================== --- head/x11/mate-dialogs/distinfo Tue Dec 3 10:48:02 2013 (r335556) +++ head/x11/mate-dialogs/distinfo Tue Dec 3 10:51:17 2013 (r335557) @@ -1,2 +1,2 @@ -SHA256 (mate/mate-dialogs-1.6.1.tar.xz) = 8d0fe30a4c96d0498688543bdd8953a636ca9930bfaecd65eed4203b34bb5d2d -SIZE (mate/mate-dialogs-1.6.1.tar.xz) = 2774916 +SHA256 (mate/mate-dialogs-1.6.2.tar.xz) = 1d7249b7d697835710be10d5696e59623e5d0bf080f7328165396611681c75ef +SIZE (mate/mate-dialogs-1.6.2.tar.xz) = 2783156