Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2013 10:51:18 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335557 - head/x11/mate-dialogs
Message-ID:  <201312031051.rB3ApIT6078713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312031051.rB3ApIT6078713>