[Midnightbsd-cvs] mports [17625] trunk/x11-toolkits/gtksourceview2: make fetchable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 28 08:30:26 EDT 2014
Revision: 17625
http://svnweb.midnightbsd.org/mports/?rev=17625
Author: laffer1
Date: 2014-09-28 08:30:25 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
make fetchable
Modified Paths:
--------------
trunk/x11-toolkits/gtksourceview2/Makefile
trunk/x11-toolkits/gtksourceview2/distinfo
Modified: trunk/x11-toolkits/gtksourceview2/Makefile
===================================================================
--- trunk/x11-toolkits/gtksourceview2/Makefile 2014-09-28 12:29:02 UTC (rev 17624)
+++ trunk/x11-toolkits/gtksourceview2/Makefile 2014-09-28 12:30:25 UTC (rev 17625)
@@ -2,7 +2,7 @@
PORTNAME= gtksourceview2
PORTVERSION= 2.10.5
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -10,22 +10,21 @@
DIST_SUBDIR= gnome2
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
+COMMENT= Widget that adds syntax highlighting to the GtkTextView widget
LICENSE= gpl2
-USE_BZIP2= yes
+USES= tar:bzip2
.if !defined(REFERENCE_PORT)
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
+USES+= gettext gmake libtool:keepla pathfix 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= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
Modified: trunk/x11-toolkits/gtksourceview2/distinfo
===================================================================
--- trunk/x11-toolkits/gtksourceview2/distinfo 2014-09-28 12:29:02 UTC (rev 17624)
+++ trunk/x11-toolkits/gtksourceview2/distinfo 2014-09-28 12:30:25 UTC (rev 17625)
@@ -1,3 +1,2 @@
SHA256 (gnome2/gtksourceview-2.10.5.tar.bz2) = c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e
-RMD160 (gnome2/gtksourceview-2.10.5.tar.bz2) = 081679debc8ca021749136e952329bb3ea0aa4f2
SIZE (gnome2/gtksourceview-2.10.5.tar.bz2) = 1253321
More information about the Midnightbsd-cvs
mailing list