Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 10:15:29 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340821 - head/editors/fxite
Message-ID:  <201401231015.s0NAFT6o074683@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Jan 23 10:15:29 2014
New Revision: 340821
URL: http://svnweb.freebsd.org/changeset/ports/340821
QAT: https://qat.redports.org/buildarchive/r340821/

Log:
  - Update to 0.92
  - STAGE-clean
  - Convert to USES=gmake

Modified:
  head/editors/fxite/Makefile
  head/editors/fxite/distinfo

Modified: head/editors/fxite/Makefile
==============================================================================
--- head/editors/fxite/Makefile	Thu Jan 23 10:15:01 2014	(r340820)
+++ head/editors/fxite/Makefile	Thu Jan 23 10:15:29 2014	(r340821)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fxite
-PORTVERSION=	0.91
-PORTREVISION=	3
+PORTVERSION=	0.92
 CATEGORIES=	editors
 
 MAINTAINER=	gahr@FreeBSD.org
@@ -22,12 +21,11 @@ GH_ACCOUNT=	yetanothergeek
 GH_TAGNAME=	FXITE-0_91
 GH_COMMIT=	c2ecac3
 
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_LUA=	yes
 USE_AUTOTOOLS=	aclocal autoconf automake
 ACLOCAL_ARGS=	--force -I m4
 AUTOMAKE_ARGS=	--gnu --add-missing --copy
-USE_GMAKE=	yes
 CXXFLAGS+=	-fPIC
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 CONFIGURE_ARGS+=--with-system-lua \
@@ -35,18 +33,17 @@ CONFIGURE_ARGS+=--with-system-lua \
 CONFIGURE_ENV+=	FOX_CFLAGS="${FOX_CFLAGS}" \
 		FOX_LIBS="${FOX_LIBS}"
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFOX16}
-LIB_DEPENDS+=	FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
+LIB_DEPENDS+=	libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
 CONFIGURE_ENV+=	RESWRAP=${LOCALBASE}/bin/reswrap
 FOX_CFLAGS+=	`fox-config --cflags`
 FOX_LIBS+=	`fox-config --libs`
 .endif
 
 .if ${PORT_OPTIONS:MFOX17}
-LIB_DEPENDS+=	FOX-1.7:${PORTSDIR}/x11-toolkits/fox17
+LIB_DEPENDS+=	libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17
 CONFIGURE_ENV+=	RESWRAP=${LOCALBASE}/bin/fox-1.7/reswrap
 FOX_CFLAGS+=	`pkgconf fox17 --cflags`
 FOX_LIBS+=	`pkgconf fox17 --libs`

Modified: head/editors/fxite/distinfo
==============================================================================
--- head/editors/fxite/distinfo	Thu Jan 23 10:15:01 2014	(r340820)
+++ head/editors/fxite/distinfo	Thu Jan 23 10:15:29 2014	(r340821)
@@ -1,2 +1,2 @@
-SHA256 (fxite-0.91.tar.gz) = 6b45272d8765e1c9ba9cd09900f4345063f6ed780a99e7733a80fdb3642db06b
-SIZE (fxite-0.91.tar.gz) = 1012281
+SHA256 (fxite-0.92.tar.gz) = 6b45272d8765e1c9ba9cd09900f4345063f6ed780a99e7733a80fdb3642db06b
+SIZE (fxite-0.92.tar.gz) = 1012281



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