svn commit: r334255 - head/devel/p5-Gtk2-Notify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 18 19:35:10 UTC 2013


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 at gmail.com>
  Approved by:	Zhihao Yuan <zy at 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


More information about the svn-ports-all mailing list