Date: Mon, 18 Nov 2013 19:35:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334255 - head/devel/p5-Gtk2-Notify Message-ID: <201311181935.rAIJZ9sp087794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 18 19:35:09 2013 New Revision: 334255 URL: http://svnweb.freebsd.org/changeset/ports/334255 Log: - Mark MAKE_JOBS_UNSAFE - Convert to new LIB_DEPENDS format - While I'm here, support STAGEDIR PR: ports/182621 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Approved by: Zhihao Yuan <zy@miator.net> (maintainer) Modified: head/devel/p5-Gtk2-Notify/Makefile head/devel/p5-Gtk2-Notify/pkg-plist (contents, props changed) Modified: head/devel/p5-Gtk2-Notify/Makefile ============================================================================== --- head/devel/p5-Gtk2-Notify/Makefile Mon Nov 18 19:31:36 2013 (r334254) +++ head/devel/p5-Gtk2-Notify/Makefile Mon Nov 18 19:35:09 2013 (r334255) @@ -14,15 +14,12 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 - TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -MAN3= Gtk2::Notify.3 Gtk2::Notify::index.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/p5-Gtk2-Notify/pkg-plist ============================================================================== --- head/devel/p5-Gtk2-Notify/pkg-plist Mon Nov 18 19:31:36 2013 (r334254) +++ head/devel/p5-Gtk2-Notify/pkg-plist Mon Nov 18 19:35:09 2013 (r334255) @@ -7,6 +7,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify/Notify.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify/Notify.so +%%PERL5_MAN3%%/Gtk2::Notify.3.gz +%%PERL5_MAN3%%/Gtk2::Notify::index.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Notify/Install @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Notify
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311181935.rAIJZ9sp087794>