[Midnightbsd-cvs] mports [18854] trunk/x11-toolkits/py-gnome2/pkg-plist: fixup depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 03:42:11 EDT 2015


Revision: 18854
          http://svnweb.midnightbsd.org/mports/?rev=18854
Author:   laffer1
Date:     2015-05-09 03:42:10 -0400 (Sat, 09 May 2015)
Log Message:
-----------
fixup depends

Modified Paths:
--------------
    trunk/x11-toolkits/py-gnome2/Makefile
    trunk/x11-toolkits/py-gnome2/distinfo
    trunk/x11-toolkits/py-gnome2/pkg-descr
    trunk/x11-toolkits/py-gnome2/pkg-plist

Property Changed:
----------------
    trunk/x11-toolkits/py-gnome2/pkg-descr

Modified: trunk/x11-toolkits/py-gnome2/Makefile
===================================================================
--- trunk/x11-toolkits/py-gnome2/Makefile	2015-05-09 07:40:15 UTC (rev 18853)
+++ trunk/x11-toolkits/py-gnome2/Makefile	2015-05-09 07:42:10 UTC (rev 18854)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gnome
 PORTVERSION=	2.28.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits python gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -11,38 +11,33 @@
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A set of Python bindings for GNOME 2
-LICENSE=        lgpl
+COMMENT=	Python bindings for GNOME 2
 
+LICENSE=	lgpl
+
+OPTIONS_DEFINE=	EXAMPLES
+
+OPTIONS_SUB=	yes
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit
 
-LATEST_LINK=	py-gnome2
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_PYTHON=	yes
+USES=		gettext gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2
 USE_LDCONFIG=	yes
-USE_GETTEXT=	yes
-USE_GNOME=	gnomehack libgnomeui pygtk2
+USE_GNOME=	libgnomeui pygtk2
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
-		PTHREAD_LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 EG_SRC_DIR=	${WRKSRC}/examples
 EG_DST_DIR=	${PREFIX}/share/examples/py-gnome
 
-CONFLICTS=	py*-gnome-1*
-
-.include <bsd.port.pre.mk>
-
-.if !defined(NOPORTDOCS)
 post-install:
