Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 10:37:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351807 - head/x11-toolkits/gtksourceview2
Message-ID:  <201404221037.s3MAbSw4069197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 22 10:37:27 2014
New Revision: 351807
URL: http://svnweb.freebsd.org/changeset/ports/351807
QAT: https://qat.redports.org/buildarchive/r351807/

Log:
  Support stage
  Modernize

Modified:
  head/x11-toolkits/gtksourceview2/Makefile
  head/x11-toolkits/gtksourceview2/pkg-plist

Modified: head/x11-toolkits/gtksourceview2/Makefile
==============================================================================
--- head/x11-toolkits/gtksourceview2/Makefile	Tue Apr 22 10:35:27 2014	(r351806)
+++ head/x11-toolkits/gtksourceview2/Makefile	Tue Apr 22 10:37:27 2014	(r351807)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gtksourceview2
 PORTVERSION=	2.10.5
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -14,20 +14,19 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	A text widget that adds syntax highlighting to the GtkTextView widget
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 
 .if !defined(REFERENCE_PORT)
 
-USES=		gettext gmake pkgconfig
-USE_AUTOTOOLS=	libtool
+USES+=		gettext gmake pathfix libtool pkgconfig
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix gnomehack gtk20 gconf2 libxml2 intlhack \
-		ltverhack referencehack
+USE_GNOME=	gnomeprefix gtk20 gconf2 libxml2 intlhack referencehack
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-compile-warnings=no --enable-glade-catalog=no
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
 
 .endif

Modified: head/x11-toolkits/gtksourceview2/pkg-plist
==============================================================================
--- head/x11-toolkits/gtksourceview2/pkg-plist	Tue Apr 22 10:35:27 2014	(r351806)
+++ head/x11-toolkits/gtksourceview2/pkg-plist	Tue Apr 22 10:37:27 2014	(r351807)
@@ -18,10 +18,10 @@ include/gtksourceview-2.0/gtksourceview/
 include/gtksourceview-2.0/gtksourceview/gtksourceundomanager.h
 include/gtksourceview-2.0/gtksourceview/gtksourceview-typebuiltins.h
 include/gtksourceview-2.0/gtksourceview/gtksourceview.h
-lib/libgtksourceview-2.0.a
 lib/libgtksourceview-2.0.la
 lib/libgtksourceview-2.0.so
 lib/libgtksourceview-2.0.so.0
+lib/libgtksourceview-2.0.so.0.0.0
 libdata/pkgconfig/gtksourceview-2.0.pc
 share/gtksourceview-2.0/language-specs/R.lang
 share/gtksourceview-2.0/language-specs/ada.lang



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