Index: head/devel/gide/Makefile =================================================================== --- head/devel/gide/Makefile (revision 23838) +++ head/devel/gide/Makefile (revision 23839) @@ -1,43 +1,38 @@ # New ports collection makefile for: gIDE -# Version required: 0.1.5 +# Version required: 0.1.6 # Date created: 29 Jul 1998 # Whom: rom # # $FreeBSD$ # -DISTNAME= gIDE-0.1.5 -PKGNAME= gide-0.1.5 +DISTNAME= gIDE-0.1.6 +PKGNAME= gide-0.1.6 CATEGORIES= devel gnome -MASTER_SITES= http://gide.gdev.net/ \ - http://gide.pn.org/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/gIDE MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ guile.6:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -FETCH_BEFORE_ARGS= -b - USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${PREFIX} MAN1= gide.1 gdbio.1 post-patch: @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/*.c @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/src/*.c - -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/devel/gide/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/devel/gide/distinfo =================================================================== --- head/devel/gide/distinfo (revision 23838) +++ head/devel/gide/distinfo (revision 23839) @@ -1 +1 @@ -MD5 (gIDE-0.1.5.tar.gz) = 6b545ee64c5d12b163d3c994de6b4d3f +MD5 (gIDE-0.1.6.tar.gz) = 6e9fa7818e63633fd39c830a1e2c9808 Property changes on: head/devel/gide/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/devel/gide/pkg-plist =================================================================== --- head/devel/gide/pkg-plist (revision 23838) +++ head/devel/gide/pkg-plist (revision 23839) @@ -1,29 +1,20 @@ bin/gdbio bin/gide +include/gtkeditor.h +include/gtkhint.h include/gtksctext.h -include/gtkeditor/gtkeditor.h -include/gtkeditor/gtkhint.h -include/regex.h -lib/libgtkeditor.a -lib/libgtkeditor.so -lib/libgtkeditor.so.0 -lib/libgtksctext.a -lib/libgtksctext.so -lib/libgtksctext.so.0 -lib/libregex.a -lib/libregex.so -lib/libregex.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/gnome/gIDE/extra/README share/gnome/gIDE/extra/compile_sets share/gnome/gIDE/extra/functions.highlight share/gnome/gIDE/extra/functions.ignore +share/gnome/gIDE/extra/gide.conf share/gnome/gIDE/extra/gide.scm share/gnome/gIDE/extra/glob share/gnome/gIDE/extra/glob.scm share/gnome/gIDE/extra/patterns share/gnome/gIDE/extra/patterns.scm +share/locale/fr/LC_MESSAGES/gIDE.mo @dirrm share/gnome/gIDE/extra @dirrm share/gnome/gIDE -@dirrm include/gtkeditor Property changes on: head/devel/gide/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property