-	${MKDIR} ${EG_DST_DIR}
-	${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
-	${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
-	${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555
-	${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
-.endif
+	@${MKDIR} ${STAGEDIR}${EG_DST_DIR}
+	cd ${EG_SRC_DIR}; ${PAX} -rw . ${STAGEDIR}${EG_DST_DIR}
+	${FIND} ${STAGEDIR}${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0755
+	${FIND} ${STAGEDIR}${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/x11-toolkits/py-gnome2/distinfo
===================================================================
--- trunk/x11-toolkits/py-gnome2/distinfo	2015-05-09 07:40:15 UTC (rev 18853)
+++ trunk/x11-toolkits/py-gnome2/distinfo	2015-05-09 07:42:10 UTC (rev 18854)
@@ -1,4 +1,2 @@
-MD5 (gnome2/gnome-python-2.28.1.tar.bz2) = a17ad952813ed86f520de8e07194a2bf
 SHA256 (gnome2/gnome-python-2.28.1.tar.bz2) = 759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8
-RMD160 (gnome2/gnome-python-2.28.1.tar.bz2) = 92d6536ed28ae760ea1519fea68565d29249dd33
 SIZE (gnome2/gnome-python-2.28.1.tar.bz2) = 562220

Modified: trunk/x11-toolkits/py-gnome2/pkg-descr
===================================================================
--- trunk/x11-toolkits/py-gnome2/pkg-descr	2015-05-09 07:40:15 UTC (rev 18853)
+++ trunk/x11-toolkits/py-gnome2/pkg-descr	2015-05-09 07:42:10 UTC (rev 18854)
@@ -2,7 +2,6 @@
 
  PyGNOME -- Python bindings for GNOME 2
  ======================================
- Author: James Henstridge <james at daa.com.au>
 
  This is a set of bindings for the GNOME 2 libraries for use with python.
 


Property changes on: trunk/x11-toolkits/py-gnome2/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/x11-toolkits/py-gnome2/pkg-plist
===================================================================
--- trunk/x11-toolkits/py-gnome2/pkg-plist	2015-05-09 07:40:15 UTC (rev 18853)
+++ trunk/x11-toolkits/py-gnome2/pkg-plist	2015-05-09 07:42:10 UTC (rev 18854)
@@ -36,28 +36,28 @@
 %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.la
 %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs/gnomevfsbonobo.so
 libdata/pkgconfig/gnome-python-2.0.pc
-%%PORTDOCS%%share/examples/py-gnome/bonobo/bonobo-application.py
-%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml
-%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/hello.py
-%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/README
-%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/echo-client.py
-%%PORTDOCS%%share/examples/py-gnome/bonobo/unknown.py
-%%PORTDOCS%%share/examples/py-gnome/bug-buddy-integration.py
-%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-curve.py
-%%PORTDOCS%%share/examples/py-gnome/canvas/canvas-example.py
-%%PORTDOCS%%share/examples/py-gnome/gconf/basic-gconf-app.py
-%%PORTDOCS%%share/examples/py-gnome/gconf/simple-controller.py
-%%PORTDOCS%%share/examples/py-gnome/gconf/simple-view.py
-%%PORTDOCS%%share/examples/py-gnome/popt/goption.py
-%%PORTDOCS%%share/examples/py-gnome/popt/popt.py
-%%PORTDOCS%%share/examples/py-gnome/vfs/async-xfer.py
-%%PORTDOCS%%share/examples/py-gnome/vfs/async.py
-%%PORTDOCS%%share/examples/py-gnome/vfs/cancellation.py
-%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/README
-%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf
-%%PORTDOCS%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py
-%%PORTDOCS%%share/examples/py-gnome/vfs/shell.py
-%%PORTDOCS%%share/examples/py-gnome/vfs/sync-xfer.py
+%%EXAMPLES%%share/examples/py-gnome/bonobo/bonobo-application.py
+%%EXAMPLES%%share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml
+%%EXAMPLES%%share/examples/py-gnome/bonobo/bonoboui/hello.py
+%%EXAMPLES%%share/examples/py-gnome/bonobo/echo/README
+%%EXAMPLES%%share/examples/py-gnome/bonobo/echo/echo-client.py
+%%EXAMPLES%%share/examples/py-gnome/bonobo/unknown.py
+%%EXAMPLES%%share/examples/py-gnome/bug-buddy-integration.py
+%%EXAMPLES%%share/examples/py-gnome/canvas/canvas-curve.py
+%%EXAMPLES%%share/examples/py-gnome/canvas/canvas-example.py
+%%EXAMPLES%%share/examples/py-gnome/gconf/basic-gconf-app.py
+%%EXAMPLES%%share/examples/py-gnome/gconf/simple-controller.py
+%%EXAMPLES%%share/examples/py-gnome/gconf/simple-view.py
+%%EXAMPLES%%share/examples/py-gnome/popt/goption.py
+%%EXAMPLES%%share/examples/py-gnome/popt/popt.py
+%%EXAMPLES%%share/examples/py-gnome/vfs/async-xfer.py
+%%EXAMPLES%%share/examples/py-gnome/vfs/async.py
+%%EXAMPLES%%share/examples/py-gnome/vfs/cancellation.py
+%%EXAMPLES%%share/examples/py-gnome/vfs/pygvfsmethod/README
+%%EXAMPLES%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.conf
+%%EXAMPLES%%share/examples/py-gnome/vfs/pygvfsmethod/pyfs.py
+%%EXAMPLES%%share/examples/py-gnome/vfs/shell.py
+%%EXAMPLES%%share/examples/py-gnome/vfs/sync-xfer.py
 share/gtk-doc/html/pygnomevfs/class-gnomevfs-context.html
 share/gtk-doc/html/pygnomevfs/class-gnomevfs-directoryhandle.html
 share/gtk-doc/html/pygnomevfs/class-gnomevfs-drive.html
@@ -86,20 +86,3 @@
 share/pygtk/2.0/defs/gnome-types.defs
 share/pygtk/2.0/defs/gnome.defs
 share/pygtk/2.0/defs/ui.defs
- at dirrmtry share/pygtk/2.0/argtypes
- at dirrm share/gtk-doc/html/pygnomevfs
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
-%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs/pygvfsmethod
-%%PORTDOCS%%@dirrm share/examples/py-gnome/vfs
-%%PORTDOCS%%@dirrm share/examples/py-gnome/popt
-%%PORTDOCS%%@dirrm share/examples/py-gnome/gconf
-%%PORTDOCS%%@dirrm share/examples/py-gnome/canvas
-%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/echo
-%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo/bonoboui
-%%PORTDOCS%%@dirrm share/examples/py-gnome/bonobo
-%%PORTDOCS%%@dirrm share/examples/py-gnome
- at dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomevfs
- at dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnome
- at dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo
- at dirrm include/gnome-python-2.0



More information about the Midnightbsd-cvs mailing list