Date: Mon, 30 Jun 2014 11:38:16 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359829 - head/devel/gtkparasite Message-ID: <201406301138.s5UBcGYe044111@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ashish Date: Mon Jun 30 11:38:15 2014 New Revision: 359829 URL: http://svnweb.freebsd.org/changeset/ports/359829 QAT: https://qat.redports.org/buildarchive/r359829/ Log: - Add STAGE support - Move LICENSE to its own block - Fix pkg-descr - OptionsNG-ify port Modified: head/devel/gtkparasite/Makefile head/devel/gtkparasite/pkg-descr Modified: head/devel/gtkparasite/Makefile ============================================================================== --- head/devel/gtkparasite/Makefile Mon Jun 30 11:31:04 2014 (r359828) +++ head/devel/gtkparasite/Makefile Mon Jun 30 11:38:15 2014 (r359829) @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= ashish@FreeBSD.org COMMENT= GTK+ UI debugging tool +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + USES= pkgconfig USE_PYTHON= yes USE_GNOME= gtk20 pygtk2 @@ -22,15 +25,16 @@ PLIST_FILES= lib/gtk-2.0/modules/libgtkp lib/gtk-2.0/modules/libgtkparasite.so USE_AUTOTOOLS= autoconf automake libtool -NO_STAGE= yes pre-configure: cd ${WRKSRC} && ${REINPLACE_CMD} -e '/.\/configure/d' ./autogen.sh \ && ./autogen.sh +.include <bsd.port.options.mk> + post-install: -.ifndef NOPORTDOCS - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/USAGE ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/USAGE ${STAGEDIR}/${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/devel/gtkparasite/pkg-descr ============================================================================== --- head/devel/gtkparasite/pkg-descr Mon Jun 30 11:31:04 2014 (r359828) +++ head/devel/gtkparasite/pkg-descr Mon Jun 30 11:38:15 2014 (r359829) @@ -17,4 +17,4 @@ giving you detailed information on your X window IDs, widget properties, and more. You can modify properties on the fly in order to experiment with the look of your UI. -WWW: http://chipx86.github.com/gtkparasite/ +WWW: http://chipx86.github.com/gtkparasite/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301138.s5UBcGYe044111>