svn commit: r335557 - head/x11/mate-dialogs

Koop Mast kwm at FreeBSD.org
Tue Dec 3 10:51:18 UTC 2013


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


More information about the svn-ports-head mailing list